@dialpad/dialtone 9.79.1 → 9.79.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/dist/css/dialtone-default-theme.css +2586 -1649
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +876 -790
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/css/tokens/tokens-base-dark.css +179 -98
  6. package/dist/css/tokens/tokens-base-light.css +139 -78
  7. package/dist/css/tokens/tokens-dp-dark.css +399 -143
  8. package/dist/css/tokens/tokens-dp-light.css +401 -145
  9. package/dist/css/tokens/tokens-expressive-dark.css +401 -145
  10. package/dist/css/tokens/tokens-expressive-light.css +401 -145
  11. package/dist/css/tokens/tokens-expressive-sm-dark.css +401 -145
  12. package/dist/css/tokens/tokens-expressive-sm-light.css +401 -145
  13. package/dist/css/tokens/tokens-tmo-dark.css +405 -149
  14. package/dist/css/tokens/tokens-tmo-light.css +404 -148
  15. package/dist/tokens/css/tokens-base-dark.css +179 -98
  16. package/dist/tokens/css/tokens-base-light.css +139 -78
  17. package/dist/tokens/css/tokens-dp-dark.css +399 -143
  18. package/dist/tokens/css/tokens-dp-light.css +401 -145
  19. package/dist/tokens/css/tokens-expressive-dark.css +401 -145
  20. package/dist/tokens/css/tokens-expressive-light.css +401 -145
  21. package/dist/tokens/css/tokens-expressive-sm-dark.css +401 -145
  22. package/dist/tokens/css/tokens-expressive-sm-light.css +401 -145
  23. package/dist/tokens/css/tokens-tmo-dark.css +405 -149
  24. package/dist/tokens/css/tokens-tmo-light.css +404 -148
  25. package/dist/tokens/doc.json +5752 -5752
  26. package/dist/tokens/themes/chunks/tokens-base-dark-CdqPSU5U.js +4 -0
  27. package/dist/tokens/themes/chunks/tokens-base-dark-Zky9H3op.js +1 -0
  28. package/dist/tokens/themes/chunks/tokens-base-light-DSEQ-J5c.js +4 -0
  29. package/dist/tokens/themes/chunks/tokens-base-light-DXqd1KP5.js +1 -0
  30. package/dist/tokens/themes/dp-dark.cjs +1 -1
  31. package/dist/tokens/themes/dp-dark.js +2 -2
  32. package/dist/tokens/themes/dp-light.cjs +1 -1
  33. package/dist/tokens/themes/dp-light.js +2 -2
  34. package/dist/tokens/themes/expressive-dark.cjs +1 -1
  35. package/dist/tokens/themes/expressive-dark.js +2 -2
  36. package/dist/tokens/themes/expressive-light.cjs +1 -1
  37. package/dist/tokens/themes/expressive-light.js +2 -2
  38. package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
  39. package/dist/tokens/themes/expressive-sm-dark.js +2 -2
  40. package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
  41. package/dist/tokens/themes/expressive-sm-light.js +2 -2
  42. package/dist/tokens/themes/tmo-dark.cjs +1 -1
  43. package/dist/tokens/themes/tmo-dark.js +2 -2
  44. package/dist/tokens/themes/tmo-light.cjs +1 -1
  45. package/dist/tokens/themes/tmo-light.js +2 -2
  46. package/dist/vue2/packages/dialtone-vue2/recipes/conversation_view/editor/editor.vue.cjs +2 -2
  47. package/dist/vue2/packages/dialtone-vue2/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
  48. package/dist/vue2/packages/dialtone-vue2/recipes/conversation_view/editor/editor.vue.js +2 -2
  49. package/dist/vue2/packages/dialtone-vue2/recipes/conversation_view/editor/editor.vue.js.map +1 -1
  50. package/dist/vue2/packages/dialtone-vue2/recipes/conversation_view/message_input/message_input.vue.cjs +12 -9
  51. package/dist/vue2/packages/dialtone-vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
  52. package/dist/vue2/packages/dialtone-vue2/recipes/conversation_view/message_input/message_input.vue.js +12 -9
  53. package/dist/vue2/packages/dialtone-vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
  54. package/dist/vue2/style.css +18 -7
  55. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  56. package/dist/vue3/packages/dialtone-vue3/recipes/conversation_view/editor/editor.vue.cjs +125 -22
  57. package/dist/vue3/packages/dialtone-vue3/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
  58. package/dist/vue3/packages/dialtone-vue3/recipes/conversation_view/editor/editor.vue.js +125 -22
  59. package/dist/vue3/packages/dialtone-vue3/recipes/conversation_view/editor/editor.vue.js.map +1 -1
  60. package/dist/vue3/packages/dialtone-vue3/recipes/conversation_view/message_input/message_input.vue.cjs +177 -149
  61. package/dist/vue3/packages/dialtone-vue3/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
  62. package/dist/vue3/packages/dialtone-vue3/recipes/conversation_view/message_input/message_input.vue.js +178 -150
  63. package/dist/vue3/packages/dialtone-vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
  64. package/dist/vue3/style.css +18 -7
  65. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  66. package/package.json +4 -3
  67. package/dist/tokens/themes/chunks/tokens-base-dark-DPDbA0Im.js +0 -4
  68. package/dist/tokens/themes/chunks/tokens-base-dark-OGkvNn32.js +0 -1
  69. package/dist/tokens/themes/chunks/tokens-base-light-C0l67sjm.js +0 -1
  70. package/dist/tokens/themes/chunks/tokens-base-light-nNZ2WKLp.js +0 -4
@@ -1 +1 @@
1
- "use strict";const r=require("./chunks/tokens-base-dark-OGkvNn32.js"),o=":root{color-scheme:dark;--dt-radio-size-radius: 50%;--dt-avatar-color-background-000-h: 0;--dt-avatar-color-background-000-s: 0%;--dt-avatar-color-background-000-l: 87.84313725490196%;--dt-avatar-color-background-000-hsl: var(--dt-avatar-color-background-000-h) var(--dt-avatar-color-background-000-s) var(--dt-avatar-color-background-000-l);--dt-avatar-color-background-000-hsla: hsla(var(--dt-avatar-color-background-000-h) var(--dt-avatar-color-background-000-s) var(--dt-avatar-color-background-000-l) / var(--alpha, 100%));--dt-avatar-color-background-000: #e0e0e0;--dt-avatar-color-background-1800-h: 36.20689655172413;--dt-avatar-color-background-1800-s: 67.44186046511626%;--dt-avatar-color-background-1800-l: 83.13725490196077%;--dt-avatar-color-background-1800-hsl: var(--dt-avatar-color-background-1800-h) var(--dt-avatar-color-background-1800-s) var(--dt-avatar-color-background-1800-l);--dt-avatar-color-background-1800-hsla: hsla(var(--dt-avatar-color-background-1800-h) var(--dt-avatar-color-background-1800-s) var(--dt-avatar-color-background-1800-l) / var(--alpha, 100%));--dt-avatar-color-background-1800: #f1dab7;--dt-avatar-color-background-1700-h: 46.70270270270271;--dt-avatar-color-background-1700-s: 100%;--dt-avatar-color-background-1700-l: 63.725490196078425%;--dt-avatar-color-background-1700-hsl: var(--dt-avatar-color-background-1700-h) var(--dt-avatar-color-background-1700-s) var(--dt-avatar-color-background-1700-l);--dt-avatar-color-background-1700-hsla: hsla(var(--dt-avatar-color-background-1700-h) var(--dt-avatar-color-background-1700-s) var(--dt-avatar-color-background-1700-l) / var(--alpha, 100%));--dt-avatar-color-background-1700: #ffd646;--dt-avatar-color-background-1600-h: 39.473684210526315;--dt-avatar-color-background-1600-s: 100%;--dt-avatar-color-background-1600-l: 62.745098039215684%;--dt-avatar-color-background-1600-hsl: var(--dt-avatar-color-background-1600-h) var(--dt-avatar-color-background-1600-s) var(--dt-avatar-color-background-1600-l);--dt-avatar-color-background-1600-hsla: hsla(var(--dt-avatar-color-background-1600-h) var(--dt-avatar-color-background-1600-s) var(--dt-avatar-color-background-1600-l) / var(--alpha, 100%));--dt-avatar-color-background-1600: #ffbe41;--dt-avatar-color-background-1500-h: 25.128205128205128;--dt-avatar-color-background-1500-s: 75.48387096774195%;--dt-avatar-color-background-1500-l: 69.6078431372549%;--dt-avatar-color-background-1500-hsl: var(--dt-avatar-color-background-1500-h) var(--dt-avatar-color-background-1500-s) var(--dt-avatar-color-background-1500-l);--dt-avatar-color-background-1500-hsla: hsla(var(--dt-avatar-color-background-1500-h) var(--dt-avatar-color-background-1500-s) var(--dt-avatar-color-background-1500-l) / var(--alpha, 100%));--dt-avatar-color-background-1500: #eca877;--dt-avatar-color-background-1400-h: 0;--dt-avatar-color-background-1400-s: 89.70588235294119%;--dt-avatar-color-background-1400-l: 73.33333333333334%;--dt-avatar-color-background-1400-hsl: var(--dt-avatar-color-background-1400-h) var(--dt-avatar-color-background-1400-s) var(--dt-avatar-color-background-1400-l);--dt-avatar-color-background-1400-hsla: hsla(var(--dt-avatar-color-background-1400-h) var(--dt-avatar-color-background-1400-s) var(--dt-avatar-color-background-1400-l) / var(--alpha, 100%));--dt-avatar-color-background-1400: #f87e7e;--dt-avatar-color-background-1300-h: 325.6578947368421;--dt-avatar-color-background-1300-s: 100%;--dt-avatar-color-background-1300-l: 70.19607843137254%;--dt-avatar-color-background-1300-hsl: var(--dt-avatar-color-background-1300-h) var(--dt-avatar-color-background-1300-s) var(--dt-avatar-color-background-1300-l);--dt-avatar-color-background-1300-hsla: hsla(var(--dt-avatar-color-background-1300-h) var(--dt-avatar-color-background-1300-s) var(--dt-avatar-color-background-1300-l) / var(--alpha, 100%));--dt-avatar-color-background-1300: #ff67be;--dt-avatar-color-background-1200-h: 324.10256410256414;--dt-avatar-color-background-1200-s: 75.48387096774195%;--dt-avatar-color-background-1200-l: 69.6078431372549%;--dt-avatar-color-background-1200-hsl: var(--dt-avatar-color-background-1200-h) var(--dt-avatar-color-background-1200-s) var(--dt-avatar-color-background-1200-l);--dt-avatar-color-background-1200-hsla: hsla(var(--dt-avatar-color-background-1200-h) var(--dt-avatar-color-background-1200-s) var(--dt-avatar-color-background-1200-l) / var(--alpha, 100%));--dt-avatar-color-background-1200: #ec77bd;--dt-avatar-color-background-1100-h: 309.31034482758616;--dt-avatar-color-background-1100-s: 67.44186046511626%;--dt-avatar-color-background-1100-l: 83.13725490196077%;--dt-avatar-color-background-1100-hsl: var(--dt-avatar-color-background-1100-h) var(--dt-avatar-color-background-1100-s) var(--dt-avatar-color-background-1100-l);--dt-avatar-color-background-1100-hsla: hsla(var(--dt-avatar-color-background-1100-h) var(--dt-avatar-color-background-1100-s) var(--dt-avatar-color-background-1100-l) / var(--alpha, 100%));--dt-avatar-color-background-1100: #f1b7e8;--dt-avatar-color-background-1000-h: 219.45205479452054;--dt-avatar-color-background-1000-s: 100%;--dt-avatar-color-background-1000-l: 85.68627450980392%;--dt-avatar-color-background-1000-hsl: var(--dt-avatar-color-background-1000-h) var(--dt-avatar-color-background-1000-s) var(--dt-avatar-color-background-1000-l);--dt-avatar-color-background-1000-hsla: hsla(var(--dt-avatar-color-background-1000-h) var(--dt-avatar-color-background-1000-s) var(--dt-avatar-color-background-1000-l) / var(--alpha, 100%));--dt-avatar-color-background-1000: #b6cfff;--dt-avatar-color-background-900-h: 212.60115606936418;--dt-avatar-color-background-900-s: 98.85714285714286%;--dt-avatar-color-background-900-l: 65.68627450980392%;--dt-avatar-color-background-900-hsl: var(--dt-avatar-color-background-900-h) var(--dt-avatar-color-background-900-s) var(--dt-avatar-color-background-900-l);--dt-avatar-color-background-900-hsla: hsla(var(--dt-avatar-color-background-900-h) var(--dt-avatar-color-background-900-s) var(--dt-avatar-color-background-900-l) / var(--alpha, 100%));--dt-avatar-color-background-900: #51a0fe;--dt-avatar-color-background-800-h: 194.1176470588235;--dt-avatar-color-background-800-s: 100%;--dt-avatar-color-background-800-l: 80%;--dt-avatar-color-background-800-hsl: var(--dt-avatar-color-background-800-h) var(--dt-avatar-color-background-800-s) var(--dt-avatar-color-background-800-l);--dt-avatar-color-background-800-hsla: hsla(var(--dt-avatar-color-background-800-h) var(--dt-avatar-color-background-800-s) var(--dt-avatar-color-background-800-l) / var(--alpha, 100%));--dt-avatar-color-background-800: #99e7ff;--dt-avatar-color-background-700-h: 194.53416149068323;--dt-avatar-color-background-700-s: 100%;--dt-avatar-color-background-700-l: 68.43137254901961%;--dt-avatar-color-background-700-hsl: var(--dt-avatar-color-background-700-h) var(--dt-avatar-color-background-700-s) var(--dt-avatar-color-background-700-l);--dt-avatar-color-background-700-hsla: hsla(var(--dt-avatar-color-background-700-h) var(--dt-avatar-color-background-700-s) var(--dt-avatar-color-background-700-l) / var(--alpha, 100%));--dt-avatar-color-background-700: #5ed8ff;--dt-avatar-color-background-600-h: 187.17948717948718;--dt-avatar-color-background-600-s: 75.48387096774195%;--dt-avatar-color-background-600-l: 69.6078431372549%;--dt-avatar-color-background-600-hsl: var(--dt-avatar-color-background-600-h) var(--dt-avatar-color-background-600-s) var(--dt-avatar-color-background-600-l);--dt-avatar-color-background-600-hsla: hsla(var(--dt-avatar-color-background-600-h) var(--dt-avatar-color-background-600-s) var(--dt-avatar-color-background-600-l) / var(--alpha, 100%));--dt-avatar-color-background-600: #77deec;--dt-avatar-color-background-500-h: 154.9565217391304;--dt-avatar-color-background-500-s: 76.158940397351%;--dt-avatar-color-background-500-l: 70.3921568627451%;--dt-avatar-color-background-500-hsl: var(--dt-avatar-color-background-500-h) var(--dt-avatar-color-background-500-s) var(--dt-avatar-color-background-500-l);--dt-avatar-color-background-500-hsla: hsla(var(--dt-avatar-color-background-500-h) var(--dt-avatar-color-background-500-s) var(--dt-avatar-color-background-500-l) / var(--alpha, 100%));--dt-avatar-color-background-500: #7aedbd;--dt-avatar-color-background-400-h: 144.1025641025641;--dt-avatar-color-background-400-s: 75.48387096774195%;--dt-avatar-color-background-400-l: 69.6078431372549%;--dt-avatar-color-background-400-hsl: var(--dt-avatar-color-background-400-h) var(--dt-avatar-color-background-400-s) var(--dt-avatar-color-background-400-l);--dt-avatar-color-background-400-hsla: hsla(var(--dt-avatar-color-background-400-h) var(--dt-avatar-color-background-400-s) var(--dt-avatar-color-background-400-l) / var(--alpha, 100%));--dt-avatar-color-background-400: #77eca6;--dt-avatar-color-background-300-h: 97.3469387755102;--dt-avatar-color-background-300-s: 69.99999999999997%;--dt-avatar-color-background-300-l: 72.54901960784314%;--dt-avatar-color-background-300-hsl: var(--dt-avatar-color-background-300-h) var(--dt-avatar-color-background-300-s) var(--dt-avatar-color-background-300-l);--dt-avatar-color-background-300-hsla: hsla(var(--dt-avatar-color-background-300-h) var(--dt-avatar-color-background-300-s) var(--dt-avatar-color-background-300-l) / var(--alpha, 100%));--dt-avatar-color-background-300: #adea88;--dt-avatar-color-background-200-h: 101.12903225806453;--dt-avatar-color-background-200-s: 100%;--dt-avatar-color-background-200-l: 75.68627450980392%;--dt-avatar-color-background-200-hsl: var(--dt-avatar-color-background-200-h) var(--dt-avatar-color-background-200-s) var(--dt-avatar-color-background-200-l);--dt-avatar-color-background-200-hsla: hsla(var(--dt-avatar-color-background-200-h) var(--dt-avatar-color-background-200-s) var(--dt-avatar-color-background-200-l) / var(--alpha, 100%));--dt-avatar-color-background-200: #aaff83;--dt-avatar-color-background-100-h: 136.64233576642334;--dt-avatar-color-background-100-s: 72.4867724867725%;--dt-avatar-color-background-100-l: 37.05882352941176%;--dt-avatar-color-background-100-hsl: var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l);--dt-avatar-color-background-100-hsla: hsla(var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l) / var(--alpha, 100%));--dt-avatar-color-background-100: #1aa340;--dt-radio-color-background-checked-h: var(--dt-color-brand-purple-h);--dt-radio-color-background-checked-s: var(--dt-color-brand-purple-s);--dt-radio-color-background-checked-l: var(--dt-color-brand-purple-l);--dt-radio-color-background-checked-hsl: var(--dt-color-brand-purple-hsl);--dt-radio-color-background-checked-hsla: var(--dt-color-brand-purple-hsla);--dt-radio-color-background-checked: var(--dt-color-brand-purple);--dt-radio-color-border-unchecked-h: var(--dt-color-black-500-h);--dt-radio-color-border-unchecked-s: var(--dt-color-black-500-s);--dt-radio-color-border-unchecked-l: var(--dt-color-black-500-l);--dt-radio-color-border-unchecked-hsl: var(--dt-color-black-500-hsl);--dt-radio-color-border-unchecked-hsla: var(--dt-color-black-500-hsla);--dt-radio-color-border-unchecked: var(--dt-color-black-500);--dt-radio-size-width: var(--dt-size-500);--dt-icon-size-border-100: var(--dt-size-border-100);--dt-checkbox-color-background-checked-h: var(--dt-color-brand-purple-h);--dt-checkbox-color-background-checked-s: var(--dt-color-brand-purple-s);--dt-checkbox-color-background-checked-l: var(--dt-color-brand-purple-l);--dt-checkbox-color-background-checked-hsl: var(--dt-color-brand-purple-hsl);--dt-checkbox-color-background-checked-hsla: var(--dt-color-brand-purple-hsla);--dt-checkbox-color-background-checked: var(--dt-color-brand-purple);--dt-checkbox-color-border-unchecked-h: var(--dt-color-black-500-h);--dt-checkbox-color-border-unchecked-s: var(--dt-color-black-500-s);--dt-checkbox-color-border-unchecked-l: var(--dt-color-black-500-l);--dt-checkbox-color-border-unchecked-hsl: var(--dt-color-black-500-hsl);--dt-checkbox-color-border-unchecked-hsla: var(--dt-color-black-500-hsla);--dt-checkbox-color-border-unchecked: var(--dt-color-black-500);--dt-checkbox-size-width: var(--dt-size-500);--dt-badge-color-border-bulletin-subtle-h: 255.00000000000006;--dt-badge-color-border-bulletin-subtle-s: 100%;--dt-badge-color-border-bulletin-subtle-l: 66.09%;--dt-badge-color-border-bulletin-subtle-hsl: var(--dt-badge-color-border-bulletin-subtle-h) var(--dt-badge-color-border-bulletin-subtle-s) var(--dt-badge-color-border-bulletin-subtle-l);--dt-badge-color-border-bulletin-subtle-hsla: hsla(var(--dt-badge-color-border-bulletin-subtle-h) var(--dt-badge-color-border-bulletin-subtle-s) var(--dt-badge-color-border-bulletin-subtle-l) / var(--alpha, 100%));--dt-badge-color-border-bulletin-subtle: hsl(255 100% 66.1% / .5);--dt-badge-color-foreground-bulletin-subtle-h: 255;--dt-badge-color-foreground-bulletin-subtle-s: 100%;--dt-badge-color-foreground-bulletin-subtle-l: 26.400000000000002%;--dt-badge-color-foreground-bulletin-subtle-hsl: var(--dt-badge-color-foreground-bulletin-subtle-h) var(--dt-badge-color-foreground-bulletin-subtle-s) var(--dt-badge-color-foreground-bulletin-subtle-l);--dt-badge-color-foreground-bulletin-subtle-hsla: hsla(var(--dt-badge-color-foreground-bulletin-subtle-h) var(--dt-badge-color-foreground-bulletin-subtle-s) var(--dt-badge-color-foreground-bulletin-subtle-l) / var(--alpha, 100%));--dt-badge-color-foreground-bulletin-subtle: hsl(255 100% 26.4%);--dt-badge-color-foreground-bulletin-h: var(--dt-color-neutral-white-h);--dt-badge-color-foreground-bulletin-s: var(--dt-color-neutral-white-s);--dt-badge-color-foreground-bulletin-l: var(--dt-color-neutral-white-l);--dt-badge-color-foreground-bulletin-hsl: var(--dt-color-neutral-white-hsl);--dt-badge-color-foreground-bulletin-hsla: var(--dt-color-neutral-white-hsla);--dt-badge-color-foreground-bulletin: var(--dt-color-neutral-white);--dt-badge-color-background-bulletin-subtle-h: 255.00000000000006;--dt-badge-color-background-bulletin-subtle-s: 100%;--dt-badge-color-background-bulletin-subtle-l: 66.09%;--dt-badge-color-background-bulletin-subtle-hsl: var(--dt-badge-color-background-bulletin-subtle-h) var(--dt-badge-color-background-bulletin-subtle-s) var(--dt-badge-color-background-bulletin-subtle-l);--dt-badge-color-background-bulletin-subtle-hsla: hsla(var(--dt-badge-color-background-bulletin-subtle-h) var(--dt-badge-color-background-bulletin-subtle-s) var(--dt-badge-color-background-bulletin-subtle-l) / var(--alpha, 100%));--dt-badge-color-background-bulletin-subtle: hsl(255 100% 66.1% / .1);--dt-badge-color-background-bulletin-h: var(--dt-color-brand-purple-h);--dt-badge-color-background-bulletin-s: var(--dt-color-brand-purple-s);--dt-badge-color-background-bulletin-l: var(--dt-color-brand-purple-l);--dt-badge-color-background-bulletin-hsl: var(--dt-color-brand-purple-hsl);--dt-badge-color-background-bulletin-hsla: var(--dt-color-brand-purple-hsla);--dt-badge-color-background-bulletin: var(--dt-color-brand-purple);--dt-avatar-color-foreground-h: var(--dt-color-neutral-black-h);--dt-avatar-color-foreground-s: var(--dt-color-neutral-black-s);--dt-avatar-color-foreground-l: var(--dt-color-neutral-black-l);--dt-avatar-color-foreground-hsl: var(--dt-color-neutral-black-hsl);--dt-avatar-color-foreground-hsla: var(--dt-color-neutral-black-hsla);--dt-avatar-color-foreground: var(--dt-color-neutral-black);--dt-theme-mention-color-background-strong-h: var(--dt-color-purple-500-h);--dt-theme-mention-color-background-strong-s: var(--dt-color-purple-500-s);--dt-theme-mention-color-background-strong-l: var(--dt-color-purple-500-l);--dt-theme-mention-color-background-strong-hsl: var(--dt-color-purple-500-hsl);--dt-theme-mention-color-background-strong-hsla: var(--dt-color-purple-500-hsla);--dt-theme-mention-color-background-strong: var(--dt-color-purple-500);--dt-theme-mention-color-background-h: var(--dt-color-brand-purple-h);--dt-theme-mention-color-background-s: var(--dt-color-brand-purple-s);--dt-theme-mention-color-background-l: var(--dt-color-brand-purple-l);--dt-theme-mention-color-background-hsl: var(--dt-color-brand-purple-hsl);--dt-theme-mention-color-background-hsla: var(--dt-color-brand-purple-hsla);--dt-theme-mention-color-background: var(--dt-color-brand-purple);--dt-theme-mention-color-foreground-h: var(--dt-color-neutral-white-h);--dt-theme-mention-color-foreground-s: var(--dt-color-neutral-white-s);--dt-theme-mention-color-foreground-l: var(--dt-color-neutral-white-l);--dt-theme-mention-color-foreground-hsl: var(--dt-color-neutral-white-hsl);--dt-theme-mention-color-foreground-hsla: var(--dt-color-neutral-white-hsla);--dt-theme-mention-color-foreground: var(--dt-color-neutral-white);--dt-theme-presence-color-background-offline-h: var(--dt-color-neutral-white-h);--dt-theme-presence-color-background-offline-s: var(--dt-color-neutral-white-s);--dt-theme-presence-color-background-offline-l: var(--dt-color-neutral-white-l);--dt-theme-presence-color-background-offline-hsl: var(--dt-color-neutral-white-hsl);--dt-theme-presence-color-background-offline-hsla: var(--dt-color-neutral-white-hsla);--dt-theme-presence-color-background-offline: var(--dt-color-neutral-white);--dt-theme-presence-color-background-busy-h: var(--dt-color-gold-300-h);--dt-theme-presence-color-background-busy-s: var(--dt-color-gold-300-s);--dt-theme-presence-color-background-busy-l: var(--dt-color-gold-300-l);--dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-300-hsl);--dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-300-hsla);--dt-theme-presence-color-background-busy: var(--dt-color-gold-300);--dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-300-h);--dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-300-s);--dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-300-l);--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-300-hsl);--dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-300-hsla);--dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-300);--dt-theme-presence-color-background-available-h: var(--dt-color-green-400-h);--dt-theme-presence-color-background-available-s: var(--dt-color-green-400-s);--dt-theme-presence-color-background-available-l: var(--dt-color-green-400-l);--dt-theme-presence-color-background-available-hsl: var(--dt-color-green-400-hsl);--dt-theme-presence-color-background-available-hsla: var(--dt-color-green-400-hsla);--dt-theme-presence-color-background-available: var(--dt-color-green-400);--dt-theme-color-base-h: var(--dt-color-black-900-h);--dt-theme-color-base-s: var(--dt-color-black-900-s);--dt-theme-color-base-l: var(--dt-color-black-900-l);--dt-theme-color-base-hsl: var(--dt-color-black-900-hsl);--dt-theme-color-base-hsla: var(--dt-color-black-900-hsla);--dt-theme-color-base: var(--dt-color-black-900);--dt-action-color-border-base-outlined-default-h: var(--dt-color-purple-400-h);--dt-action-color-border-base-outlined-default-s: var(--dt-color-purple-400-s);--dt-action-color-border-base-outlined-default-l: var(--dt-color-purple-400-l);--dt-action-color-border-base-outlined-default-hsl: var(--dt-color-purple-400-hsl);--dt-action-color-border-base-outlined-default-hsla: var(--dt-color-purple-400-hsla);--dt-action-color-border-base-outlined-default: var(--dt-color-purple-400);--dt-action-color-background-positive-primary-default-h: var(--dt-color-green-400-h);--dt-action-color-background-positive-primary-default-s: var(--dt-color-green-400-s);--dt-action-color-background-positive-primary-default-l: var(--dt-color-green-400-l);--dt-action-color-background-positive-primary-default-hsl: var(--dt-color-green-400-hsl);--dt-action-color-background-positive-primary-default-hsla: var(--dt-color-green-400-hsla);--dt-action-color-background-positive-primary-default: var(--dt-color-green-400);--dt-action-color-background-positive-active-h: 111.99999999999999;--dt-action-color-background-positive-active-s: 100%;--dt-action-color-background-positive-active-l: 82%;--dt-action-color-background-positive-active-hsl: var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l);--dt-action-color-background-positive-active-hsla: hsla(var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l) / var(--alpha, 100%));--dt-action-color-background-positive-active: hsl(112 100% 82% / .08);--dt-action-color-background-positive-hover-h: 136;--dt-action-color-background-positive-hover-s: 59.10000000000002%;--dt-action-color-background-positive-hover-l: 66.9%;--dt-action-color-background-positive-hover-hsl: var(--dt-action-color-background-positive-hover-h) var(--dt-action-color-background-positive-hover-s) var(--dt-action-color-background-positive-hover-l);--dt-action-color-background-positive-hover-hsla: hsla(var(--dt-action-color-background-positive-hover-h) var(--dt-action-color-background-positive-hover-s) var(--dt-action-color-background-positive-hover-l) / var(--alpha, 100%));--dt-action-color-background-positive-hover: hsl(136 59.1% 66.9%);--dt-action-color-background-positive-default-h: var(--dt-color-neutral-transparent-h);--dt-action-color-background-positive-default-s: var(--dt-color-neutral-transparent-s);--dt-action-color-background-positive-default-l: var(--dt-color-neutral-transparent-l);--dt-action-color-background-positive-default-hsl: var(--dt-color-neutral-transparent-hsl);--dt-action-color-background-positive-default-hsla: var(--dt-color-neutral-transparent-hsla);--dt-action-color-background-positive-default: var(--dt-color-neutral-transparent);--dt-action-color-background-disabled-default-h: var(--dt-color-black-300-h);--dt-action-color-background-disabled-default-s: var(--dt-color-black-300-s);--dt-action-color-background-disabled-default-l: var(--dt-color-black-300-l);--dt-action-color-background-disabled-default-hsl: var(--dt-color-black-300-hsl);--dt-action-color-background-disabled-default-hsla: var(--dt-color-black-300-hsla);--dt-action-color-background-disabled-default: var(--dt-color-black-300);--dt-action-color-background-muted-active-h: 0;--dt-action-color-background-muted-active-s: 0%;--dt-action-color-background-muted-active-l: 83.1%;--dt-action-color-background-muted-active-hsl: var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l);--dt-action-color-background-muted-active-hsla: hsla(var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l) / var(--alpha, 100%));--dt-action-color-background-muted-active: hsl(0 0% 83.1% / .16);--dt-action-color-background-muted-hover-h: 0;--dt-action-color-background-muted-hover-s: 0%;--dt-action-color-background-muted-hover-l: 83.1%;--dt-action-color-background-muted-hover-hsl: var(--dt-action-color-background-muted-hover-h) var(--dt-action-color-background-muted-hover-s) var(--dt-action-color-background-muted-hover-l);--dt-action-color-background-muted-hover-hsla: hsla(var(--dt-action-color-background-muted-hover-h) var(--dt-action-color-background-muted-hover-s) var(--dt-action-color-background-muted-hover-l) / var(--alpha, 100%));--dt-action-color-background-muted-hover: hsl(0 0% 83.1% / .1);--dt-action-color-background-muted-default-h: var(--dt-color-neutral-transparent-h);--dt-action-color-background-muted-default-s: var(--dt-color-neutral-transparent-s);--dt-action-color-background-muted-default-l: var(--dt-color-neutral-transparent-l);--dt-action-color-background-muted-default-hsl: var(--dt-color-neutral-transparent-hsl);--dt-action-color-background-muted-default-hsla: var(--dt-color-neutral-transparent-hsla);--dt-action-color-background-muted-default: var(--dt-color-neutral-transparent);--dt-action-color-background-inverted-primary-active-h: var(--dt-color-purple-200-h);--dt-action-color-background-inverted-primary-active-s: var(--dt-color-purple-200-s);--dt-action-color-background-inverted-primary-active-l: var(--dt-color-purple-200-l);--dt-action-color-background-inverted-primary-active-hsl: var(--dt-color-purple-200-hsl);--dt-action-color-background-inverted-primary-active-hsla: var(--dt-color-purple-200-hsla);--dt-action-color-background-inverted-primary-active: var(--dt-color-purple-200);--dt-action-color-background-inverted-primary-hover-h: var(--dt-color-purple-100-h);--dt-action-color-background-inverted-primary-hover-s: var(--dt-color-purple-100-s);--dt-action-color-background-inverted-primary-hover-l: var(--dt-color-purple-100-l);--dt-action-color-background-inverted-primary-hover-hsl: var(--dt-color-purple-100-hsl);--dt-action-color-background-inverted-primary-hover-hsla: var(--dt-color-purple-100-hsla);--dt-action-color-background-inverted-primary-hover: var(--dt-color-purple-100);--dt-action-color-background-inverted-default-h: var(--dt-color-neutral-transparent-h);--dt-action-color-background-inverted-default-s: var(--dt-color-neutral-transparent-s);--dt-action-color-background-inverted-default-l: var(--dt-color-neutral-transparent-l);--dt-action-color-background-inverted-default-hsl: var(--dt-color-neutral-transparent-hsl);--dt-action-color-background-inverted-default-hsla: var(--dt-color-neutral-transparent-hsla);--dt-action-color-background-inverted-default: var(--dt-color-neutral-transparent);--dt-action-color-background-critical-primary-default-h: var(--dt-color-red-300-h);--dt-action-color-background-critical-primary-default-s: var(--dt-color-red-300-s);--dt-action-color-background-critical-primary-default-l: var(--dt-color-red-300-l);--dt-action-color-background-critical-primary-default-hsl: var(--dt-color-red-300-hsl);--dt-action-color-background-critical-primary-default-hsla: var(--dt-color-red-300-hsla);--dt-action-color-background-critical-primary-default: var(--dt-color-red-300);--dt-action-color-background-critical-active-h: 0;--dt-action-color-background-critical-active-s: 88.79999999999998%;--dt-action-color-background-critical-active-l: 49%;--dt-action-color-background-critical-active-hsl: var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l);--dt-action-color-background-critical-active-hsla: hsla(var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l) / var(--alpha, 100%));--dt-action-color-background-critical-active: hsl(0 88.8% 49% / .3);--dt-action-color-background-critical-hover-h: 0;--dt-action-color-background-critical-hover-s: 88.79999999999998%;--dt-action-color-background-critical-hover-l: 49%;--dt-action-color-background-critical-hover-hsl: var(--dt-action-color-background-critical-hover-h) var(--dt-action-color-background-critical-hover-s) var(--dt-action-color-background-critical-hover-l);--dt-action-color-background-critical-hover-hsla: hsla(var(--dt-action-color-background-critical-hover-h) var(--dt-action-color-background-critical-hover-s) var(--dt-action-color-background-critical-hover-l) / var(--alpha, 100%));--dt-action-color-background-critical-hover: hsl(0 88.8% 49% / .2);--dt-action-color-background-critical-default-h: var(--dt-color-neutral-transparent-h);--dt-action-color-background-critical-default-s: var(--dt-color-neutral-transparent-s);--dt-action-color-background-critical-default-l: var(--dt-color-neutral-transparent-l);--dt-action-color-background-critical-default-hsl: var(--dt-color-neutral-transparent-hsl);--dt-action-color-background-critical-default-hsla: var(--dt-color-neutral-transparent-hsla);--dt-action-color-background-critical-default: var(--dt-color-neutral-transparent);--dt-action-color-background-base-primary-default-h: var(--dt-color-brand-purple-h);--dt-action-color-background-base-primary-default-s: var(--dt-color-brand-purple-s);--dt-action-color-background-base-primary-default-l: var(--dt-color-brand-purple-l);--dt-action-color-background-base-primary-default-hsl: var(--dt-color-brand-purple-hsl);--dt-action-color-background-base-primary-default-hsla: var(--dt-color-brand-purple-hsla);--dt-action-color-background-base-primary-default: var(--dt-color-brand-purple);--dt-action-color-background-base-active-h: 261;--dt-action-color-background-base-active-s: 100%;--dt-action-color-background-base-active-l: 74.70000000000002%;--dt-action-color-background-base-active-hsl: var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l);--dt-action-color-background-base-active-hsla: hsla(var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l) / var(--alpha, 100%));--dt-action-color-background-base-active: hsl(261 100% 74.7% / .2);--dt-action-color-background-base-hover-h: 261;--dt-action-color-background-base-hover-s: 100%;--dt-action-color-background-base-hover-l: 74.70000000000002%;--dt-action-color-background-base-hover-hsl: var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l);--dt-action-color-background-base-hover-hsla: hsla(var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l) / var(--alpha, 100%));--dt-action-color-background-base-hover: hsl(261 100% 74.7% / .1);--dt-action-color-background-base-default-h: var(--dt-color-neutral-transparent-h);--dt-action-color-background-base-default-s: var(--dt-color-neutral-transparent-s);--dt-action-color-background-base-default-l: var(--dt-color-neutral-transparent-l);--dt-action-color-background-base-default-hsl: var(--dt-color-neutral-transparent-hsl);--dt-action-color-background-base-default-hsla: var(--dt-color-neutral-transparent-hsla);--dt-action-color-background-base-default: var(--dt-color-neutral-transparent);--dt-action-color-foreground-positive-primary-default-h: var(--dt-color-neutral-white-h);--dt-action-color-foreground-positive-primary-default-s: var(--dt-color-neutral-white-s);--dt-action-color-foreground-positive-primary-default-l: var(--dt-color-neutral-white-l);--dt-action-color-foreground-positive-primary-default-hsl: var(--dt-color-neutral-white-hsl);--dt-action-color-foreground-positive-primary-default-hsla: var(--dt-color-neutral-white-hsla);--dt-action-color-foreground-positive-primary-default: var(--dt-color-neutral-white);--dt-action-color-foreground-inverted-primary-hover-h: var(--dt-color-purple-500-h);--dt-action-color-foreground-inverted-primary-hover-s: var(--dt-color-purple-500-s);--dt-action-color-foreground-inverted-primary-hover-l: var(--dt-color-purple-500-l);--dt-action-color-foreground-inverted-primary-hover-hsl: var(--dt-color-purple-500-hsl);--dt-action-color-foreground-inverted-primary-hover-hsla: var(--dt-color-purple-500-hsla);--dt-action-color-foreground-inverted-primary-hover: var(--dt-color-purple-500);--dt-action-color-foreground-inverted-primary-default-h: var(--dt-color-purple-400-h);--dt-action-color-foreground-inverted-primary-default-s: var(--dt-color-purple-400-s);--dt-action-color-foreground-inverted-primary-default-l: var(--dt-color-purple-400-l);--dt-action-color-foreground-inverted-primary-default-hsl: var(--dt-color-purple-400-hsl);--dt-action-color-foreground-inverted-primary-default-hsla: var(--dt-color-purple-400-hsla);--dt-action-color-foreground-inverted-primary-default: var(--dt-color-purple-400);--dt-action-color-foreground-critical-primary-default-h: var(--dt-color-neutral-white-h);--dt-action-color-foreground-critical-primary-default-s: var(--dt-color-neutral-white-s);--dt-action-color-foreground-critical-primary-default-l: var(--dt-color-neutral-white-l);--dt-action-color-foreground-critical-primary-default-hsl: var(--dt-color-neutral-white-hsl);--dt-action-color-foreground-critical-primary-default-hsla: var(--dt-color-neutral-white-hsla);--dt-action-color-foreground-critical-primary-default: var(--dt-color-neutral-white);--dt-action-color-foreground-base-primary-default-h: var(--dt-color-neutral-white-h);--dt-action-color-foreground-base-primary-default-s: var(--dt-color-neutral-white-s);--dt-action-color-foreground-base-primary-default-l: var(--dt-color-neutral-white-l);--dt-action-color-foreground-base-primary-default-hsl: var(--dt-color-neutral-white-hsl);--dt-action-color-foreground-base-primary-default-hsla: var(--dt-color-neutral-white-hsla);--dt-action-color-foreground-base-primary-default: var(--dt-color-neutral-white);--dt-action-color-foreground-base-default-h: var(--dt-color-purple-400-h);--dt-action-color-foreground-base-default-s: var(--dt-color-purple-400-s);--dt-action-color-foreground-base-default-l: var(--dt-color-purple-400-l);--dt-action-color-foreground-base-default-hsl: var(--dt-color-purple-400-hsl);--dt-action-color-foreground-base-default-hsla: var(--dt-color-purple-400-hsla);--dt-action-color-foreground-base-default: var(--dt-color-purple-400);--dt-inputs-color-background-disabled-h: 0;--dt-inputs-color-background-disabled-s: 0%;--dt-inputs-color-background-disabled-l: 90.2%;--dt-inputs-color-background-disabled-hsl: var(--dt-inputs-color-background-disabled-h) var(--dt-inputs-color-background-disabled-s) var(--dt-inputs-color-background-disabled-l);--dt-inputs-color-background-disabled-hsla: hsla(var(--dt-inputs-color-background-disabled-h) var(--dt-inputs-color-background-disabled-s) var(--dt-inputs-color-background-disabled-l) / var(--alpha, 100%));--dt-inputs-color-background-disabled: hsl(0 0% 90.2% / .15);--dt-inputs-color-background-focus-h: 0;--dt-inputs-color-background-focus-s: 0%;--dt-inputs-color-background-focus-l: 90.2%;--dt-inputs-color-background-focus-hsl: var(--dt-inputs-color-background-focus-h) var(--dt-inputs-color-background-focus-s) var(--dt-inputs-color-background-focus-l);--dt-inputs-color-background-focus-hsla: hsla(var(--dt-inputs-color-background-focus-h) var(--dt-inputs-color-background-focus-s) var(--dt-inputs-color-background-focus-l) / var(--alpha, 100%));--dt-inputs-color-background-focus: hsl(0 0% 90.2% / .03);--dt-inputs-color-background-default-h: 0;--dt-inputs-color-background-default-s: 0%;--dt-inputs-color-background-default-l: 90.2%;--dt-inputs-color-background-default-hsl: var(--dt-inputs-color-background-default-h) var(--dt-inputs-color-background-default-s) var(--dt-inputs-color-background-default-l);--dt-inputs-color-background-default-hsla: hsla(var(--dt-inputs-color-background-default-h) var(--dt-inputs-color-background-default-s) var(--dt-inputs-color-background-default-l) / var(--alpha, 100%));--dt-inputs-color-background-default: hsl(0 0% 90.2% / .06);--dt-inputs-color-border-disabled-h: var(--dt-color-neutral-transparent-h);--dt-inputs-color-border-disabled-s: var(--dt-color-neutral-transparent-s);--dt-inputs-color-border-disabled-l: var(--dt-color-neutral-transparent-l);--dt-inputs-color-border-disabled-hsl: var(--dt-color-neutral-transparent-hsl);--dt-inputs-color-border-disabled-hsla: var(--dt-color-neutral-transparent-hsla);--dt-inputs-color-border-disabled: var(--dt-color-neutral-transparent);--dt-inputs-font-weight-xl: var(--dt-font-weight-normal);--dt-inputs-font-weight-lg: var(--dt-font-weight-normal);--dt-inputs-font-weight-md: var(--dt-font-weight-normal);--dt-inputs-font-weight-sm: var(--dt-font-weight-normal);--dt-inputs-font-weight-xs: var(--dt-font-weight-normal);--dt-inputs-line-height-xl: var(--dt-font-line-height-200);--dt-inputs-line-height-lg: var(--dt-font-line-height-200);--dt-inputs-line-height-md: var(--dt-font-line-height-200);--dt-inputs-line-height-sm: var(--dt-font-line-height-200);--dt-inputs-line-height-xs: var(--dt-font-line-height-200);--dt-inputs-size-radius-xl: var(--dt-size-radius-500);--dt-inputs-size-radius-lg: var(--dt-size-radius-450);--dt-inputs-size-radius-md: var(--dt-size-radius-400);--dt-inputs-size-radius-sm: var(--dt-size-radius-400);--dt-inputs-size-radius-xs: var(--dt-size-radius-300);--dt-inputs-size-border-status: var(--dt-size-border-200);--dt-inputs-size-border-default: var(--dt-size-border-150);--dt-typography-inputs-xl-font-family: var(--dt-font-family-body);--dt-typography-inputs-lg-font-family: var(--dt-font-family-body);--dt-typography-inputs-md-font-family: var(--dt-font-family-body);--dt-typography-inputs-sm-font-family: var(--dt-font-family-body);--dt-typography-inputs-xs-font-family: var(--dt-font-family-body);--dt-typography-code-sm-text-case: var(--dt-font-text-case-none);--dt-typography-code-sm-line-height: var(--dt-font-line-height-200);--dt-typography-code-sm-font-weight: var(--dt-font-weight-normal);--dt-typography-code-sm-font-family: var(--dt-font-family-mono);--dt-typography-code-md-text-case: var(--dt-font-text-case-none);--dt-typography-code-md-line-height: var(--dt-font-line-height-200);--dt-typography-code-md-font-weight: var(--dt-font-weight-normal);--dt-typography-code-md-font-family: var(--dt-font-family-mono);--dt-typography-helper-sm-text-case: var(--dt-font-text-case-none);--dt-typography-helper-sm-line-height: var(--dt-font-line-height-200);--dt-typography-helper-sm-font-weight: var(--dt-font-weight-normal);--dt-typography-helper-md-text-case: var(--dt-font-text-case-none);--dt-typography-helper-md-line-height: var(--dt-font-line-height-300);--dt-typography-helper-md-font-weight: var(--dt-font-weight-normal);--dt-typography-label-sm-plain-compact-text-case: var(--dt-font-text-case-none);--dt-typography-label-sm-plain-compact-line-height: var(--dt-font-line-height-200);--dt-typography-label-sm-plain-compact-font-weight: var(--dt-font-weight-normal);--dt-typography-label-sm-plain-text-case: var(--dt-font-text-case-none);--dt-typography-label-sm-plain-line-height: var(--dt-font-line-height-300);--dt-typography-label-sm-plain-font-weight: var(--dt-font-weight-normal);--dt-typography-label-sm-compact-text-case: var(--dt-font-text-case-none);--dt-typography-label-sm-compact-line-height: var(--dt-font-line-height-200);--dt-typography-label-sm-compact-font-weight: var(--dt-font-weight-semi-bold);--dt-typography-label-sm-text-case: var(--dt-font-text-case-none);--dt-typography-label-sm-line-height: var(--dt-font-line-height-300);--dt-typography-label-sm-font-weight: var(--dt-font-weight-semi-bold);--dt-typography-label-md-plain-compact-text-case: var(--dt-font-text-case-none);--dt-typography-label-md-plain-compact-line-height: var(--dt-font-line-height-300);--dt-typography-label-md-plain-compact-font-weight: var(--dt-font-weight-normal);--dt-typography-label-md-plain-text-case: var(--dt-font-text-case-none);--dt-typography-label-md-plain-line-height: var(--dt-font-line-height-400);--dt-typography-label-md-plain-font-weight: var(--dt-font-weight-normal);--dt-typography-label-md-compact-text-case: var(--dt-font-text-case-none);--dt-typography-label-md-compact-line-height: var(--dt-font-line-height-300);--dt-typography-label-md-compact-font-weight: var(--dt-font-weight-semi-bold);--dt-typography-label-md-text-case: var(--dt-font-text-case-none);--dt-typography-label-md-line-height: var(--dt-font-line-height-400);--dt-typography-label-md-font-weight: var(--dt-font-weight-semi-bold);--dt-typography-headline-xxl-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-xxl-compact-line-height: var(--dt-font-line-height-100);--dt-typography-headline-xxl-compact-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-xxl-text-case: var(--dt-font-text-case-none);--dt-typography-headline-xxl-line-height: var(--dt-font-line-height-200);--dt-typography-headline-xxl-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-xl-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-xl-compact-line-height: var(--dt-font-line-height-100);--dt-typography-headline-xl-compact-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-xl-text-case: var(--dt-font-text-case-none);--dt-typography-headline-xl-line-height: var(--dt-font-line-height-200);--dt-typography-headline-xl-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-lg-soft-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-lg-soft-compact-line-height: var(--dt-font-line-height-300);--dt-typography-headline-lg-soft-compact-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-lg-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-lg-compact-line-height: var(--dt-font-line-height-300);--dt-typography-headline-lg-compact-font-weight: var(--dt-font-weight-bold);--dt-typography-headline-lg-soft-text-case: var(--dt-font-text-case-none);--dt-typography-headline-lg-soft-line-height: var(--dt-font-line-height-400);--dt-typography-headline-lg-soft-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-lg-text-case: var(--dt-font-text-case-none);--dt-typography-headline-lg-line-height: var(--dt-font-line-height-400);--dt-typography-headline-lg-font-weight: var(--dt-font-weight-bold);--dt-typography-headline-md-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-md-compact-line-height: var(--dt-font-line-height-300);--dt-typography-headline-md-compact-font-weight: var(--dt-font-weight-bold);--dt-typography-headline-md-text-case: var(--dt-font-text-case-none);--dt-typography-headline-md-line-height: var(--dt-font-line-height-400);--dt-typography-headline-md-font-weight: var(--dt-font-weight-bold);--dt-typography-headline-sm-soft-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-sm-soft-compact-line-height: var(--dt-font-line-height-200);--dt-typography-headline-sm-soft-compact-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-sm-soft-text-case: var(--dt-font-text-case-none);--dt-typography-headline-sm-soft-line-height: var(--dt-font-line-height-300);--dt-typography-headline-sm-soft-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-sm-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-sm-compact-line-height: var(--dt-font-line-height-200);--dt-typography-headline-sm-compact-font-weight: var(--dt-font-weight-bold);--dt-typography-headline-sm-text-case: var(--dt-font-text-case-none);--dt-typography-headline-sm-line-height: var(--dt-font-line-height-300);--dt-typography-headline-sm-font-weight: var(--dt-font-weight-bold);--dt-typography-headline-eyebrow-text-case: var(--dt-font-text-case-uppercase);--dt-typography-headline-eyebrow-line-height: var(--dt-font-line-height-300);--dt-typography-headline-eyebrow-font-weight: var(--dt-font-weight-normal);--dt-typography-body-sm-compact-text-case: var(--dt-font-text-case-none);--dt-typography-body-sm-compact-line-height: var(--dt-font-line-height-200);--dt-typography-body-sm-compact-font-weight: var(--dt-font-weight-normal);--dt-typography-body-sm-text-case: var(--dt-font-text-case-none);--dt-typography-body-sm-line-height: var(--dt-font-line-height-300);--dt-typography-body-sm-font-weight: var(--dt-font-weight-normal);--dt-typography-body-md-compact-text-case: var(--dt-font-text-case-none);--dt-typography-body-md-compact-line-height: var(--dt-font-line-height-300);--dt-typography-body-md-compact-font-weight: var(--dt-font-weight-normal);--dt-typography-body-md-text-case: var(--dt-font-text-case-none);--dt-typography-body-md-line-height: var(--dt-font-line-height-400);--dt-typography-body-md-font-weight: var(--dt-font-weight-normal);--dt-color-border-brand-strong-inverted-h: var(--dt-color-purple-200-h);--dt-color-border-brand-strong-inverted-s: var(--dt-color-purple-200-s);--dt-color-border-brand-strong-inverted-l: var(--dt-color-purple-200-l);--dt-color-border-brand-strong-inverted-hsl: var(--dt-color-purple-200-hsl);--dt-color-border-brand-strong-inverted-hsla: var(--dt-color-purple-200-hsla);--dt-color-border-brand-strong-inverted: var(--dt-color-purple-200);--dt-color-border-brand-subtle-inverted-h: var(--dt-color-purple-500-h);--dt-color-border-brand-subtle-inverted-s: var(--dt-color-purple-500-s);--dt-color-border-brand-subtle-inverted-l: var(--dt-color-purple-500-l);--dt-color-border-brand-subtle-inverted-hsl: var(--dt-color-purple-500-hsl);--dt-color-border-brand-subtle-inverted-hsla: var(--dt-color-purple-500-hsla);--dt-color-border-brand-subtle-inverted: var(--dt-color-purple-500);--dt-color-border-warning-strong-inverted-h: var(--dt-color-gold-100-h);--dt-color-border-warning-strong-inverted-s: var(--dt-color-gold-100-s);--dt-color-border-warning-strong-inverted-l: var(--dt-color-gold-100-l);--dt-color-border-warning-strong-inverted-hsl: var(--dt-color-gold-100-hsl);--dt-color-border-warning-strong-inverted-hsla: var(--dt-color-gold-100-hsla);--dt-color-border-warning-strong-inverted: var(--dt-color-gold-100);--dt-color-border-warning-subtle-inverted-h: var(--dt-color-gold-400-h);--dt-color-border-warning-subtle-inverted-s: var(--dt-color-gold-400-s);--dt-color-border-warning-subtle-inverted-l: var(--dt-color-gold-400-l);--dt-color-border-warning-subtle-inverted-hsl: var(--dt-color-gold-400-hsl);--dt-color-border-warning-subtle-inverted-hsla: var(--dt-color-gold-400-hsla);--dt-color-border-warning-subtle-inverted: var(--dt-color-gold-400);--dt-color-border-success-strong-inverted-h: var(--dt-color-green-100-h);--dt-color-border-success-strong-inverted-s: var(--dt-color-green-100-s);--dt-color-border-success-strong-inverted-l: var(--dt-color-green-100-l);--dt-color-border-success-strong-inverted-hsl: var(--dt-color-green-100-hsl);--dt-color-border-success-strong-inverted-hsla: var(--dt-color-green-100-hsla);--dt-color-border-success-strong-inverted: var(--dt-color-green-100);--dt-color-border-success-subtle-inverted-h: var(--dt-color-green-400-h);--dt-color-border-success-subtle-inverted-s: var(--dt-color-green-400-s);--dt-color-border-success-subtle-inverted-l: var(--dt-color-green-400-l);--dt-color-border-success-subtle-inverted-hsl: var(--dt-color-green-400-hsl);--dt-color-border-success-subtle-inverted-hsla: var(--dt-color-green-400-hsla);--dt-color-border-success-subtle-inverted: var(--dt-color-green-400);--dt-color-border-critical-strong-inverted-h: var(--dt-color-red-200-h);--dt-color-border-critical-strong-inverted-s: var(--dt-color-red-200-s);--dt-color-border-critical-strong-inverted-l: var(--dt-color-red-200-l);--dt-color-border-critical-strong-inverted-hsl: var(--dt-color-red-200-hsl);--dt-color-border-critical-strong-inverted-hsla: var(--dt-color-red-200-hsla);--dt-color-border-critical-strong-inverted: var(--dt-color-red-200);--dt-color-border-critical-subtle-inverted-h: var(--dt-color-red-400-h);--dt-color-border-critical-subtle-inverted-s: var(--dt-color-red-400-s);--dt-color-border-critical-subtle-inverted-l: var(--dt-color-red-400-l);--dt-color-border-critical-subtle-inverted-hsl: var(--dt-color-red-400-hsl);--dt-color-border-critical-subtle-inverted-hsla: var(--dt-color-red-400-hsla);--dt-color-border-critical-subtle-inverted: var(--dt-color-red-400);--dt-color-border-brand-inverted-h: var(--dt-color-brand-purple-h);--dt-color-border-brand-inverted-s: var(--dt-color-brand-purple-s);--dt-color-border-brand-inverted-l: var(--dt-color-brand-purple-l);--dt-color-border-brand-inverted-hsl: var(--dt-color-brand-purple-hsl);--dt-color-border-brand-inverted-hsla: var(--dt-color-brand-purple-hsla);--dt-color-border-brand-inverted: var(--dt-color-brand-purple);--dt-color-border-warning-inverted-h: var(--dt-color-gold-200-h);--dt-color-border-warning-inverted-s: var(--dt-color-gold-200-s);--dt-color-border-warning-inverted-l: var(--dt-color-gold-200-l);--dt-color-border-warning-inverted-hsl: var(--dt-color-gold-200-hsl);--dt-color-border-warning-inverted-hsla: var(--dt-color-gold-200-hsla);--dt-color-border-warning-inverted: var(--dt-color-gold-200);--dt-color-border-success-inverted-h: var(--dt-color-green-200-h);--dt-color-border-success-inverted-s: var(--dt-color-green-200-s);--dt-color-border-success-inverted-l: var(--dt-color-green-200-l);--dt-color-border-success-inverted-hsl: var(--dt-color-green-200-hsl);--dt-color-border-success-inverted-hsla: var(--dt-color-green-200-hsla);--dt-color-border-success-inverted: var(--dt-color-green-200);--dt-color-border-critical-inverted-h: var(--dt-color-red-300-h);--dt-color-border-critical-inverted-s: var(--dt-color-red-300-s);--dt-color-border-critical-inverted-l: var(--dt-color-red-300-l);--dt-color-border-critical-inverted-hsl: var(--dt-color-red-300-hsl);--dt-color-border-critical-inverted-hsla: var(--dt-color-red-300-hsla);--dt-color-border-critical-inverted: var(--dt-color-red-300);--dt-color-border-brand-strong-h: var(--dt-color-purple-500-h);--dt-color-border-brand-strong-s: var(--dt-color-purple-500-s);--dt-color-border-brand-strong-l: var(--dt-color-purple-500-l);--dt-color-border-brand-strong-hsl: var(--dt-color-purple-500-hsl);--dt-color-border-brand-strong-hsla: var(--dt-color-purple-500-hsla);--dt-color-border-brand-strong: var(--dt-color-purple-500);--dt-color-border-brand-subtle-h: var(--dt-color-purple-200-h);--dt-color-border-brand-subtle-s: var(--dt-color-purple-200-s);--dt-color-border-brand-subtle-l: var(--dt-color-purple-200-l);--dt-color-border-brand-subtle-hsl: var(--dt-color-purple-200-hsl);--dt-color-border-brand-subtle-hsla: var(--dt-color-purple-200-hsla);--dt-color-border-brand-subtle: var(--dt-color-purple-200);--dt-color-border-warning-strong-h: var(--dt-color-gold-500-h);--dt-color-border-warning-strong-s: var(--dt-color-gold-500-s);--dt-color-border-warning-strong-l: var(--dt-color-gold-500-l);--dt-color-border-warning-strong-hsl: var(--dt-color-gold-500-hsl);--dt-color-border-warning-strong-hsla: var(--dt-color-gold-500-hsla);--dt-color-border-warning-strong: var(--dt-color-gold-500);--dt-color-border-warning-subtle-h: var(--dt-color-gold-200-h);--dt-color-border-warning-subtle-s: var(--dt-color-gold-200-s);--dt-color-border-warning-subtle-l: var(--dt-color-gold-200-l);--dt-color-border-warning-subtle-hsl: var(--dt-color-gold-200-hsl);--dt-color-border-warning-subtle-hsla: var(--dt-color-gold-200-hsla);--dt-color-border-warning-subtle: var(--dt-color-gold-200);--dt-color-border-success-strong-h: var(--dt-color-green-500-h);--dt-color-border-success-strong-s: var(--dt-color-green-500-s);--dt-color-border-success-strong-l: var(--dt-color-green-500-l);--dt-color-border-success-strong-hsl: var(--dt-color-green-500-hsl);--dt-color-border-success-strong-hsla: var(--dt-color-green-500-hsla);--dt-color-border-success-strong: var(--dt-color-green-500);--dt-color-border-success-subtle-h: var(--dt-color-green-200-h);--dt-color-border-success-subtle-s: var(--dt-color-green-200-s);--dt-color-border-success-subtle-l: var(--dt-color-green-200-l);--dt-color-border-success-subtle-hsl: var(--dt-color-green-200-hsl);--dt-color-border-success-subtle-hsla: var(--dt-color-green-200-hsla);--dt-color-border-success-subtle: var(--dt-color-green-200);--dt-color-border-critical-strong-h: var(--dt-color-red-500-h);--dt-color-border-critical-strong-s: var(--dt-color-red-500-s);--dt-color-border-critical-strong-l: var(--dt-color-red-500-l);--dt-color-border-critical-strong-hsl: var(--dt-color-red-500-hsl);--dt-color-border-critical-strong-hsla: var(--dt-color-red-500-hsla);--dt-color-border-critical-strong: var(--dt-color-red-500);--dt-color-border-critical-subtle-h: var(--dt-color-red-200-h);--dt-color-border-critical-subtle-s: var(--dt-color-red-200-s);--dt-color-border-critical-subtle-l: var(--dt-color-red-200-l);--dt-color-border-critical-subtle-hsl: var(--dt-color-red-200-hsl);--dt-color-border-critical-subtle-hsla: var(--dt-color-red-200-hsla);--dt-color-border-critical-subtle: var(--dt-color-red-200);--dt-color-border-accent-h: var(--dt-color-brand-magenta-h);--dt-color-border-accent-s: var(--dt-color-brand-magenta-s);--dt-color-border-accent-l: var(--dt-color-brand-magenta-l);--dt-color-border-accent-hsl: var(--dt-color-brand-magenta-hsl);--dt-color-border-accent-hsla: var(--dt-color-brand-magenta-hsla);--dt-color-border-accent: var(--dt-color-brand-magenta);--dt-color-border-brand-h: var(--dt-color-brand-purple-h);--dt-color-border-brand-s: var(--dt-color-brand-purple-s);--dt-color-border-brand-l: var(--dt-color-brand-purple-l);--dt-color-border-brand-hsl: var(--dt-color-brand-purple-hsl);--dt-color-border-brand-hsla: var(--dt-color-brand-purple-hsla);--dt-color-border-brand: var(--dt-color-brand-purple);--dt-color-border-warning-h: var(--dt-color-gold-400-h);--dt-color-border-warning-s: var(--dt-color-gold-400-s);--dt-color-border-warning-l: var(--dt-color-gold-400-l);--dt-color-border-warning-hsl: var(--dt-color-gold-400-hsl);--dt-color-border-warning-hsla: var(--dt-color-gold-400-hsla);--dt-color-border-warning: var(--dt-color-gold-400);--dt-color-border-success-h: var(--dt-color-green-400-h);--dt-color-border-success-s: var(--dt-color-green-400-s);--dt-color-border-success-l: var(--dt-color-green-400-l);--dt-color-border-success-hsl: var(--dt-color-green-400-hsl);--dt-color-border-success-hsla: var(--dt-color-green-400-hsla);--dt-color-border-success: var(--dt-color-green-400);--dt-color-border-critical-h: var(--dt-color-red-400-h);--dt-color-border-critical-s: var(--dt-color-red-400-s);--dt-color-border-critical-l: var(--dt-color-red-400-l);--dt-color-border-critical-hsl: var(--dt-color-red-400-hsl);--dt-color-border-critical-hsla: var(--dt-color-red-400-hsla);--dt-color-border-critical: var(--dt-color-red-400);--dt-color-border-focus-h: var(--dt-color-blue-300-h);--dt-color-border-focus-s: var(--dt-color-blue-300-s);--dt-color-border-focus-l: var(--dt-color-blue-300-l);--dt-color-border-focus-hsl: var(--dt-color-blue-300-hsl);--dt-color-border-focus-hsla: var(--dt-color-blue-300-hsla);--dt-color-border-focus: var(--dt-color-blue-300);--dt-color-border-bold-inverted-h: 0;--dt-color-border-bold-inverted-s: 0%;--dt-color-border-bold-inverted-l: 0%;--dt-color-border-bold-inverted-hsl: var(--dt-color-border-bold-inverted-h) var(--dt-color-border-bold-inverted-s) var(--dt-color-border-bold-inverted-l);--dt-color-border-bold-inverted-hsla: hsla(var(--dt-color-border-bold-inverted-h) var(--dt-color-border-bold-inverted-s) var(--dt-color-border-bold-inverted-l) / var(--alpha, 100%));--dt-color-border-bold-inverted: hsl(0 0% 0% / .5);--dt-color-border-moderate-inverted-h: 0;--dt-color-border-moderate-inverted-s: 0%;--dt-color-border-moderate-inverted-l: 0%;--dt-color-border-moderate-inverted-hsl: var(--dt-color-border-moderate-inverted-h) var(--dt-color-border-moderate-inverted-s) var(--dt-color-border-moderate-inverted-l);--dt-color-border-moderate-inverted-hsla: hsla(var(--dt-color-border-moderate-inverted-h) var(--dt-color-border-moderate-inverted-s) var(--dt-color-border-moderate-inverted-l) / var(--alpha, 100%));--dt-color-border-moderate-inverted: hsl(0 0% 0% / .34);--dt-color-border-default-inverted-h: 0;--dt-color-border-default-inverted-s: 0%;--dt-color-border-default-inverted-l: 0%;--dt-color-border-default-inverted-hsl: var(--dt-color-border-default-inverted-h) var(--dt-color-border-default-inverted-s) var(--dt-color-border-default-inverted-l);--dt-color-border-default-inverted-hsla: hsla(var(--dt-color-border-default-inverted-h) var(--dt-color-border-default-inverted-s) var(--dt-color-border-default-inverted-l) / var(--alpha, 100%));--dt-color-border-default-inverted: hsl(0 0% 0% / .18);--dt-color-border-subtle-inverted-h: 0;--dt-color-border-subtle-inverted-s: 0%;--dt-color-border-subtle-inverted-l: 0%;--dt-color-border-subtle-inverted-hsl: var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l);--dt-color-border-subtle-inverted-hsla: hsla(var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l) / var(--alpha, 100%));--dt-color-border-subtle-inverted: hsl(0 0% 0% / .1);--dt-color-border-bold-h: 0;--dt-color-border-bold-s: 0%;--dt-color-border-bold-l: 100%;--dt-color-border-bold-hsl: var(--dt-color-border-bold-h) var(--dt-color-border-bold-s) var(--dt-color-border-bold-l);--dt-color-border-bold-hsla: hsla(var(--dt-color-border-bold-h) var(--dt-color-border-bold-s) var(--dt-color-border-bold-l) / var(--alpha, 100%));--dt-color-border-bold: hsl(0 0% 100% / .5);--dt-color-border-moderate-h: 0;--dt-color-border-moderate-s: 0%;--dt-color-border-moderate-l: 100%;--dt-color-border-moderate-hsl: var(--dt-color-border-moderate-h) var(--dt-color-border-moderate-s) var(--dt-color-border-moderate-l);--dt-color-border-moderate-hsla: hsla(var(--dt-color-border-moderate-h) var(--dt-color-border-moderate-s) var(--dt-color-border-moderate-l) / var(--alpha, 100%));--dt-color-border-moderate: hsl(0 0% 100% / .36);--dt-color-border-default-h: 0;--dt-color-border-default-s: 0%;--dt-color-border-default-l: 100%;--dt-color-border-default-hsl: var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l);--dt-color-border-default-hsla: hsla(var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l) / var(--alpha, 100%));--dt-color-border-default: hsl(0 0% 100% / .22);--dt-color-border-subtle-h: 0;--dt-color-border-subtle-s: 0%;--dt-color-border-subtle-l: 100%;--dt-color-border-subtle-hsl: var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l);--dt-color-border-subtle-hsla: hsla(var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l) / var(--alpha, 100%));--dt-color-border-subtle: hsl(0 0% 100% / .14);--dt-color-surface-info-strong-h: var(--dt-color-blue-400-h);--dt-color-surface-info-strong-s: var(--dt-color-blue-400-s);--dt-color-surface-info-strong-l: var(--dt-color-blue-400-l);--dt-color-surface-info-strong-hsl: var(--dt-color-blue-400-hsl);--dt-color-surface-info-strong-hsla: var(--dt-color-blue-400-hsla);--dt-color-surface-info-strong: var(--dt-color-blue-400);--dt-color-surface-info-subtle-h: 213.20966997513474;--dt-color-surface-info-subtle-s: 96.9787556672879%;--dt-color-surface-info-subtle-l: 12.97997843137255%;--dt-color-surface-info-subtle-hsl: var(--dt-color-surface-info-subtle-h) var(--dt-color-surface-info-subtle-s) var(--dt-color-surface-info-subtle-l);--dt-color-surface-info-subtle-hsla: hsla(var(--dt-color-surface-info-subtle-h) var(--dt-color-surface-info-subtle-s) var(--dt-color-surface-info-subtle-l) / var(--alpha, 100%));--dt-color-surface-info-subtle: hsl(213 98.2% 12.9%);--dt-color-surface-info-h: var(--dt-color-blue-100-h);--dt-color-surface-info-s: var(--dt-color-blue-100-s);--dt-color-surface-info-l: var(--dt-color-blue-100-l);--dt-color-surface-info-hsl: var(--dt-color-blue-100-hsl);--dt-color-surface-info-hsla: var(--dt-color-blue-100-hsla);--dt-color-surface-info: var(--dt-color-blue-100);--dt-color-surface-success-strong-h: var(--dt-color-green-400-h);--dt-color-surface-success-strong-s: var(--dt-color-green-400-s);--dt-color-surface-success-strong-l: var(--dt-color-green-400-l);--dt-color-surface-success-strong-hsl: var(--dt-color-green-400-hsl);--dt-color-surface-success-strong-hsla: var(--dt-color-green-400-hsla);--dt-color-surface-success-strong: var(--dt-color-green-400);--dt-color-surface-success-subtle-h: 136;--dt-color-surface-success-subtle-s: 59.09999999999999%;--dt-color-surface-success-subtle-l: 8.63%;--dt-color-surface-success-subtle-hsl: var(--dt-color-surface-success-subtle-h) var(--dt-color-surface-success-subtle-s) var(--dt-color-surface-success-subtle-l);--dt-color-surface-success-subtle-hsla: hsla(var(--dt-color-surface-success-subtle-h) var(--dt-color-surface-success-subtle-s) var(--dt-color-surface-success-subtle-l) / var(--alpha, 100%));--dt-color-surface-success-subtle: hsl(136 59.1% 8.63%);--dt-color-surface-success-h: var(--dt-color-green-100-h);--dt-color-surface-success-s: var(--dt-color-green-100-s);--dt-color-surface-success-l: var(--dt-color-green-100-l);--dt-color-surface-success-hsl: var(--dt-color-green-100-hsl);--dt-color-surface-success-hsla: var(--dt-color-green-100-hsla);--dt-color-surface-success: var(--dt-color-green-100);--dt-color-surface-warning-strong-h: var(--dt-color-gold-200-h);--dt-color-surface-warning-strong-s: var(--dt-color-gold-200-s);--dt-color-surface-warning-strong-l: var(--dt-color-gold-200-l);--dt-color-surface-warning-strong-hsl: var(--dt-color-gold-200-hsl);--dt-color-surface-warning-strong-hsla: var(--dt-color-gold-200-hsla);--dt-color-surface-warning-strong: var(--dt-color-gold-200);--dt-color-surface-warning-subtle-h: 35.7;--dt-color-surface-warning-subtle-s: 88.29999999999998%;--dt-color-surface-warning-subtle-l: 13.4%;--dt-color-surface-warning-subtle-hsl: var(--dt-color-surface-warning-subtle-h) var(--dt-color-surface-warning-subtle-s) var(--dt-color-surface-warning-subtle-l);--dt-color-surface-warning-subtle-hsla: hsla(var(--dt-color-surface-warning-subtle-h) var(--dt-color-surface-warning-subtle-s) var(--dt-color-surface-warning-subtle-l) / var(--alpha, 100%));--dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%);--dt-color-surface-warning-h: var(--dt-color-gold-100-h);--dt-color-surface-warning-s: var(--dt-color-gold-100-s);--dt-color-surface-warning-l: var(--dt-color-gold-100-l);--dt-color-surface-warning-hsl: var(--dt-color-gold-100-hsl);--dt-color-surface-warning-hsla: var(--dt-color-gold-100-hsla);--dt-color-surface-warning: var(--dt-color-gold-100);--dt-color-surface-critical-strong-h: var(--dt-color-red-400-h);--dt-color-surface-critical-strong-s: var(--dt-color-red-400-s);--dt-color-surface-critical-strong-l: var(--dt-color-red-400-l);--dt-color-surface-critical-strong-hsl: var(--dt-color-red-400-hsl);--dt-color-surface-critical-strong-hsla: var(--dt-color-red-400-hsla);--dt-color-surface-critical-strong: var(--dt-color-red-400);--dt-color-surface-critical-subtle-h: 0;--dt-color-surface-critical-subtle-s: 89.60000000000001%;--dt-color-surface-critical-subtle-l: 9.41%;--dt-color-surface-critical-subtle-hsl: var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l);--dt-color-surface-critical-subtle-hsla: hsla(var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l) / var(--alpha, 100%));--dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%);--dt-color-surface-critical-h: var(--dt-color-red-100-h);--dt-color-surface-critical-s: var(--dt-color-red-100-s);--dt-color-surface-critical-l: var(--dt-color-red-100-l);--dt-color-surface-critical-hsl: var(--dt-color-red-100-hsl);--dt-color-surface-critical-hsla: var(--dt-color-red-100-hsla);--dt-color-surface-critical: var(--dt-color-red-100);--dt-color-surface-contrast-h: var(--dt-color-black-900-h);--dt-color-surface-contrast-s: var(--dt-color-black-900-s);--dt-color-surface-contrast-l: var(--dt-color-black-900-l);--dt-color-surface-contrast-hsl: var(--dt-color-black-900-hsl);--dt-color-surface-contrast-hsla: var(--dt-color-black-900-hsla);--dt-color-surface-contrast: var(--dt-color-black-900);--dt-color-surface-strong-h: var(--dt-color-black-600-h);--dt-color-surface-strong-s: var(--dt-color-black-600-s);--dt-color-surface-strong-l: var(--dt-color-black-600-l);--dt-color-surface-strong-hsl: var(--dt-color-black-600-hsl);--dt-color-surface-strong-hsla: var(--dt-color-black-600-hsla);--dt-color-surface-strong: var(--dt-color-black-600);--dt-color-surface-bold-h: var(--dt-color-black-400-h);--dt-color-surface-bold-s: var(--dt-color-black-400-s);--dt-color-surface-bold-l: var(--dt-color-black-400-l);--dt-color-surface-bold-hsl: var(--dt-color-black-400-hsl);--dt-color-surface-bold-hsla: var(--dt-color-black-400-hsla);--dt-color-surface-bold: var(--dt-color-black-400);--dt-color-surface-moderate-h: var(--dt-color-black-300-h);--dt-color-surface-moderate-s: var(--dt-color-black-300-s);--dt-color-surface-moderate-l: var(--dt-color-black-300-l);--dt-color-surface-moderate-hsl: var(--dt-color-black-300-hsl);--dt-color-surface-moderate-hsla: var(--dt-color-black-300-hsla);--dt-color-surface-moderate: var(--dt-color-black-300);--dt-color-surface-secondary-h: var(--dt-color-black-200-h);--dt-color-surface-secondary-s: var(--dt-color-black-200-s);--dt-color-surface-secondary-l: var(--dt-color-black-200-l);--dt-color-surface-secondary-hsl: var(--dt-color-black-200-hsl);--dt-color-surface-secondary-hsla: var(--dt-color-black-200-hsla);--dt-color-surface-secondary: var(--dt-color-black-200);--dt-color-surface-primary-h: 0;--dt-color-surface-primary-s: 0%;--dt-color-surface-primary-l: 12%;--dt-color-surface-primary-hsl: var(--dt-color-surface-primary-h) var(--dt-color-surface-primary-s) var(--dt-color-surface-primary-l);--dt-color-surface-primary-hsla: hsla(var(--dt-color-surface-primary-h) var(--dt-color-surface-primary-s) var(--dt-color-surface-primary-l) / var(--alpha, 100%));--dt-color-surface-primary: hsl(0 0% 12%);--dt-color-surface-info-opaque-h: 212;--dt-color-surface-info-opaque-s: 79.19999999999999%;--dt-color-surface-info-opaque-l: 43.3%;--dt-color-surface-info-opaque-hsl: var(--dt-color-surface-info-opaque-h) var(--dt-color-surface-info-opaque-s) var(--dt-color-surface-info-opaque-l);--dt-color-surface-info-opaque-hsla: hsla(var(--dt-color-surface-info-opaque-h) var(--dt-color-surface-info-opaque-s) var(--dt-color-surface-info-opaque-l) / var(--alpha, 100%));--dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / .29);--dt-color-surface-success-opaque-h: 137;--dt-color-surface-success-opaque-s: 72.50000000000001%;--dt-color-surface-success-opaque-l: 37.1%;--dt-color-surface-success-opaque-hsl: var(--dt-color-surface-success-opaque-h) var(--dt-color-surface-success-opaque-s) var(--dt-color-surface-success-opaque-l);--dt-color-surface-success-opaque-hsla: hsla(var(--dt-color-surface-success-opaque-h) var(--dt-color-surface-success-opaque-s) var(--dt-color-surface-success-opaque-l) / var(--alpha, 100%));--dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / .26);--dt-color-surface-warning-opaque-h: 35.89999999999999;--dt-color-surface-warning-opaque-s: 66.00000000000001%;--dt-color-surface-warning-opaque-l: 49.6%;--dt-color-surface-warning-opaque-hsl: var(--dt-color-surface-warning-opaque-h) var(--dt-color-surface-warning-opaque-s) var(--dt-color-surface-warning-opaque-l);--dt-color-surface-warning-opaque-hsla: hsla(var(--dt-color-surface-warning-opaque-h) var(--dt-color-surface-warning-opaque-s) var(--dt-color-surface-warning-opaque-l) / var(--alpha, 100%));--dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / .48);--dt-color-surface-critical-opaque-h: 0;--dt-color-surface-critical-opaque-s: 88.7%;--dt-color-surface-critical-opaque-l: 38%;--dt-color-surface-critical-opaque-hsl: var(--dt-color-surface-critical-opaque-h) var(--dt-color-surface-critical-opaque-s) var(--dt-color-surface-critical-opaque-l);--dt-color-surface-critical-opaque-hsla: hsla(var(--dt-color-surface-critical-opaque-h) var(--dt-color-surface-critical-opaque-s) var(--dt-color-surface-critical-opaque-l) / var(--alpha, 100%));--dt-color-surface-critical-opaque: hsl(0 88.7% 38% / .32);--dt-color-surface-backdrop-h: 0;--dt-color-surface-backdrop-s: 0%;--dt-color-surface-backdrop-l: 0%;--dt-color-surface-backdrop-hsl: var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l);--dt-color-surface-backdrop-hsla: hsla(var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l) / var(--alpha, 100%));--dt-color-surface-backdrop: hsl(0 0% 0% / .7);--dt-color-surface-contrast-opaque-h: 0;--dt-color-surface-contrast-opaque-s: 0%;--dt-color-surface-contrast-opaque-l: 90.2%;--dt-color-surface-contrast-opaque-hsl: var(--dt-color-surface-contrast-opaque-h) var(--dt-color-surface-contrast-opaque-s) var(--dt-color-surface-contrast-opaque-l);--dt-color-surface-contrast-opaque-hsla: hsla(var(--dt-color-surface-contrast-opaque-h) var(--dt-color-surface-contrast-opaque-s) var(--dt-color-surface-contrast-opaque-l) / var(--alpha, 100%));--dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / .96);--dt-color-surface-strong-opaque-h: 0;--dt-color-surface-strong-opaque-s: 0%;--dt-color-surface-strong-opaque-l: 90.2%;--dt-color-surface-strong-opaque-hsl: var(--dt-color-surface-strong-opaque-h) var(--dt-color-surface-strong-opaque-s) var(--dt-color-surface-strong-opaque-l);--dt-color-surface-strong-opaque-hsla: hsla(var(--dt-color-surface-strong-opaque-h) var(--dt-color-surface-strong-opaque-s) var(--dt-color-surface-strong-opaque-l) / var(--alpha, 100%));--dt-color-surface-strong-opaque: hsl(0 0% 90.2% / .65);--dt-color-surface-bold-opaque-h: 0;--dt-color-surface-bold-opaque-s: 0%;--dt-color-surface-bold-opaque-l: 90.2%;--dt-color-surface-bold-opaque-hsl: var(--dt-color-surface-bold-opaque-h) var(--dt-color-surface-bold-opaque-s) var(--dt-color-surface-bold-opaque-l);--dt-color-surface-bold-opaque-hsla: hsla(var(--dt-color-surface-bold-opaque-h) var(--dt-color-surface-bold-opaque-s) var(--dt-color-surface-bold-opaque-l) / var(--alpha, 100%));--dt-color-surface-bold-opaque: hsl(0 0% 90.2% / .27);--dt-color-surface-moderate-opaque-h: 0;--dt-color-surface-moderate-opaque-s: 0%;--dt-color-surface-moderate-opaque-l: 90.2%;--dt-color-surface-moderate-opaque-hsl: var(--dt-color-surface-moderate-opaque-h) var(--dt-color-surface-moderate-opaque-s) var(--dt-color-surface-moderate-opaque-l);--dt-color-surface-moderate-opaque-hsla: hsla(var(--dt-color-surface-moderate-opaque-h) var(--dt-color-surface-moderate-opaque-s) var(--dt-color-surface-moderate-opaque-l) / var(--alpha, 100%));--dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / .15);--dt-color-surface-secondary-opaque-h: 0;--dt-color-surface-secondary-opaque-s: 0%;--dt-color-surface-secondary-opaque-l: 90.2%;--dt-color-surface-secondary-opaque-hsl: var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l);--dt-color-surface-secondary-opaque-hsla: hsla(var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l) / var(--alpha, 100%));--dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / .06);--dt-color-link-muted-inverted-hover-h: var(--dt-color-black-100-h);--dt-color-link-muted-inverted-hover-s: var(--dt-color-black-100-s);--dt-color-link-muted-inverted-hover-l: var(--dt-color-black-100-l);--dt-color-link-muted-inverted-hover-hsl: var(--dt-color-black-100-hsl);--dt-color-link-muted-inverted-hover-hsla: var(--dt-color-black-100-hsla);--dt-color-link-muted-inverted-hover: var(--dt-color-black-100);--dt-color-link-warning-inverted-hover-h: var(--dt-color-black-200-h);--dt-color-link-warning-inverted-hover-s: var(--dt-color-black-200-s);--dt-color-link-warning-inverted-hover-l: var(--dt-color-black-200-l);--dt-color-link-warning-inverted-hover-hsl: var(--dt-color-black-200-hsl);--dt-color-link-warning-inverted-hover-hsla: var(--dt-color-black-200-hsla);--dt-color-link-warning-inverted-hover: var(--dt-color-black-200);--dt-color-link-critical-inverted-hover-h: var(--dt-color-red-200-h);--dt-color-link-critical-inverted-hover-s: var(--dt-color-red-200-s);--dt-color-link-critical-inverted-hover-l: var(--dt-color-red-200-l);--dt-color-link-critical-inverted-hover-hsl: var(--dt-color-red-200-hsl);--dt-color-link-critical-inverted-hover-hsla: var(--dt-color-red-200-hsla);--dt-color-link-critical-inverted-hover: var(--dt-color-red-200);--dt-color-link-primary-inverted-hover-h: var(--dt-color-purple-200-h);--dt-color-link-primary-inverted-hover-s: var(--dt-color-purple-200-s);--dt-color-link-primary-inverted-hover-l: var(--dt-color-purple-200-l);--dt-color-link-primary-inverted-hover-hsl: var(--dt-color-purple-200-hsl);--dt-color-link-primary-inverted-hover-hsla: var(--dt-color-purple-200-hsla);--dt-color-link-primary-inverted-hover: var(--dt-color-purple-200);--dt-color-link-warning-hover-h: var(--dt-color-gold-500-h);--dt-color-link-warning-hover-s: var(--dt-color-gold-500-s);--dt-color-link-warning-hover-l: var(--dt-color-gold-500-l);--dt-color-link-warning-hover-hsl: var(--dt-color-gold-500-hsl);--dt-color-link-warning-hover-hsla: var(--dt-color-gold-500-hsla);--dt-color-link-warning-hover: var(--dt-color-gold-500);--dt-color-link-success-hover-h: var(--dt-color-green-500-h);--dt-color-link-success-hover-s: var(--dt-color-green-500-s);--dt-color-link-success-hover-l: var(--dt-color-green-500-l);--dt-color-link-success-hover-hsl: var(--dt-color-green-500-hsl);--dt-color-link-success-hover-hsla: var(--dt-color-green-500-hsla);--dt-color-link-success-hover: var(--dt-color-green-500);--dt-color-link-critical-hover-h: var(--dt-color-red-500-h);--dt-color-link-critical-hover-s: var(--dt-color-red-500-s);--dt-color-link-critical-hover-l: var(--dt-color-red-500-l);--dt-color-link-critical-hover-hsl: var(--dt-color-red-500-hsl);--dt-color-link-critical-hover-hsla: var(--dt-color-red-500-hsla);--dt-color-link-critical-hover: var(--dt-color-red-500);--dt-color-link-primary-hover-h: var(--dt-color-purple-500-h);--dt-color-link-primary-hover-s: var(--dt-color-purple-500-s);--dt-color-link-primary-hover-l: var(--dt-color-purple-500-l);--dt-color-link-primary-hover-hsl: var(--dt-color-purple-500-hsl);--dt-color-link-primary-hover-hsla: var(--dt-color-purple-500-hsla);--dt-color-link-primary-hover: var(--dt-color-purple-500);--dt-color-link-primary-inverted-h: var(--dt-color-purple-300-h);--dt-color-link-primary-inverted-s: var(--dt-color-purple-300-s);--dt-color-link-primary-inverted-l: var(--dt-color-purple-300-l);--dt-color-link-primary-inverted-hsl: var(--dt-color-purple-300-hsl);--dt-color-link-primary-inverted-hsla: var(--dt-color-purple-300-hsla);--dt-color-link-primary-inverted: var(--dt-color-purple-300);--dt-color-link-primary-h: 261.00000000000006;--dt-color-link-primary-s: 100%;--dt-color-link-primary-l: 78.2%;--dt-color-link-primary-hsl: var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l);--dt-color-link-primary-hsla: hsla(var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l) / var(--alpha, 100%));--dt-color-link-primary: hsl(261 100% 78.2%);--dt-color-foreground-warning-inverted-h: var(--dt-color-gold-100-h);--dt-color-foreground-warning-inverted-s: var(--dt-color-gold-100-s);--dt-color-foreground-warning-inverted-l: var(--dt-color-gold-100-l);--dt-color-foreground-warning-inverted-hsl: var(--dt-color-gold-100-hsl);--dt-color-foreground-warning-inverted-hsla: var(--dt-color-gold-100-hsla);--dt-color-foreground-warning-inverted: var(--dt-color-gold-100);--dt-color-foreground-success-strong-inverted-h: var(--dt-color-green-100-h);--dt-color-foreground-success-strong-inverted-s: var(--dt-color-green-100-s);--dt-color-foreground-success-strong-inverted-l: var(--dt-color-green-100-l);--dt-color-foreground-success-strong-inverted-hsl: var(--dt-color-green-100-hsl);--dt-color-foreground-success-strong-inverted-hsla: var(--dt-color-green-100-hsla);--dt-color-foreground-success-strong-inverted: var(--dt-color-green-100);--dt-color-foreground-success-inverted-h: var(--dt-color-green-200-h);--dt-color-foreground-success-inverted-s: var(--dt-color-green-200-s);--dt-color-foreground-success-inverted-l: var(--dt-color-green-200-l);--dt-color-foreground-success-inverted-hsl: var(--dt-color-green-200-hsl);--dt-color-foreground-success-inverted-hsla: var(--dt-color-green-200-hsla);--dt-color-foreground-success-inverted: var(--dt-color-green-200);--dt-color-foreground-critical-strong-inverted-h: var(--dt-color-red-200-h);--dt-color-foreground-critical-strong-inverted-s: var(--dt-color-red-200-s);--dt-color-foreground-critical-strong-inverted-l: var(--dt-color-red-200-l);--dt-color-foreground-critical-strong-inverted-hsl: var(--dt-color-red-200-hsl);--dt-color-foreground-critical-strong-inverted-hsla: var(--dt-color-red-200-hsla);--dt-color-foreground-critical-strong-inverted: var(--dt-color-red-200);--dt-color-foreground-critical-inverted-h: var(--dt-color-red-300-h);--dt-color-foreground-critical-inverted-s: var(--dt-color-red-300-s);--dt-color-foreground-critical-inverted-l: var(--dt-color-red-300-l);--dt-color-foreground-critical-inverted-hsl: var(--dt-color-red-300-hsl);--dt-color-foreground-critical-inverted-hsla: var(--dt-color-red-300-hsla);--dt-color-foreground-critical-inverted: var(--dt-color-red-300);--dt-color-foreground-disabled-inverted-h: var(--dt-color-black-500-h);--dt-color-foreground-disabled-inverted-s: var(--dt-color-black-500-s);--dt-color-foreground-disabled-inverted-l: var(--dt-color-black-500-l);--dt-color-foreground-disabled-inverted-hsl: var(--dt-color-black-500-hsl);--dt-color-foreground-disabled-inverted-hsla: var(--dt-color-black-500-hsla);--dt-color-foreground-disabled-inverted: var(--dt-color-black-500);--dt-color-foreground-placeholder-inverted-h: var(--dt-color-black-500-h);--dt-color-foreground-placeholder-inverted-s: var(--dt-color-black-500-s);--dt-color-foreground-placeholder-inverted-l: var(--dt-color-black-500-l);--dt-color-foreground-placeholder-inverted-hsl: var(--dt-color-black-500-hsl);--dt-color-foreground-placeholder-inverted-hsla: var(--dt-color-black-500-hsla);--dt-color-foreground-placeholder-inverted: var(--dt-color-black-500);--dt-color-foreground-muted-inverted-h: 0;--dt-color-foreground-muted-inverted-s: 0%;--dt-color-foreground-muted-inverted-l: 14.899999999999999%;--dt-color-foreground-muted-inverted-hsl: var(--dt-color-foreground-muted-inverted-h) var(--dt-color-foreground-muted-inverted-s) var(--dt-color-foreground-muted-inverted-l);--dt-color-foreground-muted-inverted-hsla: hsla(var(--dt-color-foreground-muted-inverted-h) var(--dt-color-foreground-muted-inverted-s) var(--dt-color-foreground-muted-inverted-l) / var(--alpha, 100%));--dt-color-foreground-muted-inverted: hsl(0 0% 14.9% / .6);--dt-color-foreground-tertiary-inverted-h: var(--dt-color-black-400-h);--dt-color-foreground-tertiary-inverted-s: var(--dt-color-black-400-s);--dt-color-foreground-tertiary-inverted-l: var(--dt-color-black-400-l);--dt-color-foreground-tertiary-inverted-hsl: var(--dt-color-black-400-hsl);--dt-color-foreground-tertiary-inverted-hsla: var(--dt-color-black-400-hsla);--dt-color-foreground-tertiary-inverted: var(--dt-color-black-400);--dt-color-foreground-secondary-inverted-h: var(--dt-color-black-300-h);--dt-color-foreground-secondary-inverted-s: var(--dt-color-black-300-s);--dt-color-foreground-secondary-inverted-l: var(--dt-color-black-300-l);--dt-color-foreground-secondary-inverted-hsl: var(--dt-color-black-300-hsl);--dt-color-foreground-secondary-inverted-hsla: var(--dt-color-black-300-hsla);--dt-color-foreground-secondary-inverted: var(--dt-color-black-300);--dt-color-foreground-primary-inverted-h: var(--dt-color-neutral-black-h);--dt-color-foreground-primary-inverted-s: var(--dt-color-neutral-black-s);--dt-color-foreground-primary-inverted-l: var(--dt-color-neutral-black-l);--dt-color-foreground-primary-inverted-hsl: var(--dt-color-neutral-black-hsl);--dt-color-foreground-primary-inverted-hsla: var(--dt-color-neutral-black-hsla);--dt-color-foreground-primary-inverted: var(--dt-color-neutral-black);--dt-color-foreground-warning-h: var(--dt-color-gold-400-h);--dt-color-foreground-warning-s: var(--dt-color-gold-400-s);--dt-color-foreground-warning-l: var(--dt-color-gold-400-l);--dt-color-foreground-warning-hsl: var(--dt-color-gold-400-hsl);--dt-color-foreground-warning-hsla: var(--dt-color-gold-400-hsla);--dt-color-foreground-warning: var(--dt-color-gold-400);--dt-color-foreground-success-h: var(--dt-color-green-400-h);--dt-color-foreground-success-s: var(--dt-color-green-400-s);--dt-color-foreground-success-l: var(--dt-color-green-400-l);--dt-color-foreground-success-hsl: var(--dt-color-green-400-hsl);--dt-color-foreground-success-hsla: var(--dt-color-green-400-hsla);--dt-color-foreground-success: var(--dt-color-green-400);--dt-color-foreground-critical-h: var(--dt-color-red-400-h);--dt-color-foreground-critical-s: var(--dt-color-red-400-s);--dt-color-foreground-critical-l: var(--dt-color-red-400-l);--dt-color-foreground-critical-hsl: var(--dt-color-red-400-hsl);--dt-color-foreground-critical-hsla: var(--dt-color-red-400-hsla);--dt-color-foreground-critical: var(--dt-color-red-400);--dt-color-foreground-disabled-h: var(--dt-color-black-600-h);--dt-color-foreground-disabled-s: var(--dt-color-black-600-s);--dt-color-foreground-disabled-l: var(--dt-color-black-600-l);--dt-color-foreground-disabled-hsl: var(--dt-color-black-600-hsl);--dt-color-foreground-disabled-hsla: var(--dt-color-black-600-hsla);--dt-color-foreground-disabled: var(--dt-color-black-600);--dt-color-foreground-placeholder-h: var(--dt-color-black-600-h);--dt-color-foreground-placeholder-s: var(--dt-color-black-600-s);--dt-color-foreground-placeholder-l: var(--dt-color-black-600-l);--dt-color-foreground-placeholder-hsl: var(--dt-color-black-600-hsl);--dt-color-foreground-placeholder-hsla: var(--dt-color-black-600-hsla);--dt-color-foreground-placeholder: var(--dt-color-black-600);--dt-color-foreground-muted-h: 0;--dt-color-foreground-muted-s: 0%;--dt-color-foreground-muted-l: 83.1%;--dt-color-foreground-muted-hsl: var(--dt-color-foreground-muted-h) var(--dt-color-foreground-muted-s) var(--dt-color-foreground-muted-l);--dt-color-foreground-muted-hsla: hsla(var(--dt-color-foreground-muted-h) var(--dt-color-foreground-muted-s) var(--dt-color-foreground-muted-l) / var(--alpha, 100%));--dt-color-foreground-muted: hsl(0 0% 83.1% / .6);--dt-color-foreground-tertiary-h: var(--dt-color-black-600-h);--dt-color-foreground-tertiary-s: var(--dt-color-black-600-s);--dt-color-foreground-tertiary-l: var(--dt-color-black-600-l);--dt-color-foreground-tertiary-hsl: var(--dt-color-black-600-hsl);--dt-color-foreground-tertiary-hsla: var(--dt-color-black-600-hsla);--dt-color-foreground-tertiary: var(--dt-color-black-600);--dt-color-foreground-secondary-h: var(--dt-color-black-700-h);--dt-color-foreground-secondary-s: var(--dt-color-black-700-s);--dt-color-foreground-secondary-l: var(--dt-color-black-700-l);--dt-color-foreground-secondary-hsl: var(--dt-color-black-700-hsl);--dt-color-foreground-secondary-hsla: var(--dt-color-black-700-hsla);--dt-color-foreground-secondary: var(--dt-color-black-700);--dt-color-foreground-primary-h: var(--dt-color-black-900-h);--dt-color-foreground-primary-s: var(--dt-color-black-900-s);--dt-color-foreground-primary-l: var(--dt-color-black-900-l);--dt-color-foreground-primary-hsl: var(--dt-color-black-900-hsl);--dt-color-foreground-primary-hsla: var(--dt-color-black-900-hsla);--dt-color-foreground-primary: var(--dt-color-black-900);--dt-size-border-focus: calc(var(--dt-size-border-200) + var(--dt-size-border-100));--dt-font-size-600: calc(var(--dt-font-size-root) * 10.5);--dt-font-size-500: calc(var(--dt-font-size-root) * 6.5);--dt-font-size-400: calc(var(--dt-font-size-root) * 4.1);--dt-font-size-300: calc(var(--dt-font-size-root) * 2.8);--dt-font-size-200: calc(var(--dt-font-size-root) * 2);--dt-font-size-100: calc(var(--dt-font-size-root) * 1.6);--dt-radio-color-border-checked-h: var(--dt-color-border-brand-h);--dt-radio-color-border-checked-s: var(--dt-color-border-brand-s);--dt-radio-color-border-checked-l: var(--dt-color-border-brand-l);--dt-radio-color-border-checked-hsl: var(--dt-color-border-brand-hsl);--dt-radio-color-border-checked-hsla: var(--dt-color-border-brand-hsla);--dt-radio-color-border-checked: var(--dt-color-border-brand);--dt-radio-size-height: var(--dt-radio-size-width);--dt-icon-size-border-800: calc(var(--dt-icon-size-border-100) * 3.5);--dt-icon-size-border-700: calc(var(--dt-icon-size-border-100) * 2.75);--dt-icon-size-border-600: calc(var(--dt-icon-size-border-100) * 2.5);--dt-icon-size-border-400: calc(var(--dt-icon-size-border-100) * 1.75);--dt-icon-size-border-300: calc(var(--dt-icon-size-border-100) * 1.5);--dt-icon-size-border-200: calc(var(--dt-icon-size-border-100) * 1.25);--dt-icon-size-800: calc(var(--dt-size-base) * 6);--dt-icon-size-700: calc(var(--dt-size-base) * 4.75);--dt-icon-size-600: calc(var(--dt-size-base) * 4);--dt-icon-size-500: calc(var(--dt-size-base) * 3);--dt-icon-size-400: calc(var(--dt-size-base) * 2.5);--dt-icon-size-300: calc(var(--dt-size-base) * 2.25);--dt-icon-size-200: calc(var(--dt-size-base) * 1.75);--dt-icon-size-100: calc(var(--dt-size-base) * 1.5);--dt-checkbox-color-border-checked-h: var(--dt-color-border-brand-h);--dt-checkbox-color-border-checked-s: var(--dt-color-border-brand-s);--dt-checkbox-color-border-checked-l: var(--dt-color-border-brand-l);--dt-checkbox-color-border-checked-hsl: var(--dt-color-border-brand-hsl);--dt-checkbox-color-border-checked-hsla: var(--dt-color-border-brand-hsla);--dt-checkbox-color-border-checked: var(--dt-color-border-brand);--dt-checkbox-size-radius: var(--dt-inputs-size-radius-xs);--dt-checkbox-size-height: var(--dt-checkbox-size-width);--dt-badge-color-border-default-h: var(--dt-color-border-subtle-h);--dt-badge-color-border-default-s: var(--dt-color-border-subtle-s);--dt-badge-color-border-default-l: var(--dt-color-border-subtle-l);--dt-badge-color-border-default-hsl: var(--dt-color-border-subtle-hsl);--dt-badge-color-border-default-hsla: var(--dt-color-border-subtle-hsla);--dt-badge-color-border-default: var(--dt-color-border-subtle);--dt-badge-color-foreground-default-h: var(--dt-color-foreground-primary-h);--dt-badge-color-foreground-default-s: var(--dt-color-foreground-primary-s);--dt-badge-color-foreground-default-l: var(--dt-color-foreground-primary-l);--dt-badge-color-foreground-default-hsl: var(--dt-color-foreground-primary-hsl);--dt-badge-color-foreground-default-hsla: var(--dt-color-foreground-primary-hsla);--dt-badge-color-foreground-default: var(--dt-color-foreground-primary);--dt-badge-color-background-ai: var(--dt-color-gradient-magenta-purple);--dt-badge-color-background-critical-h: var(--dt-color-surface-critical-h);--dt-badge-color-background-critical-s: var(--dt-color-surface-critical-s);--dt-badge-color-background-critical-l: var(--dt-color-surface-critical-l);--dt-badge-color-background-critical-hsl: var(--dt-color-surface-critical-hsl);--dt-badge-color-background-critical-hsla: var(--dt-color-surface-critical-hsla);--dt-badge-color-background-critical: var(--dt-color-surface-critical);--dt-badge-color-background-warning-h: var(--dt-color-surface-warning-h);--dt-badge-color-background-warning-s: var(--dt-color-surface-warning-s);--dt-badge-color-background-warning-l: var(--dt-color-surface-warning-l);--dt-badge-color-background-warning-hsl: var(--dt-color-surface-warning-hsl);--dt-badge-color-background-warning-hsla: var(--dt-color-surface-warning-hsla);--dt-badge-color-background-warning: var(--dt-color-surface-warning);--dt-badge-color-background-success-h: var(--dt-color-surface-success-h);--dt-badge-color-background-success-s: var(--dt-color-surface-success-s);--dt-badge-color-background-success-l: var(--dt-color-surface-success-l);--dt-badge-color-background-success-hsl: var(--dt-color-surface-success-hsl);--dt-badge-color-background-success-hsla: var(--dt-color-surface-success-hsla);--dt-badge-color-background-success: var(--dt-color-surface-success);--dt-badge-color-background-info-h: var(--dt-color-surface-info-h);--dt-badge-color-background-info-s: var(--dt-color-surface-info-s);--dt-badge-color-background-info-l: var(--dt-color-surface-info-l);--dt-badge-color-background-info-hsl: var(--dt-color-surface-info-hsl);--dt-badge-color-background-info-hsla: var(--dt-color-surface-info-hsla);--dt-badge-color-background-info: var(--dt-color-surface-info);--dt-badge-color-background-default-h: var(--dt-color-surface-moderate-opaque-h);--dt-badge-color-background-default-s: var(--dt-color-surface-moderate-opaque-s);--dt-badge-color-background-default-l: var(--dt-color-surface-moderate-opaque-l);--dt-badge-color-background-default-hsl: var(--dt-color-surface-moderate-opaque-hsl);--dt-badge-color-background-default-hsla: var(--dt-color-surface-moderate-opaque-hsla);--dt-badge-color-background-default: var(--dt-color-surface-moderate-opaque);--dt-theme-mention-color-foreground-strong-h: var(--dt-color-foreground-primary-inverted-h);--dt-theme-mention-color-foreground-strong-s: var(--dt-color-foreground-primary-inverted-s);--dt-theme-mention-color-foreground-strong-l: var(--dt-color-foreground-primary-inverted-l);--dt-theme-mention-color-foreground-strong-hsl: var(--dt-color-foreground-primary-inverted-hsl);--dt-theme-mention-color-foreground-strong-hsla: var(--dt-color-foreground-primary-inverted-hsla);--dt-theme-mention-color-foreground-strong: var(--dt-color-foreground-primary-inverted);--dt-theme-sidebar-section-color-foreground-h: var(--dt-color-foreground-tertiary-h);--dt-theme-sidebar-section-color-foreground-s: var(--dt-color-foreground-tertiary-s);--dt-theme-sidebar-section-color-foreground-l: var(--dt-color-foreground-tertiary-l);--dt-theme-sidebar-section-color-foreground-hsl: var(--dt-color-foreground-tertiary-hsl);--dt-theme-sidebar-section-color-foreground-hsla: var(--dt-color-foreground-tertiary-hsla);--dt-theme-sidebar-section-color-foreground: var(--dt-color-foreground-tertiary);--dt-theme-sidebar-selected-row-color-background-h: 0;--dt-theme-sidebar-selected-row-color-background-s: 0%;--dt-theme-sidebar-selected-row-color-background-l: 90.2%;--dt-theme-sidebar-selected-row-color-background-hsl: var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l);--dt-theme-sidebar-selected-row-color-background-hsla: hsla(var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l) / var(--alpha, 100%));--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / .2);--dt-theme-sidebar-selected-row-color-foreground-h: var(--dt-color-foreground-primary-h);--dt-theme-sidebar-selected-row-color-foreground-s: var(--dt-color-foreground-primary-s);--dt-theme-sidebar-selected-row-color-foreground-l: var(--dt-color-foreground-primary-l);--dt-theme-sidebar-selected-row-color-foreground-hsl: var(--dt-color-foreground-primary-hsl);--dt-theme-sidebar-selected-row-color-foreground-hsla: var(--dt-color-foreground-primary-hsla);--dt-theme-sidebar-selected-row-color-foreground: var(--dt-color-foreground-primary);--dt-theme-sidebar-row-color-background-active-h: 0;--dt-theme-sidebar-row-color-background-active-s: 0%;--dt-theme-sidebar-row-color-background-active-l: 90.2%;--dt-theme-sidebar-row-color-background-active-hsl: var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l);--dt-theme-sidebar-row-color-background-active-hsla: hsla(var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l) / var(--alpha, 100%));--dt-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / .24);--dt-theme-sidebar-row-color-background-hover-h: 0;--dt-theme-sidebar-row-color-background-hover-s: 0%;--dt-theme-sidebar-row-color-background-hover-l: 90.2%;--dt-theme-sidebar-row-color-background-hover-hsl: var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l);--dt-theme-sidebar-row-color-background-hover-hsla: hsla(var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l) / var(--alpha, 100%));--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / .18);--dt-theme-sidebar-row-color-background-h: 0;--dt-theme-sidebar-row-color-background-s: 0%;--dt-theme-sidebar-row-color-background-l: 90.2%;--dt-theme-sidebar-row-color-background-hsl: var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l);--dt-theme-sidebar-row-color-background-hsla: hsla(var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l) / var(--alpha, 100%));--dt-theme-sidebar-row-color-background: hsl(0 0% 90.2% / 0);--dt-theme-sidebar-status-color-foreground-h: var(--dt-color-foreground-tertiary-h);--dt-theme-sidebar-status-color-foreground-s: var(--dt-color-foreground-tertiary-s);--dt-theme-sidebar-status-color-foreground-l: var(--dt-color-foreground-tertiary-l);--dt-theme-sidebar-status-color-foreground-hsl: var(--dt-color-foreground-tertiary-hsl);--dt-theme-sidebar-status-color-foreground-hsla: var(--dt-color-foreground-tertiary-hsla);--dt-theme-sidebar-status-color-foreground: var(--dt-color-foreground-tertiary);--dt-theme-sidebar-color-foreground-unread-h: var(--dt-color-foreground-primary-h);--dt-theme-sidebar-color-foreground-unread-s: var(--dt-color-foreground-primary-s);--dt-theme-sidebar-color-foreground-unread-l: var(--dt-color-foreground-primary-l);--dt-theme-sidebar-color-foreground-unread-hsl: var(--dt-color-foreground-primary-hsl);--dt-theme-sidebar-color-foreground-unread-hsla: var(--dt-color-foreground-primary-hsla);--dt-theme-sidebar-color-foreground-unread: var(--dt-color-foreground-primary);--dt-theme-sidebar-color-foreground-h: var(--dt-color-foreground-secondary-h);--dt-theme-sidebar-color-foreground-s: var(--dt-color-foreground-secondary-s);--dt-theme-sidebar-color-foreground-l: var(--dt-color-foreground-secondary-l);--dt-theme-sidebar-color-foreground-hsl: var(--dt-color-foreground-secondary-hsl);--dt-theme-sidebar-color-foreground-hsla: var(--dt-color-foreground-secondary-hsla);--dt-theme-sidebar-color-foreground: var(--dt-color-foreground-secondary);--dt-theme-topbar-profile-color-background-active-h: 0;--dt-theme-topbar-profile-color-background-active-s: 0%;--dt-theme-topbar-profile-color-background-active-l: 90.2%;--dt-theme-topbar-profile-color-background-active-hsl: var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l);--dt-theme-topbar-profile-color-background-active-hsla: hsla(var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-background-active: hsl(0 0% 90.2% / .14);--dt-theme-topbar-profile-color-background-hover-h: 0;--dt-theme-topbar-profile-color-background-hover-s: 0%;--dt-theme-topbar-profile-color-background-hover-l: 90.2%;--dt-theme-topbar-profile-color-background-hover-hsl: var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l);--dt-theme-topbar-profile-color-background-hover-hsla: hsla(var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-background-hover: hsl(0 0% 90.2% / .1);--dt-theme-topbar-profile-color-background-inverted-h: 0;--dt-theme-topbar-profile-color-background-inverted-s: 0%;--dt-theme-topbar-profile-color-background-inverted-l: 90.2%;--dt-theme-topbar-profile-color-background-inverted-hsl: var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l);--dt-theme-topbar-profile-color-background-inverted-hsla: hsla(var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 90.2% / .75);--dt-theme-topbar-profile-color-background-h: 0;--dt-theme-topbar-profile-color-background-s: 0%;--dt-theme-topbar-profile-color-background-l: 90.2%;--dt-theme-topbar-profile-color-background-hsl: var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l);--dt-theme-topbar-profile-color-background-hsla: hsla(var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-background: hsl(0 0% 90.2% / .05);--dt-theme-topbar-profile-color-foreground-inverted-h: 0;--dt-theme-topbar-profile-color-foreground-inverted-s: 0%;--dt-theme-topbar-profile-color-foreground-inverted-l: 0%;--dt-theme-topbar-profile-color-foreground-inverted-hsl: var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l);--dt-theme-topbar-profile-color-foreground-inverted-hsla: hsla(var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l) / var(--alpha, 100%));--dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / .75);--dt-theme-topbar-button-color-background-active-h: 0;--dt-theme-topbar-button-color-background-active-s: 0%;--dt-theme-topbar-button-color-background-active-l: 90.2%;--dt-theme-topbar-button-color-background-active-hsl: var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l);--dt-theme-topbar-button-color-background-active-hsla: hsla(var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-background-active: hsl(0 0% 90.2% / .1);--dt-theme-topbar-button-color-background-hover-h: 0;--dt-theme-topbar-button-color-background-hover-s: 0%;--dt-theme-topbar-button-color-background-hover-l: 90.2%;--dt-theme-topbar-button-color-background-hover-hsl: var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l);--dt-theme-topbar-button-color-background-hover-hsla: hsla(var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / .15);--dt-theme-topbar-button-color-background-h: 0;--dt-theme-topbar-button-color-background-s: 0%;--dt-theme-topbar-button-color-background-l: 90.2%;--dt-theme-topbar-button-color-background-hsl: var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l);--dt-theme-topbar-button-color-background-hsla: hsla(var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-background: hsl(0 0% 90.2% / 0);--dt-theme-topbar-button-color-foreground-hover-h: var(--dt-theme-color-base-h);--dt-theme-topbar-button-color-foreground-hover-s: var(--dt-theme-color-base-s);--dt-theme-topbar-button-color-foreground-hover-l: var(--dt-theme-color-base-l);--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-theme-color-base-hsl);--dt-theme-topbar-button-color-foreground-hover-hsla: var(--dt-theme-color-base-hsla);--dt-theme-topbar-button-color-foreground-hover: var(--dt-theme-color-base);--dt-theme-topbar-button-color-foreground-h: 0;--dt-theme-topbar-button-color-foreground-s: 0%;--dt-theme-topbar-button-color-foreground-l: 90.2%;--dt-theme-topbar-button-color-foreground-hsl: var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l);--dt-theme-topbar-button-color-foreground-hsla: hsla(var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l) / var(--alpha, 100%));--dt-theme-topbar-button-color-foreground: hsl(0 0% 90.2% / .65);--dt-theme-topbar-field-color-border-active-h: 0;--dt-theme-topbar-field-color-border-active-s: 0%;--dt-theme-topbar-field-color-border-active-l: 90.2%;--dt-theme-topbar-field-color-border-active-hsl: var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l);--dt-theme-topbar-field-color-border-active-hsla: hsla(var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-border-active: hsl(0 0% 90.2% / .2);--dt-theme-topbar-field-color-border-hover-h: 0;--dt-theme-topbar-field-color-border-hover-s: 0%;--dt-theme-topbar-field-color-border-hover-l: 90.2%;--dt-theme-topbar-field-color-border-hover-hsl: var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l);--dt-theme-topbar-field-color-border-hover-hsla: hsla(var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-border-hover: hsl(0 0% 90.2% / .1);--dt-theme-topbar-field-color-border-h: 0;--dt-theme-topbar-field-color-border-s: 0%;--dt-theme-topbar-field-color-border-l: 90.2%;--dt-theme-topbar-field-color-border-hsl: var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l);--dt-theme-topbar-field-color-border-hsla: hsla(var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);--dt-theme-topbar-field-color-background-h: 0;--dt-theme-topbar-field-color-background-s: 0%;--dt-theme-topbar-field-color-background-l: 90.2%;--dt-theme-topbar-field-color-background-hsl: var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l);--dt-theme-topbar-field-color-background-hsla: hsla(var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-background: hsl(0 0% 90.2% / .05);--dt-theme-topbar-field-color-foreground-hover-h: 0;--dt-theme-topbar-field-color-foreground-hover-s: 0%;--dt-theme-topbar-field-color-foreground-hover-l: 90.2%;--dt-theme-topbar-field-color-foreground-hover-hsl: var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l);--dt-theme-topbar-field-color-foreground-hover-hsla: hsla(var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 90.2% / .75);--dt-theme-topbar-field-color-foreground-h: 0;--dt-theme-topbar-field-color-foreground-s: 0%;--dt-theme-topbar-field-color-foreground-l: 90.2%;--dt-theme-topbar-field-color-foreground-hsl: var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l);--dt-theme-topbar-field-color-foreground-hsla: hsla(var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-foreground: hsl(0 0% 90.2% / .5);--dt-theme-topbar-color-background-h: var(--dt-color-surface-secondary-h);--dt-theme-topbar-color-background-s: var(--dt-color-surface-secondary-s);--dt-theme-topbar-color-background-l: var(--dt-color-surface-secondary-l);--dt-theme-topbar-color-background-hsl: var(--dt-color-surface-secondary-hsl);--dt-theme-topbar-color-background-hsla: var(--dt-color-surface-secondary-hsla);--dt-theme-topbar-color-background: var(--dt-color-surface-secondary);--dt-theme-topbar-color-foreground-h: 0;--dt-theme-topbar-color-foreground-s: 0%;--dt-theme-topbar-color-foreground-l: 90.2%;--dt-theme-topbar-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l);--dt-theme-topbar-color-foreground-hsla: hsla(var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l) / var(--alpha, 100%));--dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / .75);--dt-action-color-border-muted-outlined-default-h: var(--dt-color-border-moderate-h);--dt-action-color-border-muted-outlined-default-s: var(--dt-color-border-moderate-s);--dt-action-color-border-muted-outlined-default-l: var(--dt-color-border-moderate-l);--dt-action-color-border-muted-outlined-default-hsl: var(--dt-color-border-moderate-hsl);--dt-action-color-border-muted-outlined-default-hsla: var(--dt-color-border-moderate-hsla);--dt-action-color-border-muted-outlined-default: var(--dt-color-border-moderate);--dt-action-color-border-inverted-outlined-default-h: var(--dt-color-border-moderate-inverted-h);--dt-action-color-border-inverted-outlined-default-s: var(--dt-color-border-moderate-inverted-s);--dt-action-color-border-inverted-outlined-default-l: var(--dt-color-border-moderate-inverted-l);--dt-action-color-border-inverted-outlined-default-hsl: var(--dt-color-border-moderate-inverted-hsl);--dt-action-color-border-inverted-outlined-default-hsla: var(--dt-color-border-moderate-inverted-hsla);--dt-action-color-border-inverted-outlined-default: var(--dt-color-border-moderate-inverted);--dt-action-color-border-critical-outlined-default-h: var(--dt-color-border-critical-h);--dt-action-color-border-critical-outlined-default-s: var(--dt-color-border-critical-s);--dt-action-color-border-critical-outlined-default-l: var(--dt-color-border-critical-l);--dt-action-color-border-critical-outlined-default-hsl: var(--dt-color-border-critical-hsl);--dt-action-color-border-critical-outlined-default-hsla: var(--dt-color-border-critical-hsla);--dt-action-color-border-critical-outlined-default: var(--dt-color-border-critical);--dt-action-color-background-positive-primary-active-h: 111.99999999999999;--dt-action-color-background-positive-primary-active-s: 100%;--dt-action-color-background-positive-primary-active-l: 68.8%;--dt-action-color-background-positive-primary-active-hsl: var(--dt-action-color-background-positive-primary-active-h) var(--dt-action-color-background-positive-primary-active-s) var(--dt-action-color-background-positive-primary-active-l);--dt-action-color-background-positive-primary-active-hsla: hsla(var(--dt-action-color-background-positive-primary-active-h) var(--dt-action-color-background-positive-primary-active-s) var(--dt-action-color-background-positive-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-positive-primary-active: hsl(112 100% 68.8%);--dt-action-color-background-positive-primary-hover-h: 111.99999999999999;--dt-action-color-background-positive-primary-hover-s: 100%;--dt-action-color-background-positive-primary-hover-l: 73.8%;--dt-action-color-background-positive-primary-hover-hsl: var(--dt-action-color-background-positive-primary-hover-h) var(--dt-action-color-background-positive-primary-hover-s) var(--dt-action-color-background-positive-primary-hover-l);--dt-action-color-background-positive-primary-hover-hsla: hsla(var(--dt-action-color-background-positive-primary-hover-h) var(--dt-action-color-background-positive-primary-hover-s) var(--dt-action-color-background-positive-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-positive-primary-hover: hsl(112 100% 73.8%);--dt-action-color-background-inverted-primary-default-h: var(--dt-color-surface-primary-h);--dt-action-color-background-inverted-primary-default-s: var(--dt-color-surface-primary-s);--dt-action-color-background-inverted-primary-default-l: var(--dt-color-surface-primary-l);--dt-action-color-background-inverted-primary-default-hsl: var(--dt-color-surface-primary-hsl);--dt-action-color-background-inverted-primary-default-hsla: var(--dt-color-surface-primary-hsla);--dt-action-color-background-inverted-primary-default: var(--dt-color-surface-primary);--dt-action-color-background-inverted-active-h: 0;--dt-action-color-background-inverted-active-s: 0%;--dt-action-color-background-inverted-active-l: 12%;--dt-action-color-background-inverted-active-hsl: var(--dt-action-color-background-inverted-active-h) var(--dt-action-color-background-inverted-active-s) var(--dt-action-color-background-inverted-active-l);--dt-action-color-background-inverted-active-hsla: hsla(var(--dt-action-color-background-inverted-active-h) var(--dt-action-color-background-inverted-active-s) var(--dt-action-color-background-inverted-active-l) / var(--alpha, 100%));--dt-action-color-background-inverted-active: hsl(0 0% 12% / .3);--dt-action-color-background-inverted-hover-h: 0;--dt-action-color-background-inverted-hover-s: 0%;--dt-action-color-background-inverted-hover-l: 12%;--dt-action-color-background-inverted-hover-hsl: var(--dt-action-color-background-inverted-hover-h) var(--dt-action-color-background-inverted-hover-s) var(--dt-action-color-background-inverted-hover-l);--dt-action-color-background-inverted-hover-hsla: hsla(var(--dt-action-color-background-inverted-hover-h) var(--dt-action-color-background-inverted-hover-s) var(--dt-action-color-background-inverted-hover-l) / var(--alpha, 100%));--dt-action-color-background-inverted-hover: hsl(0 0% 12% / .15);--dt-action-color-background-critical-primary-active-h: 0;--dt-action-color-background-critical-primary-active-s: 88.79999999999998%;--dt-action-color-background-critical-primary-active-l: 43.1%;--dt-action-color-background-critical-primary-active-hsl: var(--dt-action-color-background-critical-primary-active-h) var(--dt-action-color-background-critical-primary-active-s) var(--dt-action-color-background-critical-primary-active-l);--dt-action-color-background-critical-primary-active-hsla: hsla(var(--dt-action-color-background-critical-primary-active-h) var(--dt-action-color-background-critical-primary-active-s) var(--dt-action-color-background-critical-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-critical-primary-active: hsl(0 88.8% 43.1%);--dt-action-color-background-critical-primary-hover-h: 0;--dt-action-color-background-critical-primary-hover-s: 88.8%;--dt-action-color-background-critical-primary-hover-l: 45.1%;--dt-action-color-background-critical-primary-hover-hsl: var(--dt-action-color-background-critical-primary-hover-h) var(--dt-action-color-background-critical-primary-hover-s) var(--dt-action-color-background-critical-primary-hover-l);--dt-action-color-background-critical-primary-hover-hsla: hsla(var(--dt-action-color-background-critical-primary-hover-h) var(--dt-action-color-background-critical-primary-hover-s) var(--dt-action-color-background-critical-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-critical-primary-hover: hsl(0 88.8% 45.1%);--dt-action-color-background-base-primary-active-h: 255.00000000000006;--dt-action-color-background-base-primary-active-s: 100%;--dt-action-color-background-base-primary-active-l: 60.8%;--dt-action-color-background-base-primary-active-hsl: var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l);--dt-action-color-background-base-primary-active-hsla: hsla(var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-base-primary-active: hsl(255 100% 60.8%);--dt-action-color-background-base-primary-hover-h: 255;--dt-action-color-background-base-primary-hover-s: 100%;--dt-action-color-background-base-primary-hover-l: 63.40000000000001%;--dt-action-color-background-base-primary-hover-hsl: var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l);--dt-action-color-background-base-primary-hover-hsla: hsla(var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-base-primary-hover: hsl(255 100% 63.4%);--dt-action-color-foreground-positive-default-h: var(--dt-color-foreground-success-h);--dt-action-color-foreground-positive-default-s: var(--dt-color-foreground-success-s);--dt-action-color-foreground-positive-default-l: var(--dt-color-foreground-success-l);--dt-action-color-foreground-positive-default-hsl: var(--dt-color-foreground-success-hsl);--dt-action-color-foreground-positive-default-hsla: var(--dt-color-foreground-success-hsla);--dt-action-color-foreground-positive-default: var(--dt-color-foreground-success);--dt-action-color-foreground-disabled-default-h: var(--dt-color-foreground-disabled-h);--dt-action-color-foreground-disabled-default-s: var(--dt-color-foreground-disabled-s);--dt-action-color-foreground-disabled-default-l: var(--dt-color-foreground-disabled-l);--dt-action-color-foreground-disabled-default-hsl: var(--dt-color-foreground-disabled-hsl);--dt-action-color-foreground-disabled-default-hsla: var(--dt-color-foreground-disabled-hsla);--dt-action-color-foreground-disabled-default: var(--dt-color-foreground-disabled);--dt-action-color-foreground-muted-default-h: var(--dt-color-foreground-secondary-h);--dt-action-color-foreground-muted-default-s: var(--dt-color-foreground-secondary-s);--dt-action-color-foreground-muted-default-l: var(--dt-color-foreground-secondary-l);--dt-action-color-foreground-muted-default-hsl: var(--dt-color-foreground-secondary-hsl);--dt-action-color-foreground-muted-default-hsla: var(--dt-color-foreground-secondary-hsla);--dt-action-color-foreground-muted-default: var(--dt-color-foreground-secondary);--dt-action-color-foreground-inverted-primary-active-h: var(--dt-action-color-foreground-inverted-primary-hover-h);--dt-action-color-foreground-inverted-primary-active-s: var(--dt-action-color-foreground-inverted-primary-hover-s);--dt-action-color-foreground-inverted-primary-active-l: var(--dt-action-color-foreground-inverted-primary-hover-l);--dt-action-color-foreground-inverted-primary-active-hsl: var(--dt-action-color-foreground-inverted-primary-hover-hsl);--dt-action-color-foreground-inverted-primary-active-hsla: var(--dt-action-color-foreground-inverted-primary-hover-hsla);--dt-action-color-foreground-inverted-primary-active: var(--dt-action-color-foreground-inverted-primary-hover);--dt-action-color-foreground-inverted-default-h: var(--dt-color-foreground-primary-inverted-h);--dt-action-color-foreground-inverted-default-s: var(--dt-color-foreground-primary-inverted-s);--dt-action-color-foreground-inverted-default-l: var(--dt-color-foreground-primary-inverted-l);--dt-action-color-foreground-inverted-default-hsl: var(--dt-color-foreground-primary-inverted-hsl);--dt-action-color-foreground-inverted-default-hsla: var(--dt-color-foreground-primary-inverted-hsla);--dt-action-color-foreground-inverted-default: var(--dt-color-foreground-primary-inverted);--dt-action-color-foreground-critical-hover-h: 0;--dt-action-color-foreground-critical-hover-s: 0%;--dt-action-color-foreground-critical-hover-l: 0%;--dt-action-color-foreground-critical-hover-hsl: var(--dt-action-color-foreground-critical-hover-h) var(--dt-action-color-foreground-critical-hover-s) var(--dt-action-color-foreground-critical-hover-l);--dt-action-color-foreground-critical-hover-hsla: hsla(var(--dt-action-color-foreground-critical-hover-h) var(--dt-action-color-foreground-critical-hover-s) var(--dt-action-color-foreground-critical-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-critical-hover: lch(77.4 39.2 25.4);--dt-action-color-foreground-critical-default-h: var(--dt-color-foreground-critical-h);--dt-action-color-foreground-critical-default-s: var(--dt-color-foreground-critical-s);--dt-action-color-foreground-critical-default-l: var(--dt-color-foreground-critical-l);--dt-action-color-foreground-critical-default-hsl: var(--dt-color-foreground-critical-hsl);--dt-action-color-foreground-critical-default-hsla: var(--dt-color-foreground-critical-hsla);--dt-action-color-foreground-critical-default: var(--dt-color-foreground-critical);--dt-action-color-foreground-base-hover-h: 0;--dt-action-color-foreground-base-hover-s: 0%;--dt-action-color-foreground-base-hover-l: 0%;--dt-action-color-foreground-base-hover-hsl: var(--dt-action-color-foreground-base-hover-h) var(--dt-action-color-foreground-base-hover-s) var(--dt-action-color-foreground-base-hover-l);--dt-action-color-foreground-base-hover-hsla: hsla(var(--dt-action-color-foreground-base-hover-h) var(--dt-action-color-foreground-base-hover-s) var(--dt-action-color-foreground-base-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-base-hover: lch(69.4 56.1 303);--dt-inputs-color-border-warning-h: var(--dt-color-border-warning-h);--dt-inputs-color-border-warning-s: var(--dt-color-border-warning-s);--dt-inputs-color-border-warning-l: var(--dt-color-border-warning-l);--dt-inputs-color-border-warning-hsl: var(--dt-color-border-warning-hsl);--dt-inputs-color-border-warning-hsla: var(--dt-color-border-warning-hsla);--dt-inputs-color-border-warning: var(--dt-color-border-warning);--dt-inputs-color-border-success-h: var(--dt-color-border-success-h);--dt-inputs-color-border-success-s: var(--dt-color-border-success-s);--dt-inputs-color-border-success-l: var(--dt-color-border-success-l);--dt-inputs-color-border-success-hsl: var(--dt-color-border-success-hsl);--dt-inputs-color-border-success-hsla: var(--dt-color-border-success-hsla);--dt-inputs-color-border-success: var(--dt-color-border-success);--dt-inputs-color-border-critical-h: var(--dt-color-border-critical-h);--dt-inputs-color-border-critical-s: var(--dt-color-border-critical-s);--dt-inputs-color-border-critical-l: var(--dt-color-border-critical-l);--dt-inputs-color-border-critical-hsl: var(--dt-color-border-critical-hsl);--dt-inputs-color-border-critical-hsla: var(--dt-color-border-critical-hsla);--dt-inputs-color-border-critical: var(--dt-color-border-critical);--dt-inputs-color-border-focus-h: var(--dt-color-border-focus-h);--dt-inputs-color-border-focus-s: var(--dt-color-border-focus-s);--dt-inputs-color-border-focus-l: var(--dt-color-border-focus-l);--dt-inputs-color-border-focus-hsl: var(--dt-color-border-focus-hsl);--dt-inputs-color-border-focus-hsla: var(--dt-color-border-focus-hsla);--dt-inputs-color-border-focus: var(--dt-color-border-focus);--dt-inputs-color-border-default-h: var(--dt-color-border-subtle-h);--dt-inputs-color-border-default-s: var(--dt-color-border-subtle-s);--dt-inputs-color-border-default-l: var(--dt-color-border-subtle-l);--dt-inputs-color-border-default-hsl: var(--dt-color-border-subtle-hsl);--dt-inputs-color-border-default-hsla: var(--dt-color-border-subtle-hsla);--dt-inputs-color-border-default: var(--dt-color-border-subtle);--dt-inputs-color-foreground-disabled-h: var(--dt-color-foreground-disabled-h);--dt-inputs-color-foreground-disabled-s: var(--dt-color-foreground-disabled-s);--dt-inputs-color-foreground-disabled-l: var(--dt-color-foreground-disabled-l);--dt-inputs-color-foreground-disabled-hsl: var(--dt-color-foreground-disabled-hsl);--dt-inputs-color-foreground-disabled-hsla: var(--dt-color-foreground-disabled-hsla);--dt-inputs-color-foreground-disabled: var(--dt-color-foreground-disabled);--dt-inputs-color-foreground-placeholder-h: var(--dt-color-foreground-placeholder-h);--dt-inputs-color-foreground-placeholder-s: var(--dt-color-foreground-placeholder-s);--dt-inputs-color-foreground-placeholder-l: var(--dt-color-foreground-placeholder-l);--dt-inputs-color-foreground-placeholder-hsl: var(--dt-color-foreground-placeholder-hsl);--dt-inputs-color-foreground-placeholder-hsla: var(--dt-color-foreground-placeholder-hsla);--dt-inputs-color-foreground-placeholder: var(--dt-color-foreground-placeholder);--dt-inputs-color-foreground-default-h: var(--dt-color-foreground-primary-h);--dt-inputs-color-foreground-default-s: var(--dt-color-foreground-primary-s);--dt-inputs-color-foreground-default-l: var(--dt-color-foreground-primary-l);--dt-inputs-color-foreground-default-hsl: var(--dt-color-foreground-primary-hsl);--dt-inputs-color-foreground-default-hsla: var(--dt-color-foreground-primary-hsla);--dt-inputs-color-foreground-default: var(--dt-color-foreground-primary);--dt-inputs-font-size-xl: var(--dt-font-size-100);--dt-inputs-font-size-lg: var(--dt-font-size-300);--dt-inputs-font-size-md: var(--dt-font-size-200);--dt-inputs-font-size-sm: var(--dt-font-size-100);--dt-inputs-font-size-xs: var(--dt-font-size-100);--dt-typography-inputs-xl-line-height: var(--dt-inputs-line-height-xl);--dt-typography-inputs-xl-font-weight: var(--dt-inputs-font-weight-xl);--dt-typography-inputs-lg-line-height: var(--dt-inputs-line-height-lg);--dt-typography-inputs-lg-font-weight: var(--dt-inputs-font-weight-lg);--dt-typography-inputs-md-line-height: var(--dt-inputs-line-height-md);--dt-typography-inputs-md-font-weight: var(--dt-inputs-font-weight-md);--dt-typography-inputs-sm-line-height: var(--dt-inputs-line-height-sm);--dt-typography-inputs-sm-font-weight: var(--dt-inputs-font-weight-sm);--dt-typography-inputs-xs-line-height: var(--dt-inputs-line-height-xs);--dt-typography-inputs-xs-font-weight: var(--dt-inputs-font-weight-xs);--dt-typography-code-sm-font-size: var(--dt-font-size-100);--dt-typography-code-md-font-size: var(--dt-font-size-200);--dt-typography-helper-sm-font-size: var(--dt-font-size-100);--dt-typography-helper-sm-font-family: var(--dt-font-family-expressive);--dt-typography-helper-md-font-size: var(--dt-font-size-200);--dt-typography-helper-md-font-family: var(--dt-font-family-expressive);--dt-typography-label-sm-plain-compact-font-size: var(--dt-font-size-100);--dt-typography-label-sm-plain-compact-font-family: var(--dt-font-family-expressive);--dt-typography-label-sm-plain-font-size: var(--dt-font-size-100);--dt-typography-label-sm-plain-font-family: var(--dt-font-family-expressive);--dt-typography-label-sm-compact-font-size: var(--dt-font-size-100);--dt-typography-label-sm-compact-font-family: var(--dt-font-family-expressive);--dt-typography-label-sm-font-size: var(--dt-font-size-100);--dt-typography-label-sm-font-family: var(--dt-font-family-expressive);--dt-typography-label-md-plain-compact-font-size: var(--dt-font-size-200);--dt-typography-label-md-plain-compact-font-family: var(--dt-font-family-expressive);--dt-typography-label-md-plain-font-size: var(--dt-font-size-200);--dt-typography-label-md-plain-font-family: var(--dt-font-family-expressive);--dt-typography-label-md-compact-font-size: var(--dt-font-size-200);--dt-typography-label-md-compact-font-family: var(--dt-font-family-expressive);--dt-typography-label-md-font-size: var(--dt-font-size-200);--dt-typography-label-md-font-family: var(--dt-font-family-expressive);--dt-typography-headline-xxl-compact-font-size: var(--dt-font-size-600);--dt-typography-headline-xxl-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-xxl-font-size: var(--dt-font-size-600);--dt-typography-headline-xxl-font-family: var(--dt-font-family-expressive);--dt-typography-headline-xl-compact-font-size: var(--dt-font-size-500);--dt-typography-headline-xl-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-xl-font-size: var(--dt-font-size-500);--dt-typography-headline-xl-font-family: var(--dt-font-family-expressive);--dt-typography-headline-lg-soft-compact-font-size: var(--dt-font-size-400);--dt-typography-headline-lg-soft-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-lg-compact-font-size: var(--dt-font-size-400);--dt-typography-headline-lg-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-lg-soft-font-size: var(--dt-font-size-400);--dt-typography-headline-lg-soft-font-family: var(--dt-font-family-expressive);--dt-typography-headline-lg-font-size: var(--dt-font-size-400);--dt-typography-headline-lg-font-family: var(--dt-font-family-expressive);--dt-typography-headline-md-compact-font-size: var(--dt-font-size-300);--dt-typography-headline-md-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-md-font-size: var(--dt-font-size-300);--dt-typography-headline-md-font-family: var(--dt-font-family-expressive);--dt-typography-headline-sm-soft-compact-font-size: var(--dt-font-size-200);--dt-typography-headline-sm-soft-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-sm-soft-font-size: var(--dt-font-size-200);--dt-typography-headline-sm-soft-font-family: var(--dt-font-family-expressive);--dt-typography-headline-sm-compact-font-size: var(--dt-font-size-200);--dt-typography-headline-sm-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-sm-font-size: var(--dt-font-size-200);--dt-typography-headline-sm-font-family: var(--dt-font-family-expressive);--dt-typography-headline-eyebrow-font-size: var(--dt-font-size-100);--dt-typography-headline-eyebrow-font-family: var(--dt-font-family-expressive);--dt-typography-body-sm-compact-font-size: var(--dt-font-size-100);--dt-typography-body-sm-compact-font-family: var(--dt-font-family-expressive);--dt-typography-body-sm-font-size: var(--dt-font-size-100);--dt-typography-body-sm-font-family: var(--dt-font-family-expressive);--dt-typography-body-md-compact-font-size: var(--dt-font-size-200);--dt-typography-body-md-compact-font-family: var(--dt-font-family-expressive);--dt-typography-body-md-font-size: var(--dt-font-size-200);--dt-typography-body-md-font-family: var(--dt-font-family-expressive);--dt-color-border-ai: var(--dt-color-gradient-magenta-purple);--dt-color-surface-info-subtle-opaque-h: 213.20966997513474;--dt-color-surface-info-subtle-opaque-s: 96.9787556672879%;--dt-color-surface-info-subtle-opaque-l: 12.97997843137255%;--dt-color-surface-info-subtle-opaque-hsl: var(--dt-color-surface-info-subtle-opaque-h) var(--dt-color-surface-info-subtle-opaque-s) var(--dt-color-surface-info-subtle-opaque-l);--dt-color-surface-info-subtle-opaque-hsla: hsla(var(--dt-color-surface-info-subtle-opaque-h) var(--dt-color-surface-info-subtle-opaque-s) var(--dt-color-surface-info-subtle-opaque-l) / var(--alpha, 100%));--dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / .5);--dt-color-surface-success-subtle-opaque-h: 136;--dt-color-surface-success-subtle-opaque-s: 59.09999999999999%;--dt-color-surface-success-subtle-opaque-l: 8.63%;--dt-color-surface-success-subtle-opaque-hsl: var(--dt-color-surface-success-subtle-opaque-h) var(--dt-color-surface-success-subtle-opaque-s) var(--dt-color-surface-success-subtle-opaque-l);--dt-color-surface-success-subtle-opaque-hsla: hsla(var(--dt-color-surface-success-subtle-opaque-h) var(--dt-color-surface-success-subtle-opaque-s) var(--dt-color-surface-success-subtle-opaque-l) / var(--alpha, 100%));--dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / .5);--dt-color-surface-warning-subtle-opaque-h: 35.7;--dt-color-surface-warning-subtle-opaque-s: 88.29999999999998%;--dt-color-surface-warning-subtle-opaque-l: 13.4%;--dt-color-surface-warning-subtle-opaque-hsl: var(--dt-color-surface-warning-subtle-opaque-h) var(--dt-color-surface-warning-subtle-opaque-s) var(--dt-color-surface-warning-subtle-opaque-l);--dt-color-surface-warning-subtle-opaque-hsla: hsla(var(--dt-color-surface-warning-subtle-opaque-h) var(--dt-color-surface-warning-subtle-opaque-s) var(--dt-color-surface-warning-subtle-opaque-l) / var(--alpha, 100%));--dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / .5);--dt-color-surface-critical-subtle-opaque-h: 0;--dt-color-surface-critical-subtle-opaque-s: 89.60000000000001%;--dt-color-surface-critical-subtle-opaque-l: 9.41%;--dt-color-surface-critical-subtle-opaque-hsl: var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l);--dt-color-surface-critical-subtle-opaque-hsla: hsla(var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l) / var(--alpha, 100%));--dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / .5);--dt-color-link-success-inverted-hover-h: var(--dt-color-foreground-success-strong-inverted-h);--dt-color-link-success-inverted-hover-s: var(--dt-color-foreground-success-strong-inverted-s);--dt-color-link-success-inverted-hover-l: var(--dt-color-foreground-success-strong-inverted-l);--dt-color-link-success-inverted-hover-hsl: var(--dt-color-foreground-success-strong-inverted-hsl);--dt-color-link-success-inverted-hover-hsla: var(--dt-color-foreground-success-strong-inverted-hsla);--dt-color-link-success-inverted-hover: var(--dt-color-foreground-success-strong-inverted);--dt-color-link-muted-hover-h: var(--dt-color-foreground-primary-h);--dt-color-link-muted-hover-s: var(--dt-color-foreground-primary-s);--dt-color-link-muted-hover-l: var(--dt-color-foreground-primary-l);--dt-color-link-muted-hover-hsl: var(--dt-color-foreground-primary-hsl);--dt-color-link-muted-hover-hsla: var(--dt-color-foreground-primary-hsla);--dt-color-link-muted-hover: var(--dt-color-foreground-primary);--dt-color-link-disabled-inverted-h: var(--dt-color-foreground-disabled-inverted-h);--dt-color-link-disabled-inverted-s: var(--dt-color-foreground-disabled-inverted-s);--dt-color-link-disabled-inverted-l: var(--dt-color-foreground-disabled-inverted-l);--dt-color-link-disabled-inverted-hsl: var(--dt-color-foreground-disabled-inverted-hsl);--dt-color-link-disabled-inverted-hsla: var(--dt-color-foreground-disabled-inverted-hsla);--dt-color-link-disabled-inverted: var(--dt-color-foreground-disabled-inverted);--dt-color-link-muted-inverted-h: var(--dt-color-foreground-secondary-inverted-h);--dt-color-link-muted-inverted-s: var(--dt-color-foreground-secondary-inverted-s);--dt-color-link-muted-inverted-l: var(--dt-color-foreground-secondary-inverted-l);--dt-color-link-muted-inverted-hsl: var(--dt-color-foreground-secondary-inverted-hsl);--dt-color-link-muted-inverted-hsla: var(--dt-color-foreground-secondary-inverted-hsla);--dt-color-link-muted-inverted: var(--dt-color-foreground-secondary-inverted);--dt-color-link-warning-inverted-h: var(--dt-color-foreground-warning-inverted-h);--dt-color-link-warning-inverted-s: var(--dt-color-foreground-warning-inverted-s);--dt-color-link-warning-inverted-l: var(--dt-color-foreground-warning-inverted-l);--dt-color-link-warning-inverted-hsl: var(--dt-color-foreground-warning-inverted-hsl);--dt-color-link-warning-inverted-hsla: var(--dt-color-foreground-warning-inverted-hsla);--dt-color-link-warning-inverted: var(--dt-color-foreground-warning-inverted);--dt-color-link-success-inverted-h: var(--dt-color-foreground-success-inverted-h);--dt-color-link-success-inverted-s: var(--dt-color-foreground-success-inverted-s);--dt-color-link-success-inverted-l: var(--dt-color-foreground-success-inverted-l);--dt-color-link-success-inverted-hsl: var(--dt-color-foreground-success-inverted-hsl);--dt-color-link-success-inverted-hsla: var(--dt-color-foreground-success-inverted-hsla);--dt-color-link-success-inverted: var(--dt-color-foreground-success-inverted);--dt-color-link-critical-inverted-h: var(--dt-color-foreground-critical-inverted-h);--dt-color-link-critical-inverted-s: var(--dt-color-foreground-critical-inverted-s);--dt-color-link-critical-inverted-l: var(--dt-color-foreground-critical-inverted-l);--dt-color-link-critical-inverted-hsl: var(--dt-color-foreground-critical-inverted-hsl);--dt-color-link-critical-inverted-hsla: var(--dt-color-foreground-critical-inverted-hsla);--dt-color-link-critical-inverted: var(--dt-color-foreground-critical-inverted);--dt-color-link-disabled-h: var(--dt-color-foreground-disabled-h);--dt-color-link-disabled-s: var(--dt-color-foreground-disabled-s);--dt-color-link-disabled-l: var(--dt-color-foreground-disabled-l);--dt-color-link-disabled-hsl: var(--dt-color-foreground-disabled-hsl);--dt-color-link-disabled-hsla: var(--dt-color-foreground-disabled-hsla);--dt-color-link-disabled: var(--dt-color-foreground-disabled);--dt-color-link-muted-h: var(--dt-color-foreground-secondary-h);--dt-color-link-muted-s: var(--dt-color-foreground-secondary-s);--dt-color-link-muted-l: var(--dt-color-foreground-secondary-l);--dt-color-link-muted-hsl: var(--dt-color-foreground-secondary-hsl);--dt-color-link-muted-hsla: var(--dt-color-foreground-secondary-hsla);--dt-color-link-muted: var(--dt-color-foreground-secondary);--dt-color-link-warning-h: var(--dt-color-foreground-warning-h);--dt-color-link-warning-s: var(--dt-color-foreground-warning-s);--dt-color-link-warning-l: var(--dt-color-foreground-warning-l);--dt-color-link-warning-hsl: var(--dt-color-foreground-warning-hsl);--dt-color-link-warning-hsla: var(--dt-color-foreground-warning-hsla);--dt-color-link-warning: var(--dt-color-foreground-warning);--dt-color-link-success-h: var(--dt-color-foreground-success-h);--dt-color-link-success-s: var(--dt-color-foreground-success-s);--dt-color-link-success-l: var(--dt-color-foreground-success-l);--dt-color-link-success-hsl: var(--dt-color-foreground-success-hsl);--dt-color-link-success-hsla: var(--dt-color-foreground-success-hsla);--dt-color-link-success: var(--dt-color-foreground-success);--dt-color-link-critical-h: var(--dt-color-foreground-critical-h);--dt-color-link-critical-s: var(--dt-color-foreground-critical-s);--dt-color-link-critical-l: var(--dt-color-foreground-critical-l);--dt-color-link-critical-hsl: var(--dt-color-foreground-critical-hsl);--dt-color-link-critical-hsla: var(--dt-color-foreground-critical-hsla);--dt-color-link-critical: var(--dt-color-foreground-critical);--dt-color-foreground-success-strong-h: 112;--dt-color-foreground-success-strong-s: 100%;--dt-color-foreground-success-strong-l: 88.3%;--dt-color-foreground-success-strong-hsl: var(--dt-color-foreground-success-strong-h) var(--dt-color-foreground-success-strong-s) var(--dt-color-foreground-success-strong-l);--dt-color-foreground-success-strong-hsla: hsla(var(--dt-color-foreground-success-strong-h) var(--dt-color-foreground-success-strong-s) var(--dt-color-foreground-success-strong-l) / var(--alpha, 100%));--dt-color-foreground-success-strong: hsl(112 100% 88.3%);--dt-color-foreground-critical-strong-h: 0;--dt-color-foreground-critical-strong-s: 100%;--dt-color-foreground-critical-strong-l: 82.1%;--dt-color-foreground-critical-strong-hsl: var(--dt-color-foreground-critical-strong-h) var(--dt-color-foreground-critical-strong-s) var(--dt-color-foreground-critical-strong-l);--dt-color-foreground-critical-strong-hsla: hsla(var(--dt-color-foreground-critical-strong-h) var(--dt-color-foreground-critical-strong-s) var(--dt-color-foreground-critical-strong-l) / var(--alpha, 100%));--dt-color-foreground-critical-strong: hsl(0 100% 82.1%);--dt-icon-size-border-500: var(--dt-icon-size-border-400);--dt-theme-sidebar-icon-color-foreground-h: var(--dt-theme-sidebar-color-foreground-h);--dt-theme-sidebar-icon-color-foreground-s: var(--dt-theme-sidebar-color-foreground-s);--dt-theme-sidebar-icon-color-foreground-l: var(--dt-theme-sidebar-color-foreground-l);--dt-theme-sidebar-icon-color-foreground-hsl: var(--dt-theme-sidebar-color-foreground-hsl);--dt-theme-sidebar-icon-color-foreground-hsla: var(--dt-theme-sidebar-color-foreground-hsla);--dt-theme-sidebar-icon-color-foreground: var(--dt-theme-sidebar-color-foreground);--dt-theme-sidebar-color-background-h: var(--dt-theme-topbar-color-background-h);--dt-theme-sidebar-color-background-s: var(--dt-theme-topbar-color-background-s);--dt-theme-sidebar-color-background-l: var(--dt-theme-topbar-color-background-l);--dt-theme-sidebar-color-background-hsl: var(--dt-theme-topbar-color-background-hsl);--dt-theme-sidebar-color-background-hsla: var(--dt-theme-topbar-color-background-hsla);--dt-theme-sidebar-color-background: var(--dt-theme-topbar-color-background);--dt-theme-topbar-profile-color-foreground-h: var(--dt-theme-topbar-color-foreground-h);--dt-theme-topbar-profile-color-foreground-s: var(--dt-theme-topbar-color-foreground-s);--dt-theme-topbar-profile-color-foreground-l: var(--dt-theme-topbar-color-foreground-l);--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-hsl);--dt-theme-topbar-profile-color-foreground-hsla: var(--dt-theme-topbar-color-foreground-hsla);--dt-theme-topbar-profile-color-foreground: var(--dt-theme-topbar-color-foreground);--dt-theme-topbar-field-color-background-hover-h: 0;--dt-theme-topbar-field-color-background-hover-s: 0%;--dt-theme-topbar-field-color-background-hover-l: 10.1%;--dt-theme-topbar-field-color-background-hover-hsl: var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l);--dt-theme-topbar-field-color-background-hover-hsla: hsla(var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-background-hover: hsl(0 0% 10.1%);--dt-action-color-foreground-positive-hover-h: 111.99999999999999;--dt-action-color-foreground-positive-hover-s: 100%;--dt-action-color-foreground-positive-hover-l: 67.2%;--dt-action-color-foreground-positive-hover-hsl: var(--dt-action-color-foreground-positive-hover-h) var(--dt-action-color-foreground-positive-hover-s) var(--dt-action-color-foreground-positive-hover-l);--dt-action-color-foreground-positive-hover-hsla: hsla(var(--dt-action-color-foreground-positive-hover-h) var(--dt-action-color-foreground-positive-hover-s) var(--dt-action-color-foreground-positive-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-positive-hover: hsl(112 100% 67.2%);--dt-action-color-foreground-muted-hover-h: var(--dt-action-color-foreground-muted-default-h);--dt-action-color-foreground-muted-hover-s: var(--dt-action-color-foreground-muted-default-s);--dt-action-color-foreground-muted-hover-l: var(--dt-action-color-foreground-muted-default-l);--dt-action-color-foreground-muted-hover-hsl: var(--dt-action-color-foreground-muted-default-hsl);--dt-action-color-foreground-muted-hover-hsla: var(--dt-action-color-foreground-muted-default-hsla);--dt-action-color-foreground-muted-hover: var(--dt-action-color-foreground-muted-default);--dt-action-color-foreground-inverted-hover-h: var(--dt-action-color-foreground-inverted-default-h);--dt-action-color-foreground-inverted-hover-s: var(--dt-action-color-foreground-inverted-default-s);--dt-action-color-foreground-inverted-hover-l: var(--dt-action-color-foreground-inverted-default-l);--dt-action-color-foreground-inverted-hover-hsl: var(--dt-action-color-foreground-inverted-default-hsl);--dt-action-color-foreground-inverted-hover-hsla: var(--dt-action-color-foreground-inverted-default-hsla);--dt-action-color-foreground-inverted-hover: var(--dt-action-color-foreground-inverted-default);--dt-action-color-foreground-critical-active-h: var(--dt-action-color-foreground-critical-hover-h);--dt-action-color-foreground-critical-active-s: var(--dt-action-color-foreground-critical-hover-s);--dt-action-color-foreground-critical-active-l: var(--dt-action-color-foreground-critical-hover-l);--dt-action-color-foreground-critical-active-hsl: var(--dt-action-color-foreground-critical-hover-hsl);--dt-action-color-foreground-critical-active-hsla: var(--dt-action-color-foreground-critical-hover-hsla);--dt-action-color-foreground-critical-active: var(--dt-action-color-foreground-critical-hover);--dt-action-color-foreground-base-active-h: var(--dt-action-color-foreground-base-hover-h);--dt-action-color-foreground-base-active-s: var(--dt-action-color-foreground-base-hover-s);--dt-action-color-foreground-base-active-l: var(--dt-action-color-foreground-base-hover-l);--dt-action-color-foreground-base-active-hsl: var(--dt-action-color-foreground-base-hover-hsl);--dt-action-color-foreground-base-active-hsla: var(--dt-action-color-foreground-base-hover-hsla);--dt-action-color-foreground-base-active: var(--dt-action-color-foreground-base-hover);--dt-typography-inputs-xl-font-size: var(--dt-inputs-font-size-xl);--dt-typography-inputs-lg-font-size: var(--dt-inputs-font-size-lg);--dt-typography-inputs-md-font-size: var(--dt-inputs-font-size-md);--dt-typography-inputs-sm-font-size: var(--dt-inputs-font-size-sm);--dt-typography-inputs-xs-font-size: var(--dt-inputs-font-size-xs);--dt-typography-inputs-xs: var(--dt-typography-inputs-xs-font-weight) var(--dt-typography-inputs-xs-font-size)/var(--dt-typography-inputs-xs-line-height) var(--dt-typography-inputs-xs-font-family);--dt-typography-inputs-sm: var(--dt-typography-inputs-sm-font-weight) var(--dt-typography-inputs-sm-font-size)/var(--dt-typography-inputs-sm-line-height) var(--dt-typography-inputs-sm-font-family);--dt-typography-inputs-md: var(--dt-typography-inputs-md-font-weight) var(--dt-typography-inputs-md-font-size)/var(--dt-typography-inputs-md-line-height) var(--dt-typography-inputs-md-font-family);--dt-typography-inputs-lg: var(--dt-typography-inputs-lg-font-weight) var(--dt-typography-inputs-lg-font-size)/var(--dt-typography-inputs-lg-line-height) var(--dt-typography-inputs-lg-font-family);--dt-typography-inputs-xl: var(--dt-typography-inputs-xl-font-weight) var(--dt-typography-inputs-xl-font-size)/var(--dt-typography-inputs-xl-line-height) var(--dt-typography-inputs-xl-font-family);--dt-typography-body-md: var(--dt-typography-body-md-font-weight) var(--dt-typography-body-md-font-size)/var(--dt-typography-body-md-line-height) var(--dt-typography-body-md-font-family);--dt-typography-body-md-compact: var(--dt-typography-body-md-compact-font-weight) var(--dt-typography-body-md-compact-font-size)/var(--dt-typography-body-md-compact-line-height) var(--dt-typography-body-md-compact-font-family);--dt-typography-body-sm: var(--dt-typography-body-sm-font-weight) var(--dt-typography-body-sm-font-size)/var(--dt-typography-body-sm-line-height) var(--dt-typography-body-sm-font-family);--dt-typography-body-sm-compact: var(--dt-typography-body-sm-compact-font-weight) var(--dt-typography-body-sm-compact-font-size)/var(--dt-typography-body-sm-compact-line-height) var(--dt-typography-body-sm-compact-font-family);--dt-typography-headline-eyebrow: var(--dt-typography-headline-eyebrow-font-weight) var(--dt-typography-headline-eyebrow-font-size)/var(--dt-typography-headline-eyebrow-line-height) var(--dt-typography-headline-eyebrow-font-family);--dt-typography-headline-sm: var(--dt-typography-headline-sm-font-weight) var(--dt-typography-headline-sm-font-size)/var(--dt-typography-headline-sm-line-height) var(--dt-typography-headline-sm-font-family);--dt-typography-headline-sm-compact: var(--dt-typography-headline-sm-compact-font-weight) var(--dt-typography-headline-sm-compact-font-size)/var(--dt-typography-headline-sm-compact-line-height) var(--dt-typography-headline-sm-compact-font-family);--dt-typography-headline-sm-soft: var(--dt-typography-headline-sm-soft-font-weight) var(--dt-typography-headline-sm-soft-font-size)/var(--dt-typography-headline-sm-soft-line-height) var(--dt-typography-headline-sm-soft-font-family);--dt-typography-headline-sm-soft-compact: var(--dt-typography-headline-sm-soft-compact-font-weight) var(--dt-typography-headline-sm-soft-compact-font-size)/var(--dt-typography-headline-sm-soft-compact-line-height) var(--dt-typography-headline-sm-soft-compact-font-family);--dt-typography-headline-md: var(--dt-typography-headline-md-font-weight) var(--dt-typography-headline-md-font-size)/var(--dt-typography-headline-md-line-height) var(--dt-typography-headline-md-font-family);--dt-typography-headline-md-compact: var(--dt-typography-headline-md-compact-font-weight) var(--dt-typography-headline-md-compact-font-size)/var(--dt-typography-headline-md-compact-line-height) var(--dt-typography-headline-md-compact-font-family);--dt-typography-headline-lg: var(--dt-typography-headline-lg-font-weight) var(--dt-typography-headline-lg-font-size)/var(--dt-typography-headline-lg-line-height) var(--dt-typography-headline-lg-font-family);--dt-typography-headline-lg-soft: var(--dt-typography-headline-lg-soft-font-weight) var(--dt-typography-headline-lg-soft-font-size)/var(--dt-typography-headline-lg-soft-line-height) var(--dt-typography-headline-lg-soft-font-family);--dt-typography-headline-lg-compact: var(--dt-typography-headline-lg-compact-font-weight) var(--dt-typography-headline-lg-compact-font-size)/var(--dt-typography-headline-lg-compact-line-height) var(--dt-typography-headline-lg-compact-font-family);--dt-typography-headline-lg-soft-compact: var(--dt-typography-headline-lg-soft-compact-font-weight) var(--dt-typography-headline-lg-soft-compact-font-size)/var(--dt-typography-headline-lg-soft-compact-line-height) var(--dt-typography-headline-lg-soft-compact-font-family);--dt-typography-headline-xl: var(--dt-typography-headline-xl-font-weight) var(--dt-typography-headline-xl-font-size)/var(--dt-typography-headline-xl-line-height) var(--dt-typography-headline-xl-font-family);--dt-typography-headline-xl-compact: var(--dt-typography-headline-xl-compact-font-weight) var(--dt-typography-headline-xl-compact-font-size)/var(--dt-typography-headline-xl-compact-line-height) var(--dt-typography-headline-xl-compact-font-family);--dt-typography-headline-xxl: var(--dt-typography-headline-xxl-font-weight) var(--dt-typography-headline-xxl-font-size)/var(--dt-typography-headline-xxl-line-height) var(--dt-typography-headline-xxl-font-family);--dt-typography-headline-xxl-compact: var(--dt-typography-headline-xxl-compact-font-weight) var(--dt-typography-headline-xxl-compact-font-size)/var(--dt-typography-headline-xxl-compact-line-height) var(--dt-typography-headline-xxl-compact-font-family);--dt-typography-label-md: var(--dt-typography-label-md-font-weight) var(--dt-typography-label-md-font-size)/var(--dt-typography-label-md-line-height) var(--dt-typography-label-md-font-family);--dt-typography-label-md-compact: var(--dt-typography-label-md-compact-font-weight) var(--dt-typography-label-md-compact-font-size)/var(--dt-typography-label-md-compact-line-height) var(--dt-typography-label-md-compact-font-family);--dt-typography-label-md-plain: var(--dt-typography-label-md-plain-font-weight) var(--dt-typography-label-md-plain-font-size)/var(--dt-typography-label-md-plain-line-height) var(--dt-typography-label-md-plain-font-family);--dt-typography-label-md-plain-compact: var(--dt-typography-label-md-plain-compact-font-weight) var(--dt-typography-label-md-plain-compact-font-size)/var(--dt-typography-label-md-plain-compact-line-height) var(--dt-typography-label-md-plain-compact-font-family);--dt-typography-label-sm: var(--dt-typography-label-sm-font-weight) var(--dt-typography-label-sm-font-size)/var(--dt-typography-label-sm-line-height) var(--dt-typography-label-sm-font-family);--dt-typography-label-sm-compact: var(--dt-typography-label-sm-compact-font-weight) var(--dt-typography-label-sm-compact-font-size)/var(--dt-typography-label-sm-compact-line-height) var(--dt-typography-label-sm-compact-font-family);--dt-typography-label-sm-plain: var(--dt-typography-label-sm-plain-font-weight) var(--dt-typography-label-sm-plain-font-size)/var(--dt-typography-label-sm-plain-line-height) var(--dt-typography-label-sm-plain-font-family);--dt-typography-label-sm-plain-compact: var(--dt-typography-label-sm-plain-compact-font-weight) var(--dt-typography-label-sm-plain-compact-font-size)/var(--dt-typography-label-sm-plain-compact-line-height) var(--dt-typography-label-sm-plain-compact-font-family);--dt-typography-helper-md: var(--dt-typography-helper-md-font-weight) var(--dt-typography-helper-md-font-size)/var(--dt-typography-helper-md-line-height) var(--dt-typography-helper-md-font-family);--dt-typography-helper-sm: var(--dt-typography-helper-sm-font-weight) var(--dt-typography-helper-sm-font-size)/var(--dt-typography-helper-sm-line-height) var(--dt-typography-helper-sm-font-family);--dt-typography-code-md: var(--dt-typography-code-md-font-weight) var(--dt-typography-code-md-font-size)/var(--dt-typography-code-md-line-height) var(--dt-typography-code-md-font-family);--dt-typography-code-sm: var(--dt-typography-code-sm-font-weight) var(--dt-typography-code-sm-font-size)/var(--dt-typography-code-sm-line-height) var(--dt-typography-code-sm-font-family);--dt-color-link-disabled-inverted-hover-h: var(--dt-color-link-disabled-inverted-h);--dt-color-link-disabled-inverted-hover-s: var(--dt-color-link-disabled-inverted-s);--dt-color-link-disabled-inverted-hover-l: var(--dt-color-link-disabled-inverted-l);--dt-color-link-disabled-inverted-hover-hsl: var(--dt-color-link-disabled-inverted-hsl);--dt-color-link-disabled-inverted-hover-hsla: var(--dt-color-link-disabled-inverted-hsla);--dt-color-link-disabled-inverted-hover: var(--dt-color-link-disabled-inverted);--dt-color-link-disabled-hover-h: var(--dt-color-link-disabled-h);--dt-color-link-disabled-hover-s: var(--dt-color-link-disabled-s);--dt-color-link-disabled-hover-l: var(--dt-color-link-disabled-l);--dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hsl);--dt-color-link-disabled-hover-hsla: var(--dt-color-link-disabled-hsla);--dt-color-link-disabled-hover: var(--dt-color-link-disabled);--dt-action-color-foreground-positive-active-h: var(--dt-action-color-foreground-positive-hover-h);--dt-action-color-foreground-positive-active-s: var(--dt-action-color-foreground-positive-hover-s);--dt-action-color-foreground-positive-active-l: var(--dt-action-color-foreground-positive-hover-l);--dt-action-color-foreground-positive-active-hsl: var(--dt-action-color-foreground-positive-hover-hsl);--dt-action-color-foreground-positive-active-hsla: var(--dt-action-color-foreground-positive-hover-hsla);--dt-action-color-foreground-positive-active: var(--dt-action-color-foreground-positive-hover);--dt-action-color-foreground-muted-active-h: var(--dt-action-color-foreground-muted-hover-h);--dt-action-color-foreground-muted-active-s: var(--dt-action-color-foreground-muted-hover-s);--dt-action-color-foreground-muted-active-l: var(--dt-action-color-foreground-muted-hover-l);--dt-action-color-foreground-muted-active-hsl: var(--dt-action-color-foreground-muted-hover-hsl);--dt-action-color-foreground-muted-active-hsla: var(--dt-action-color-foreground-muted-hover-hsla);--dt-action-color-foreground-muted-active: var(--dt-action-color-foreground-muted-hover);--dt-action-color-foreground-inverted-active-h: var(--dt-action-color-foreground-inverted-hover-h);--dt-action-color-foreground-inverted-active-s: var(--dt-action-color-foreground-inverted-hover-s);--dt-action-color-foreground-inverted-active-l: var(--dt-action-color-foreground-inverted-hover-l);--dt-action-color-foreground-inverted-active-hsl: var(--dt-action-color-foreground-inverted-hover-hsl);--dt-action-color-foreground-inverted-active-hsla: var(--dt-action-color-foreground-inverted-hover-hsla);--dt-action-color-foreground-inverted-active: var(--dt-action-color-foreground-inverted-hover);--dt-font-size-100-mobile: 1.2rem;--dt-font-size-200-mobile: 1.6rem;--dt-font-size-300-mobile: 2rem;--dt-font-size-400-mobile: 2.9rem;--dt-font-size-500-mobile: 4.1rem;--dt-font-size-100-tc8: 1.7rem;--dt-font-size-200-tc8: 2.1rem;--dt-font-size-300-tc8: 2.7rem;--dt-font-size-400-tc8: 3.8rem;--dt-font-size-500-tc8: 5.4rem;--dt-font-size-100-tv: 2.5rem;--dt-font-size-200-tv: 3.2rem;--dt-font-size-300-tv: 4.1rem;--dt-font-size-400-tv: 5.8rem;--dt-font-size-500-tv: 8.2rem;--zi-hide: -1;--zi-base: 0;--zi-base1: 1;--zi-selected: 25;--zi-active: 50;--zi-navigation: 100;--zi-navigation-fixed: 150;--zi-dropdown: 200;--zi-popover: 300;--zi-tooltip: 400;--zi-drawer: 500;--zi-modal: 600;--zi-modal-element: 650;--zi-notification: 700}",t={base:{css:r.Base,name:"dark"},brand:{css:o,name:"expressive"}};module.exports=t;
1
+ "use strict";const r=require("./chunks/tokens-base-dark-Zky9H3op.js"),o=":root{color-scheme:dark;--dt-radio-size-radius: 50%;--dt-avatar-color-background-000-h: 0;--dt-avatar-color-background-000-s: 0%;--dt-avatar-color-background-000-l: 87.84313725490196%;--dt-avatar-color-background-000-a: 100%;--dt-avatar-color-background-000-hsl: var(--dt-avatar-color-background-000-h) var(--dt-avatar-color-background-000-s) var(--dt-avatar-color-background-000-l);--dt-avatar-color-background-000-hsla: hsl(var(--dt-avatar-color-background-000-h) var(--dt-avatar-color-background-000-s) var(--dt-avatar-color-background-000-l) / var(--alpha, 100%));--dt-avatar-color-background-000: #e0e0e0;--dt-avatar-color-background-1800-h: 36.20689655172413;--dt-avatar-color-background-1800-s: 67.44186046511628%;--dt-avatar-color-background-1800-l: 83.13725490196077%;--dt-avatar-color-background-1800-a: 100%;--dt-avatar-color-background-1800-hsl: var(--dt-avatar-color-background-1800-h) var(--dt-avatar-color-background-1800-s) var(--dt-avatar-color-background-1800-l);--dt-avatar-color-background-1800-hsla: hsl(var(--dt-avatar-color-background-1800-h) var(--dt-avatar-color-background-1800-s) var(--dt-avatar-color-background-1800-l) / var(--alpha, 100%));--dt-avatar-color-background-1800: #f1dab7;--dt-avatar-color-background-1700-h: 46.70270270270271;--dt-avatar-color-background-1700-s: 100%;--dt-avatar-color-background-1700-l: 63.725490196078425%;--dt-avatar-color-background-1700-a: 100%;--dt-avatar-color-background-1700-hsl: var(--dt-avatar-color-background-1700-h) var(--dt-avatar-color-background-1700-s) var(--dt-avatar-color-background-1700-l);--dt-avatar-color-background-1700-hsla: hsl(var(--dt-avatar-color-background-1700-h) var(--dt-avatar-color-background-1700-s) var(--dt-avatar-color-background-1700-l) / var(--alpha, 100%));--dt-avatar-color-background-1700: #ffd646;--dt-avatar-color-background-1600-h: 39.473684210526315;--dt-avatar-color-background-1600-s: 100%;--dt-avatar-color-background-1600-l: 62.745098039215684%;--dt-avatar-color-background-1600-a: 100%;--dt-avatar-color-background-1600-hsl: var(--dt-avatar-color-background-1600-h) var(--dt-avatar-color-background-1600-s) var(--dt-avatar-color-background-1600-l);--dt-avatar-color-background-1600-hsla: hsl(var(--dt-avatar-color-background-1600-h) var(--dt-avatar-color-background-1600-s) var(--dt-avatar-color-background-1600-l) / var(--alpha, 100%));--dt-avatar-color-background-1600: #ffbe41;--dt-avatar-color-background-1500-h: 25.128205128205124;--dt-avatar-color-background-1500-s: 75.48387096774195%;--dt-avatar-color-background-1500-l: 69.6078431372549%;--dt-avatar-color-background-1500-a: 100%;--dt-avatar-color-background-1500-hsl: var(--dt-avatar-color-background-1500-h) var(--dt-avatar-color-background-1500-s) var(--dt-avatar-color-background-1500-l);--dt-avatar-color-background-1500-hsla: hsl(var(--dt-avatar-color-background-1500-h) var(--dt-avatar-color-background-1500-s) var(--dt-avatar-color-background-1500-l) / var(--alpha, 100%));--dt-avatar-color-background-1500: #eca877;--dt-avatar-color-background-1400-h: 0;--dt-avatar-color-background-1400-s: 89.70588235294117%;--dt-avatar-color-background-1400-l: 73.33333333333334%;--dt-avatar-color-background-1400-a: 100%;--dt-avatar-color-background-1400-hsl: var(--dt-avatar-color-background-1400-h) var(--dt-avatar-color-background-1400-s) var(--dt-avatar-color-background-1400-l);--dt-avatar-color-background-1400-hsla: hsl(var(--dt-avatar-color-background-1400-h) var(--dt-avatar-color-background-1400-s) var(--dt-avatar-color-background-1400-l) / var(--alpha, 100%));--dt-avatar-color-background-1400: #f87e7e;--dt-avatar-color-background-1300-h: 325.6578947368421;--dt-avatar-color-background-1300-s: 100%;--dt-avatar-color-background-1300-l: 70.19607843137254%;--dt-avatar-color-background-1300-a: 100%;--dt-avatar-color-background-1300-hsl: var(--dt-avatar-color-background-1300-h) var(--dt-avatar-color-background-1300-s) var(--dt-avatar-color-background-1300-l);--dt-avatar-color-background-1300-hsla: hsl(var(--dt-avatar-color-background-1300-h) var(--dt-avatar-color-background-1300-s) var(--dt-avatar-color-background-1300-l) / var(--alpha, 100%));--dt-avatar-color-background-1300: #ff67be;--dt-avatar-color-background-1200-h: 324.10256410256414;--dt-avatar-color-background-1200-s: 75.48387096774195%;--dt-avatar-color-background-1200-l: 69.6078431372549%;--dt-avatar-color-background-1200-a: 100%;--dt-avatar-color-background-1200-hsl: var(--dt-avatar-color-background-1200-h) var(--dt-avatar-color-background-1200-s) var(--dt-avatar-color-background-1200-l);--dt-avatar-color-background-1200-hsla: hsl(var(--dt-avatar-color-background-1200-h) var(--dt-avatar-color-background-1200-s) var(--dt-avatar-color-background-1200-l) / var(--alpha, 100%));--dt-avatar-color-background-1200: #ec77bd;--dt-avatar-color-background-1100-h: 309.31034482758616;--dt-avatar-color-background-1100-s: 67.44186046511628%;--dt-avatar-color-background-1100-l: 83.13725490196077%;--dt-avatar-color-background-1100-a: 100%;--dt-avatar-color-background-1100-hsl: var(--dt-avatar-color-background-1100-h) var(--dt-avatar-color-background-1100-s) var(--dt-avatar-color-background-1100-l);--dt-avatar-color-background-1100-hsla: hsl(var(--dt-avatar-color-background-1100-h) var(--dt-avatar-color-background-1100-s) var(--dt-avatar-color-background-1100-l) / var(--alpha, 100%));--dt-avatar-color-background-1100: #f1b7e8;--dt-avatar-color-background-1000-h: 219.45205479452054;--dt-avatar-color-background-1000-s: 100%;--dt-avatar-color-background-1000-l: 85.68627450980392%;--dt-avatar-color-background-1000-a: 100%;--dt-avatar-color-background-1000-hsl: var(--dt-avatar-color-background-1000-h) var(--dt-avatar-color-background-1000-s) var(--dt-avatar-color-background-1000-l);--dt-avatar-color-background-1000-hsla: hsl(var(--dt-avatar-color-background-1000-h) var(--dt-avatar-color-background-1000-s) var(--dt-avatar-color-background-1000-l) / var(--alpha, 100%));--dt-avatar-color-background-1000: #b6cfff;--dt-avatar-color-background-900-h: 212.60115606936415;--dt-avatar-color-background-900-s: 98.85714285714286%;--dt-avatar-color-background-900-l: 65.68627450980392%;--dt-avatar-color-background-900-a: 100%;--dt-avatar-color-background-900-hsl: var(--dt-avatar-color-background-900-h) var(--dt-avatar-color-background-900-s) var(--dt-avatar-color-background-900-l);--dt-avatar-color-background-900-hsla: hsl(var(--dt-avatar-color-background-900-h) var(--dt-avatar-color-background-900-s) var(--dt-avatar-color-background-900-l) / var(--alpha, 100%));--dt-avatar-color-background-900: #51a0fe;--dt-avatar-color-background-800-h: 194.11764705882354;--dt-avatar-color-background-800-s: 100%;--dt-avatar-color-background-800-l: 80%;--dt-avatar-color-background-800-a: 100%;--dt-avatar-color-background-800-hsl: var(--dt-avatar-color-background-800-h) var(--dt-avatar-color-background-800-s) var(--dt-avatar-color-background-800-l);--dt-avatar-color-background-800-hsla: hsl(var(--dt-avatar-color-background-800-h) var(--dt-avatar-color-background-800-s) var(--dt-avatar-color-background-800-l) / var(--alpha, 100%));--dt-avatar-color-background-800: #99e7ff;--dt-avatar-color-background-700-h: 194.53416149068323;--dt-avatar-color-background-700-s: 100%;--dt-avatar-color-background-700-l: 68.43137254901961%;--dt-avatar-color-background-700-a: 100%;--dt-avatar-color-background-700-hsl: var(--dt-avatar-color-background-700-h) var(--dt-avatar-color-background-700-s) var(--dt-avatar-color-background-700-l);--dt-avatar-color-background-700-hsla: hsl(var(--dt-avatar-color-background-700-h) var(--dt-avatar-color-background-700-s) var(--dt-avatar-color-background-700-l) / var(--alpha, 100%));--dt-avatar-color-background-700: #5ed8ff;--dt-avatar-color-background-600-h: 187.17948717948718;--dt-avatar-color-background-600-s: 75.48387096774195%;--dt-avatar-color-background-600-l: 69.6078431372549%;--dt-avatar-color-background-600-a: 100%;--dt-avatar-color-background-600-hsl: var(--dt-avatar-color-background-600-h) var(--dt-avatar-color-background-600-s) var(--dt-avatar-color-background-600-l);--dt-avatar-color-background-600-hsla: hsl(var(--dt-avatar-color-background-600-h) var(--dt-avatar-color-background-600-s) var(--dt-avatar-color-background-600-l) / var(--alpha, 100%));--dt-avatar-color-background-600: #77deec;--dt-avatar-color-background-500-h: 154.9565217391304;--dt-avatar-color-background-500-s: 76.15894039735099%;--dt-avatar-color-background-500-l: 70.3921568627451%;--dt-avatar-color-background-500-a: 100%;--dt-avatar-color-background-500-hsl: var(--dt-avatar-color-background-500-h) var(--dt-avatar-color-background-500-s) var(--dt-avatar-color-background-500-l);--dt-avatar-color-background-500-hsla: hsl(var(--dt-avatar-color-background-500-h) var(--dt-avatar-color-background-500-s) var(--dt-avatar-color-background-500-l) / var(--alpha, 100%));--dt-avatar-color-background-500: #7aedbd;--dt-avatar-color-background-400-h: 144.1025641025641;--dt-avatar-color-background-400-s: 75.48387096774195%;--dt-avatar-color-background-400-l: 69.6078431372549%;--dt-avatar-color-background-400-a: 100%;--dt-avatar-color-background-400-hsl: var(--dt-avatar-color-background-400-h) var(--dt-avatar-color-background-400-s) var(--dt-avatar-color-background-400-l);--dt-avatar-color-background-400-hsla: hsl(var(--dt-avatar-color-background-400-h) var(--dt-avatar-color-background-400-s) var(--dt-avatar-color-background-400-l) / var(--alpha, 100%));--dt-avatar-color-background-400: #77eca6;--dt-avatar-color-background-300-h: 97.3469387755102;--dt-avatar-color-background-300-s: 69.99999999999999%;--dt-avatar-color-background-300-l: 72.54901960784314%;--dt-avatar-color-background-300-a: 100%;--dt-avatar-color-background-300-hsl: var(--dt-avatar-color-background-300-h) var(--dt-avatar-color-background-300-s) var(--dt-avatar-color-background-300-l);--dt-avatar-color-background-300-hsla: hsl(var(--dt-avatar-color-background-300-h) var(--dt-avatar-color-background-300-s) var(--dt-avatar-color-background-300-l) / var(--alpha, 100%));--dt-avatar-color-background-300: #adea88;--dt-avatar-color-background-200-h: 101.12903225806451;--dt-avatar-color-background-200-s: 100%;--dt-avatar-color-background-200-l: 75.68627450980392%;--dt-avatar-color-background-200-a: 100%;--dt-avatar-color-background-200-hsl: var(--dt-avatar-color-background-200-h) var(--dt-avatar-color-background-200-s) var(--dt-avatar-color-background-200-l);--dt-avatar-color-background-200-hsla: hsl(var(--dt-avatar-color-background-200-h) var(--dt-avatar-color-background-200-s) var(--dt-avatar-color-background-200-l) / var(--alpha, 100%));--dt-avatar-color-background-200: #aaff83;--dt-avatar-color-background-100-h: 136.64233576642334;--dt-avatar-color-background-100-s: 72.4867724867725%;--dt-avatar-color-background-100-l: 37.05882352941176%;--dt-avatar-color-background-100-a: 100%;--dt-avatar-color-background-100-hsl: var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l);--dt-avatar-color-background-100-hsla: hsl(var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l) / var(--alpha, 100%));--dt-avatar-color-background-100: #1aa340;--dt-radio-color-background-checked-h: var(--dt-color-brand-purple-h);--dt-radio-color-background-checked-s: var(--dt-color-brand-purple-s);--dt-radio-color-background-checked-l: var(--dt-color-brand-purple-l);--dt-radio-color-background-checked-a: var(--dt-color-brand-purple-a);--dt-radio-color-background-checked-hsl: var(--dt-color-brand-purple-hsl);--dt-radio-color-background-checked-hsla: var(--dt-color-brand-purple-hsla);--dt-radio-color-background-checked: var(--dt-color-brand-purple);--dt-radio-color-border-unchecked-h: var(--dt-color-black-500-h);--dt-radio-color-border-unchecked-s: var(--dt-color-black-500-s);--dt-radio-color-border-unchecked-l: var(--dt-color-black-500-l);--dt-radio-color-border-unchecked-a: var(--dt-color-black-500-a);--dt-radio-color-border-unchecked-hsl: var(--dt-color-black-500-hsl);--dt-radio-color-border-unchecked-hsla: var(--dt-color-black-500-hsla);--dt-radio-color-border-unchecked: var(--dt-color-black-500);--dt-radio-size-width: var(--dt-size-500);--dt-icon-size-border-100: var(--dt-size-border-100);--dt-checkbox-color-background-checked-h: var(--dt-color-brand-purple-h);--dt-checkbox-color-background-checked-s: var(--dt-color-brand-purple-s);--dt-checkbox-color-background-checked-l: var(--dt-color-brand-purple-l);--dt-checkbox-color-background-checked-a: var(--dt-color-brand-purple-a);--dt-checkbox-color-background-checked-hsl: var(--dt-color-brand-purple-hsl);--dt-checkbox-color-background-checked-hsla: var(--dt-color-brand-purple-hsla);--dt-checkbox-color-background-checked: var(--dt-color-brand-purple);--dt-checkbox-color-border-unchecked-h: var(--dt-color-black-500-h);--dt-checkbox-color-border-unchecked-s: var(--dt-color-black-500-s);--dt-checkbox-color-border-unchecked-l: var(--dt-color-black-500-l);--dt-checkbox-color-border-unchecked-a: var(--dt-color-black-500-a);--dt-checkbox-color-border-unchecked-hsl: var(--dt-color-black-500-hsl);--dt-checkbox-color-border-unchecked-hsla: var(--dt-color-black-500-hsla);--dt-checkbox-color-border-unchecked: var(--dt-color-black-500);--dt-checkbox-size-width: var(--dt-size-500);--dt-badge-color-border-bulletin-subtle-h: 255;--dt-badge-color-border-bulletin-subtle-s: 100%;--dt-badge-color-border-bulletin-subtle-l: 66.1%;--dt-badge-color-border-bulletin-subtle-a: 50%;--dt-badge-color-border-bulletin-subtle-hsl: var(--dt-badge-color-border-bulletin-subtle-h) var(--dt-badge-color-border-bulletin-subtle-s) var(--dt-badge-color-border-bulletin-subtle-l);--dt-badge-color-border-bulletin-subtle-hsla: hsl(var(--dt-badge-color-border-bulletin-subtle-h) var(--dt-badge-color-border-bulletin-subtle-s) var(--dt-badge-color-border-bulletin-subtle-l) / var(--alpha, 50%));--dt-badge-color-border-bulletin-subtle: hsl(255 100% 66.1% / .5);--dt-badge-color-foreground-bulletin-subtle-h: 255;--dt-badge-color-foreground-bulletin-subtle-s: 100%;--dt-badge-color-foreground-bulletin-subtle-l: 26.400000000000002%;--dt-badge-color-foreground-bulletin-subtle-a: 100%;--dt-badge-color-foreground-bulletin-subtle-hsl: var(--dt-badge-color-foreground-bulletin-subtle-h) var(--dt-badge-color-foreground-bulletin-subtle-s) var(--dt-badge-color-foreground-bulletin-subtle-l);--dt-badge-color-foreground-bulletin-subtle-hsla: hsl(var(--dt-badge-color-foreground-bulletin-subtle-h) var(--dt-badge-color-foreground-bulletin-subtle-s) var(--dt-badge-color-foreground-bulletin-subtle-l) / var(--alpha, 100%));--dt-badge-color-foreground-bulletin-subtle: hsl(255 100% 26.4%);--dt-badge-color-foreground-bulletin-h: var(--dt-color-neutral-white-h);--dt-badge-color-foreground-bulletin-s: var(--dt-color-neutral-white-s);--dt-badge-color-foreground-bulletin-l: var(--dt-color-neutral-white-l);--dt-badge-color-foreground-bulletin-a: var(--dt-color-neutral-white-a);--dt-badge-color-foreground-bulletin-hsl: var(--dt-color-neutral-white-hsl);--dt-badge-color-foreground-bulletin-hsla: var(--dt-color-neutral-white-hsla);--dt-badge-color-foreground-bulletin: var(--dt-color-neutral-white);--dt-badge-color-background-bulletin-subtle-h: 255;--dt-badge-color-background-bulletin-subtle-s: 100%;--dt-badge-color-background-bulletin-subtle-l: 66.1%;--dt-badge-color-background-bulletin-subtle-a: 10%;--dt-badge-color-background-bulletin-subtle-hsl: var(--dt-badge-color-background-bulletin-subtle-h) var(--dt-badge-color-background-bulletin-subtle-s) var(--dt-badge-color-background-bulletin-subtle-l);--dt-badge-color-background-bulletin-subtle-hsla: hsl(var(--dt-badge-color-background-bulletin-subtle-h) var(--dt-badge-color-background-bulletin-subtle-s) var(--dt-badge-color-background-bulletin-subtle-l) / var(--alpha, 10%));--dt-badge-color-background-bulletin-subtle: hsl(255 100% 66.1% / .1);--dt-badge-color-background-bulletin-h: var(--dt-color-brand-purple-h);--dt-badge-color-background-bulletin-s: var(--dt-color-brand-purple-s);--dt-badge-color-background-bulletin-l: var(--dt-color-brand-purple-l);--dt-badge-color-background-bulletin-a: var(--dt-color-brand-purple-a);--dt-badge-color-background-bulletin-hsl: var(--dt-color-brand-purple-hsl);--dt-badge-color-background-bulletin-hsla: var(--dt-color-brand-purple-hsla);--dt-badge-color-background-bulletin: var(--dt-color-brand-purple);--dt-avatar-color-foreground-h: var(--dt-color-neutral-black-h);--dt-avatar-color-foreground-s: var(--dt-color-neutral-black-s);--dt-avatar-color-foreground-l: var(--dt-color-neutral-black-l);--dt-avatar-color-foreground-a: var(--dt-color-neutral-black-a);--dt-avatar-color-foreground-hsl: var(--dt-color-neutral-black-hsl);--dt-avatar-color-foreground-hsla: var(--dt-color-neutral-black-hsla);--dt-avatar-color-foreground: var(--dt-color-neutral-black);--dt-theme-mention-color-background-strong-h: var(--dt-color-purple-500-h);--dt-theme-mention-color-background-strong-s: var(--dt-color-purple-500-s);--dt-theme-mention-color-background-strong-l: var(--dt-color-purple-500-l);--dt-theme-mention-color-background-strong-a: var(--dt-color-purple-500-a);--dt-theme-mention-color-background-strong-hsl: var(--dt-color-purple-500-hsl);--dt-theme-mention-color-background-strong-hsla: var(--dt-color-purple-500-hsla);--dt-theme-mention-color-background-strong: var(--dt-color-purple-500);--dt-theme-mention-color-background-h: var(--dt-color-brand-purple-h);--dt-theme-mention-color-background-s: var(--dt-color-brand-purple-s);--dt-theme-mention-color-background-l: var(--dt-color-brand-purple-l);--dt-theme-mention-color-background-a: var(--dt-color-brand-purple-a);--dt-theme-mention-color-background-hsl: var(--dt-color-brand-purple-hsl);--dt-theme-mention-color-background-hsla: var(--dt-color-brand-purple-hsla);--dt-theme-mention-color-background: var(--dt-color-brand-purple);--dt-theme-mention-color-foreground-h: var(--dt-color-neutral-white-h);--dt-theme-mention-color-foreground-s: var(--dt-color-neutral-white-s);--dt-theme-mention-color-foreground-l: var(--dt-color-neutral-white-l);--dt-theme-mention-color-foreground-a: var(--dt-color-neutral-white-a);--dt-theme-mention-color-foreground-hsl: var(--dt-color-neutral-white-hsl);--dt-theme-mention-color-foreground-hsla: var(--dt-color-neutral-white-hsla);--dt-theme-mention-color-foreground: var(--dt-color-neutral-white);--dt-theme-presence-color-background-offline-h: var(--dt-color-neutral-white-h);--dt-theme-presence-color-background-offline-s: var(--dt-color-neutral-white-s);--dt-theme-presence-color-background-offline-l: var(--dt-color-neutral-white-l);--dt-theme-presence-color-background-offline-a: var(--dt-color-neutral-white-a);--dt-theme-presence-color-background-offline-hsl: var(--dt-color-neutral-white-hsl);--dt-theme-presence-color-background-offline-hsla: var(--dt-color-neutral-white-hsla);--dt-theme-presence-color-background-offline: var(--dt-color-neutral-white);--dt-theme-presence-color-background-busy-h: var(--dt-color-gold-300-h);--dt-theme-presence-color-background-busy-s: var(--dt-color-gold-300-s);--dt-theme-presence-color-background-busy-l: var(--dt-color-gold-300-l);--dt-theme-presence-color-background-busy-a: var(--dt-color-gold-300-a);--dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-300-hsl);--dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-300-hsla);--dt-theme-presence-color-background-busy: var(--dt-color-gold-300);--dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-300-h);--dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-300-s);--dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-300-l);--dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-300-a);--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-300-hsl);--dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-300-hsla);--dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-300);--dt-theme-presence-color-background-available-h: var(--dt-color-green-400-h);--dt-theme-presence-color-background-available-s: var(--dt-color-green-400-s);--dt-theme-presence-color-background-available-l: var(--dt-color-green-400-l);--dt-theme-presence-color-background-available-a: var(--dt-color-green-400-a);--dt-theme-presence-color-background-available-hsl: var(--dt-color-green-400-hsl);--dt-theme-presence-color-background-available-hsla: var(--dt-color-green-400-hsla);--dt-theme-presence-color-background-available: var(--dt-color-green-400);--dt-theme-color-base-h: var(--dt-color-black-900-h);--dt-theme-color-base-s: var(--dt-color-black-900-s);--dt-theme-color-base-l: var(--dt-color-black-900-l);--dt-theme-color-base-a: var(--dt-color-black-900-a);--dt-theme-color-base-hsl: var(--dt-color-black-900-hsl);--dt-theme-color-base-hsla: var(--dt-color-black-900-hsla);--dt-theme-color-base: var(--dt-color-black-900);--dt-action-color-border-base-outlined-default-h: var(--dt-color-purple-400-h);--dt-action-color-border-base-outlined-default-s: var(--dt-color-purple-400-s);--dt-action-color-border-base-outlined-default-l: var(--dt-color-purple-400-l);--dt-action-color-border-base-outlined-default-a: var(--dt-color-purple-400-a);--dt-action-color-border-base-outlined-default-hsl: var(--dt-color-purple-400-hsl);--dt-action-color-border-base-outlined-default-hsla: var(--dt-color-purple-400-hsla);--dt-action-color-border-base-outlined-default: var(--dt-color-purple-400);--dt-action-color-background-positive-primary-default-h: var(--dt-color-green-400-h);--dt-action-color-background-positive-primary-default-s: var(--dt-color-green-400-s);--dt-action-color-background-positive-primary-default-l: var(--dt-color-green-400-l);--dt-action-color-background-positive-primary-default-a: var(--dt-color-green-400-a);--dt-action-color-background-positive-primary-default-hsl: var(--dt-color-green-400-hsl);--dt-action-color-background-positive-primary-default-hsla: var(--dt-color-green-400-hsla);--dt-action-color-background-positive-primary-default: var(--dt-color-green-400);--dt-action-color-background-positive-active-h: 112;--dt-action-color-background-positive-active-s: 100%;--dt-action-color-background-positive-active-l: 82%;--dt-action-color-background-positive-active-a: 8%;--dt-action-color-background-positive-active-hsl: var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l);--dt-action-color-background-positive-active-hsla: hsl(var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l) / var(--alpha, 8%));--dt-action-color-background-positive-active: hsl(112 100% 82% / .08);--dt-action-color-background-positive-hover-h: 136;--dt-action-color-background-positive-hover-s: 59.099999999999994%;--dt-action-color-background-positive-hover-l: 66.9%;--dt-action-color-background-positive-hover-a: 100%;--dt-action-color-background-positive-hover-hsl: var(--dt-action-color-background-positive-hover-h) var(--dt-action-color-background-positive-hover-s) var(--dt-action-color-background-positive-hover-l);--dt-action-color-background-positive-hover-hsla: hsl(var(--dt-action-color-background-positive-hover-h) var(--dt-action-color-background-positive-hover-s) var(--dt-action-color-background-positive-hover-l) / var(--alpha, 100%));--dt-action-color-background-positive-hover: hsl(136 59.1% 66.9%);--dt-action-color-background-positive-default-h: var(--dt-color-neutral-transparent-h);--dt-action-color-background-positive-default-s: var(--dt-color-neutral-transparent-s);--dt-action-color-background-positive-default-l: var(--dt-color-neutral-transparent-l);--dt-action-color-background-positive-default-a: var(--dt-color-neutral-transparent-a);--dt-action-color-background-positive-default-hsl: var(--dt-color-neutral-transparent-hsl);--dt-action-color-background-positive-default-hsla: var(--dt-color-neutral-transparent-hsla);--dt-action-color-background-positive-default: var(--dt-color-neutral-transparent);--dt-action-color-background-disabled-default-h: var(--dt-color-black-300-h);--dt-action-color-background-disabled-default-s: var(--dt-color-black-300-s);--dt-action-color-background-disabled-default-l: var(--dt-color-black-300-l);--dt-action-color-background-disabled-default-a: var(--dt-color-black-300-a);--dt-action-color-background-disabled-default-hsl: var(--dt-color-black-300-hsl);--dt-action-color-background-disabled-default-hsla: var(--dt-color-black-300-hsla);--dt-action-color-background-disabled-default: var(--dt-color-black-300);--dt-action-color-background-muted-active-h: 0;--dt-action-color-background-muted-active-s: 0%;--dt-action-color-background-muted-active-l: 83.1%;--dt-action-color-background-muted-active-a: 16%;--dt-action-color-background-muted-active-hsl: var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l);--dt-action-color-background-muted-active-hsla: hsl(var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l) / var(--alpha, 16%));--dt-action-color-background-muted-active: hsl(0 0% 83.1% / .16);--dt-action-color-background-muted-hover-h: 0;--dt-action-color-background-muted-hover-s: 0%;--dt-action-color-background-muted-hover-l: 83.1%;--dt-action-color-background-muted-hover-a: 10%;--dt-action-color-background-muted-hover-hsl: var(--dt-action-color-background-muted-hover-h) var(--dt-action-color-background-muted-hover-s) var(--dt-action-color-background-muted-hover-l);--dt-action-color-background-muted-hover-hsla: hsl(var(--dt-action-color-background-muted-hover-h) var(--dt-action-color-background-muted-hover-s) var(--dt-action-color-background-muted-hover-l) / var(--alpha, 10%));--dt-action-color-background-muted-hover: hsl(0 0% 83.1% / .1);--dt-action-color-background-muted-default-h: var(--dt-color-neutral-transparent-h);--dt-action-color-background-muted-default-s: var(--dt-color-neutral-transparent-s);--dt-action-color-background-muted-default-l: var(--dt-color-neutral-transparent-l);--dt-action-color-background-muted-default-a: var(--dt-color-neutral-transparent-a);--dt-action-color-background-muted-default-hsl: var(--dt-color-neutral-transparent-hsl);--dt-action-color-background-muted-default-hsla: var(--dt-color-neutral-transparent-hsla);--dt-action-color-background-muted-default: var(--dt-color-neutral-transparent);--dt-action-color-background-inverted-primary-active-h: var(--dt-color-purple-200-h);--dt-action-color-background-inverted-primary-active-s: var(--dt-color-purple-200-s);--dt-action-color-background-inverted-primary-active-l: var(--dt-color-purple-200-l);--dt-action-color-background-inverted-primary-active-a: var(--dt-color-purple-200-a);--dt-action-color-background-inverted-primary-active-hsl: var(--dt-color-purple-200-hsl);--dt-action-color-background-inverted-primary-active-hsla: var(--dt-color-purple-200-hsla);--dt-action-color-background-inverted-primary-active: var(--dt-color-purple-200);--dt-action-color-background-inverted-primary-hover-h: var(--dt-color-purple-100-h);--dt-action-color-background-inverted-primary-hover-s: var(--dt-color-purple-100-s);--dt-action-color-background-inverted-primary-hover-l: var(--dt-color-purple-100-l);--dt-action-color-background-inverted-primary-hover-a: var(--dt-color-purple-100-a);--dt-action-color-background-inverted-primary-hover-hsl: var(--dt-color-purple-100-hsl);--dt-action-color-background-inverted-primary-hover-hsla: var(--dt-color-purple-100-hsla);--dt-action-color-background-inverted-primary-hover: var(--dt-color-purple-100);--dt-action-color-background-inverted-default-h: var(--dt-color-neutral-transparent-h);--dt-action-color-background-inverted-default-s: var(--dt-color-neutral-transparent-s);--dt-action-color-background-inverted-default-l: var(--dt-color-neutral-transparent-l);--dt-action-color-background-inverted-default-a: var(--dt-color-neutral-transparent-a);--dt-action-color-background-inverted-default-hsl: var(--dt-color-neutral-transparent-hsl);--dt-action-color-background-inverted-default-hsla: var(--dt-color-neutral-transparent-hsla);--dt-action-color-background-inverted-default: var(--dt-color-neutral-transparent);--dt-action-color-background-critical-primary-default-h: var(--dt-color-red-300-h);--dt-action-color-background-critical-primary-default-s: var(--dt-color-red-300-s);--dt-action-color-background-critical-primary-default-l: var(--dt-color-red-300-l);--dt-action-color-background-critical-primary-default-a: var(--dt-color-red-300-a);--dt-action-color-background-critical-primary-default-hsl: var(--dt-color-red-300-hsl);--dt-action-color-background-critical-primary-default-hsla: var(--dt-color-red-300-hsla);--dt-action-color-background-critical-primary-default: var(--dt-color-red-300);--dt-action-color-background-critical-active-h: 0;--dt-action-color-background-critical-active-s: 88.8%;--dt-action-color-background-critical-active-l: 49%;--dt-action-color-background-critical-active-a: 30%;--dt-action-color-background-critical-active-hsl: var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l);--dt-action-color-background-critical-active-hsla: hsl(var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l) / var(--alpha, 30%));--dt-action-color-background-critical-active: hsl(0 88.8% 49% / .3);--dt-action-color-background-critical-hover-h: 0;--dt-action-color-background-critical-hover-s: 88.8%;--dt-action-color-background-critical-hover-l: 49%;--dt-action-color-background-critical-hover-a: 20%;--dt-action-color-background-critical-hover-hsl: var(--dt-action-color-background-critical-hover-h) var(--dt-action-color-background-critical-hover-s) var(--dt-action-color-background-critical-hover-l);--dt-action-color-background-critical-hover-hsla: hsl(var(--dt-action-color-background-critical-hover-h) var(--dt-action-color-background-critical-hover-s) var(--dt-action-color-background-critical-hover-l) / var(--alpha, 20%));--dt-action-color-background-critical-hover: hsl(0 88.8% 49% / .2);--dt-action-color-background-critical-default-h: var(--dt-color-neutral-transparent-h);--dt-action-color-background-critical-default-s: var(--dt-color-neutral-transparent-s);--dt-action-color-background-critical-default-l: var(--dt-color-neutral-transparent-l);--dt-action-color-background-critical-default-a: var(--dt-color-neutral-transparent-a);--dt-action-color-background-critical-default-hsl: var(--dt-color-neutral-transparent-hsl);--dt-action-color-background-critical-default-hsla: var(--dt-color-neutral-transparent-hsla);--dt-action-color-background-critical-default: var(--dt-color-neutral-transparent);--dt-action-color-background-base-primary-default-h: var(--dt-color-brand-purple-h);--dt-action-color-background-base-primary-default-s: var(--dt-color-brand-purple-s);--dt-action-color-background-base-primary-default-l: var(--dt-color-brand-purple-l);--dt-action-color-background-base-primary-default-a: var(--dt-color-brand-purple-a);--dt-action-color-background-base-primary-default-hsl: var(--dt-color-brand-purple-hsl);--dt-action-color-background-base-primary-default-hsla: var(--dt-color-brand-purple-hsla);--dt-action-color-background-base-primary-default: var(--dt-color-brand-purple);--dt-action-color-background-base-active-h: 261;--dt-action-color-background-base-active-s: 100%;--dt-action-color-background-base-active-l: 74.7%;--dt-action-color-background-base-active-a: 20%;--dt-action-color-background-base-active-hsl: var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l);--dt-action-color-background-base-active-hsla: hsl(var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l) / var(--alpha, 20%));--dt-action-color-background-base-active: hsl(261 100% 74.7% / .2);--dt-action-color-background-base-hover-h: 261;--dt-action-color-background-base-hover-s: 100%;--dt-action-color-background-base-hover-l: 74.7%;--dt-action-color-background-base-hover-a: 10%;--dt-action-color-background-base-hover-hsl: var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l);--dt-action-color-background-base-hover-hsla: hsl(var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l) / var(--alpha, 10%));--dt-action-color-background-base-hover: hsl(261 100% 74.7% / .1);--dt-action-color-background-base-default-h: var(--dt-color-neutral-transparent-h);--dt-action-color-background-base-default-s: var(--dt-color-neutral-transparent-s);--dt-action-color-background-base-default-l: var(--dt-color-neutral-transparent-l);--dt-action-color-background-base-default-a: var(--dt-color-neutral-transparent-a);--dt-action-color-background-base-default-hsl: var(--dt-color-neutral-transparent-hsl);--dt-action-color-background-base-default-hsla: var(--dt-color-neutral-transparent-hsla);--dt-action-color-background-base-default: var(--dt-color-neutral-transparent);--dt-action-color-foreground-positive-primary-default-h: var(--dt-color-neutral-white-h);--dt-action-color-foreground-positive-primary-default-s: var(--dt-color-neutral-white-s);--dt-action-color-foreground-positive-primary-default-l: var(--dt-color-neutral-white-l);--dt-action-color-foreground-positive-primary-default-a: var(--dt-color-neutral-white-a);--dt-action-color-foreground-positive-primary-default-hsl: var(--dt-color-neutral-white-hsl);--dt-action-color-foreground-positive-primary-default-hsla: var(--dt-color-neutral-white-hsla);--dt-action-color-foreground-positive-primary-default: var(--dt-color-neutral-white);--dt-action-color-foreground-inverted-primary-hover-h: var(--dt-color-purple-500-h);--dt-action-color-foreground-inverted-primary-hover-s: var(--dt-color-purple-500-s);--dt-action-color-foreground-inverted-primary-hover-l: var(--dt-color-purple-500-l);--dt-action-color-foreground-inverted-primary-hover-a: var(--dt-color-purple-500-a);--dt-action-color-foreground-inverted-primary-hover-hsl: var(--dt-color-purple-500-hsl);--dt-action-color-foreground-inverted-primary-hover-hsla: var(--dt-color-purple-500-hsla);--dt-action-color-foreground-inverted-primary-hover: var(--dt-color-purple-500);--dt-action-color-foreground-inverted-primary-default-h: var(--dt-color-purple-400-h);--dt-action-color-foreground-inverted-primary-default-s: var(--dt-color-purple-400-s);--dt-action-color-foreground-inverted-primary-default-l: var(--dt-color-purple-400-l);--dt-action-color-foreground-inverted-primary-default-a: var(--dt-color-purple-400-a);--dt-action-color-foreground-inverted-primary-default-hsl: var(--dt-color-purple-400-hsl);--dt-action-color-foreground-inverted-primary-default-hsla: var(--dt-color-purple-400-hsla);--dt-action-color-foreground-inverted-primary-default: var(--dt-color-purple-400);--dt-action-color-foreground-critical-primary-default-h: var(--dt-color-neutral-white-h);--dt-action-color-foreground-critical-primary-default-s: var(--dt-color-neutral-white-s);--dt-action-color-foreground-critical-primary-default-l: var(--dt-color-neutral-white-l);--dt-action-color-foreground-critical-primary-default-a: var(--dt-color-neutral-white-a);--dt-action-color-foreground-critical-primary-default-hsl: var(--dt-color-neutral-white-hsl);--dt-action-color-foreground-critical-primary-default-hsla: var(--dt-color-neutral-white-hsla);--dt-action-color-foreground-critical-primary-default: var(--dt-color-neutral-white);--dt-action-color-foreground-base-primary-default-h: var(--dt-color-neutral-white-h);--dt-action-color-foreground-base-primary-default-s: var(--dt-color-neutral-white-s);--dt-action-color-foreground-base-primary-default-l: var(--dt-color-neutral-white-l);--dt-action-color-foreground-base-primary-default-a: var(--dt-color-neutral-white-a);--dt-action-color-foreground-base-primary-default-hsl: var(--dt-color-neutral-white-hsl);--dt-action-color-foreground-base-primary-default-hsla: var(--dt-color-neutral-white-hsla);--dt-action-color-foreground-base-primary-default: var(--dt-color-neutral-white);--dt-action-color-foreground-base-default-h: var(--dt-color-purple-400-h);--dt-action-color-foreground-base-default-s: var(--dt-color-purple-400-s);--dt-action-color-foreground-base-default-l: var(--dt-color-purple-400-l);--dt-action-color-foreground-base-default-a: var(--dt-color-purple-400-a);--dt-action-color-foreground-base-default-hsl: var(--dt-color-purple-400-hsl);--dt-action-color-foreground-base-default-hsla: var(--dt-color-purple-400-hsla);--dt-action-color-foreground-base-default: var(--dt-color-purple-400);--dt-inputs-color-background-disabled-h: 0;--dt-inputs-color-background-disabled-s: 0%;--dt-inputs-color-background-disabled-l: 90.2%;--dt-inputs-color-background-disabled-a: 15%;--dt-inputs-color-background-disabled-hsl: var(--dt-inputs-color-background-disabled-h) var(--dt-inputs-color-background-disabled-s) var(--dt-inputs-color-background-disabled-l);--dt-inputs-color-background-disabled-hsla: hsl(var(--dt-inputs-color-background-disabled-h) var(--dt-inputs-color-background-disabled-s) var(--dt-inputs-color-background-disabled-l) / var(--alpha, 15%));--dt-inputs-color-background-disabled: hsl(0 0% 90.2% / .15);--dt-inputs-color-background-focus-h: 0;--dt-inputs-color-background-focus-s: 0%;--dt-inputs-color-background-focus-l: 90.2%;--dt-inputs-color-background-focus-a: 3%;--dt-inputs-color-background-focus-hsl: var(--dt-inputs-color-background-focus-h) var(--dt-inputs-color-background-focus-s) var(--dt-inputs-color-background-focus-l);--dt-inputs-color-background-focus-hsla: hsl(var(--dt-inputs-color-background-focus-h) var(--dt-inputs-color-background-focus-s) var(--dt-inputs-color-background-focus-l) / var(--alpha, 3%));--dt-inputs-color-background-focus: hsl(0 0% 90.2% / .03);--dt-inputs-color-background-default-h: 0;--dt-inputs-color-background-default-s: 0%;--dt-inputs-color-background-default-l: 90.2%;--dt-inputs-color-background-default-a: 6%;--dt-inputs-color-background-default-hsl: var(--dt-inputs-color-background-default-h) var(--dt-inputs-color-background-default-s) var(--dt-inputs-color-background-default-l);--dt-inputs-color-background-default-hsla: hsl(var(--dt-inputs-color-background-default-h) var(--dt-inputs-color-background-default-s) var(--dt-inputs-color-background-default-l) / var(--alpha, 6%));--dt-inputs-color-background-default: hsl(0 0% 90.2% / .06);--dt-inputs-color-border-disabled-h: var(--dt-color-neutral-transparent-h);--dt-inputs-color-border-disabled-s: var(--dt-color-neutral-transparent-s);--dt-inputs-color-border-disabled-l: var(--dt-color-neutral-transparent-l);--dt-inputs-color-border-disabled-a: var(--dt-color-neutral-transparent-a);--dt-inputs-color-border-disabled-hsl: var(--dt-color-neutral-transparent-hsl);--dt-inputs-color-border-disabled-hsla: var(--dt-color-neutral-transparent-hsla);--dt-inputs-color-border-disabled: var(--dt-color-neutral-transparent);--dt-inputs-font-weight-xl: var(--dt-font-weight-normal);--dt-inputs-font-weight-lg: var(--dt-font-weight-normal);--dt-inputs-font-weight-md: var(--dt-font-weight-normal);--dt-inputs-font-weight-sm: var(--dt-font-weight-normal);--dt-inputs-font-weight-xs: var(--dt-font-weight-normal);--dt-inputs-line-height-xl: var(--dt-font-line-height-200);--dt-inputs-line-height-lg: var(--dt-font-line-height-200);--dt-inputs-line-height-md: var(--dt-font-line-height-200);--dt-inputs-line-height-sm: var(--dt-font-line-height-200);--dt-inputs-line-height-xs: var(--dt-font-line-height-200);--dt-inputs-size-radius-xl: var(--dt-size-radius-500);--dt-inputs-size-radius-lg: var(--dt-size-radius-450);--dt-inputs-size-radius-md: var(--dt-size-radius-400);--dt-inputs-size-radius-sm: var(--dt-size-radius-400);--dt-inputs-size-radius-xs: var(--dt-size-radius-300);--dt-inputs-size-border-status: var(--dt-size-border-200);--dt-inputs-size-border-default: var(--dt-size-border-150);--dt-typography-inputs-xl-font-family: var(--dt-font-family-body);--dt-typography-inputs-lg-font-family: var(--dt-font-family-body);--dt-typography-inputs-md-font-family: var(--dt-font-family-body);--dt-typography-inputs-sm-font-family: var(--dt-font-family-body);--dt-typography-inputs-xs-font-family: var(--dt-font-family-body);--dt-typography-code-sm-text-case: var(--dt-font-text-case-none);--dt-typography-code-sm-line-height: var(--dt-font-line-height-200);--dt-typography-code-sm-font-weight: var(--dt-font-weight-normal);--dt-typography-code-sm-font-family: var(--dt-font-family-mono);--dt-typography-code-md-text-case: var(--dt-font-text-case-none);--dt-typography-code-md-line-height: var(--dt-font-line-height-200);--dt-typography-code-md-font-weight: var(--dt-font-weight-normal);--dt-typography-code-md-font-family: var(--dt-font-family-mono);--dt-typography-helper-sm-text-case: var(--dt-font-text-case-none);--dt-typography-helper-sm-line-height: var(--dt-font-line-height-200);--dt-typography-helper-sm-font-weight: var(--dt-font-weight-normal);--dt-typography-helper-md-text-case: var(--dt-font-text-case-none);--dt-typography-helper-md-line-height: var(--dt-font-line-height-300);--dt-typography-helper-md-font-weight: var(--dt-font-weight-normal);--dt-typography-label-sm-plain-compact-text-case: var(--dt-font-text-case-none);--dt-typography-label-sm-plain-compact-line-height: var(--dt-font-line-height-200);--dt-typography-label-sm-plain-compact-font-weight: var(--dt-font-weight-normal);--dt-typography-label-sm-plain-text-case: var(--dt-font-text-case-none);--dt-typography-label-sm-plain-line-height: var(--dt-font-line-height-300);--dt-typography-label-sm-plain-font-weight: var(--dt-font-weight-normal);--dt-typography-label-sm-compact-text-case: var(--dt-font-text-case-none);--dt-typography-label-sm-compact-line-height: var(--dt-font-line-height-200);--dt-typography-label-sm-compact-font-weight: var(--dt-font-weight-semi-bold);--dt-typography-label-sm-text-case: var(--dt-font-text-case-none);--dt-typography-label-sm-line-height: var(--dt-font-line-height-300);--dt-typography-label-sm-font-weight: var(--dt-font-weight-semi-bold);--dt-typography-label-md-plain-compact-text-case: var(--dt-font-text-case-none);--dt-typography-label-md-plain-compact-line-height: var(--dt-font-line-height-300);--dt-typography-label-md-plain-compact-font-weight: var(--dt-font-weight-normal);--dt-typography-label-md-plain-text-case: var(--dt-font-text-case-none);--dt-typography-label-md-plain-line-height: var(--dt-font-line-height-400);--dt-typography-label-md-plain-font-weight: var(--dt-font-weight-normal);--dt-typography-label-md-compact-text-case: var(--dt-font-text-case-none);--dt-typography-label-md-compact-line-height: var(--dt-font-line-height-300);--dt-typography-label-md-compact-font-weight: var(--dt-font-weight-semi-bold);--dt-typography-label-md-text-case: var(--dt-font-text-case-none);--dt-typography-label-md-line-height: var(--dt-font-line-height-400);--dt-typography-label-md-font-weight: var(--dt-font-weight-semi-bold);--dt-typography-headline-xxl-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-xxl-compact-line-height: var(--dt-font-line-height-100);--dt-typography-headline-xxl-compact-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-xxl-text-case: var(--dt-font-text-case-none);--dt-typography-headline-xxl-line-height: var(--dt-font-line-height-200);--dt-typography-headline-xxl-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-xl-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-xl-compact-line-height: var(--dt-font-line-height-100);--dt-typography-headline-xl-compact-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-xl-text-case: var(--dt-font-text-case-none);--dt-typography-headline-xl-line-height: var(--dt-font-line-height-200);--dt-typography-headline-xl-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-lg-soft-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-lg-soft-compact-line-height: var(--dt-font-line-height-300);--dt-typography-headline-lg-soft-compact-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-lg-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-lg-compact-line-height: var(--dt-font-line-height-300);--dt-typography-headline-lg-compact-font-weight: var(--dt-font-weight-bold);--dt-typography-headline-lg-soft-text-case: var(--dt-font-text-case-none);--dt-typography-headline-lg-soft-line-height: var(--dt-font-line-height-400);--dt-typography-headline-lg-soft-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-lg-text-case: var(--dt-font-text-case-none);--dt-typography-headline-lg-line-height: var(--dt-font-line-height-400);--dt-typography-headline-lg-font-weight: var(--dt-font-weight-bold);--dt-typography-headline-md-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-md-compact-line-height: var(--dt-font-line-height-300);--dt-typography-headline-md-compact-font-weight: var(--dt-font-weight-bold);--dt-typography-headline-md-text-case: var(--dt-font-text-case-none);--dt-typography-headline-md-line-height: var(--dt-font-line-height-400);--dt-typography-headline-md-font-weight: var(--dt-font-weight-bold);--dt-typography-headline-sm-soft-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-sm-soft-compact-line-height: var(--dt-font-line-height-200);--dt-typography-headline-sm-soft-compact-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-sm-soft-text-case: var(--dt-font-text-case-none);--dt-typography-headline-sm-soft-line-height: var(--dt-font-line-height-300);--dt-typography-headline-sm-soft-font-weight: var(--dt-font-weight-medium);--dt-typography-headline-sm-compact-text-case: var(--dt-font-text-case-none);--dt-typography-headline-sm-compact-line-height: var(--dt-font-line-height-200);--dt-typography-headline-sm-compact-font-weight: var(--dt-font-weight-bold);--dt-typography-headline-sm-text-case: var(--dt-font-text-case-none);--dt-typography-headline-sm-line-height: var(--dt-font-line-height-300);--dt-typography-headline-sm-font-weight: var(--dt-font-weight-bold);--dt-typography-headline-eyebrow-text-case: var(--dt-font-text-case-uppercase);--dt-typography-headline-eyebrow-line-height: var(--dt-font-line-height-300);--dt-typography-headline-eyebrow-font-weight: var(--dt-font-weight-normal);--dt-typography-body-sm-compact-text-case: var(--dt-font-text-case-none);--dt-typography-body-sm-compact-line-height: var(--dt-font-line-height-200);--dt-typography-body-sm-compact-font-weight: var(--dt-font-weight-normal);--dt-typography-body-sm-text-case: var(--dt-font-text-case-none);--dt-typography-body-sm-line-height: var(--dt-font-line-height-300);--dt-typography-body-sm-font-weight: var(--dt-font-weight-normal);--dt-typography-body-md-compact-text-case: var(--dt-font-text-case-none);--dt-typography-body-md-compact-line-height: var(--dt-font-line-height-300);--dt-typography-body-md-compact-font-weight: var(--dt-font-weight-normal);--dt-typography-body-md-text-case: var(--dt-font-text-case-none);--dt-typography-body-md-line-height: var(--dt-font-line-height-400);--dt-typography-body-md-font-weight: var(--dt-font-weight-normal);--dt-color-border-brand-strong-inverted-h: var(--dt-color-purple-200-h);--dt-color-border-brand-strong-inverted-s: var(--dt-color-purple-200-s);--dt-color-border-brand-strong-inverted-l: var(--dt-color-purple-200-l);--dt-color-border-brand-strong-inverted-a: var(--dt-color-purple-200-a);--dt-color-border-brand-strong-inverted-hsl: var(--dt-color-purple-200-hsl);--dt-color-border-brand-strong-inverted-hsla: var(--dt-color-purple-200-hsla);--dt-color-border-brand-strong-inverted: var(--dt-color-purple-200);--dt-color-border-brand-subtle-inverted-h: var(--dt-color-purple-500-h);--dt-color-border-brand-subtle-inverted-s: var(--dt-color-purple-500-s);--dt-color-border-brand-subtle-inverted-l: var(--dt-color-purple-500-l);--dt-color-border-brand-subtle-inverted-a: var(--dt-color-purple-500-a);--dt-color-border-brand-subtle-inverted-hsl: var(--dt-color-purple-500-hsl);--dt-color-border-brand-subtle-inverted-hsla: var(--dt-color-purple-500-hsla);--dt-color-border-brand-subtle-inverted: var(--dt-color-purple-500);--dt-color-border-warning-strong-inverted-h: var(--dt-color-gold-100-h);--dt-color-border-warning-strong-inverted-s: var(--dt-color-gold-100-s);--dt-color-border-warning-strong-inverted-l: var(--dt-color-gold-100-l);--dt-color-border-warning-strong-inverted-a: var(--dt-color-gold-100-a);--dt-color-border-warning-strong-inverted-hsl: var(--dt-color-gold-100-hsl);--dt-color-border-warning-strong-inverted-hsla: var(--dt-color-gold-100-hsla);--dt-color-border-warning-strong-inverted: var(--dt-color-gold-100);--dt-color-border-warning-subtle-inverted-h: var(--dt-color-gold-400-h);--dt-color-border-warning-subtle-inverted-s: var(--dt-color-gold-400-s);--dt-color-border-warning-subtle-inverted-l: var(--dt-color-gold-400-l);--dt-color-border-warning-subtle-inverted-a: var(--dt-color-gold-400-a);--dt-color-border-warning-subtle-inverted-hsl: var(--dt-color-gold-400-hsl);--dt-color-border-warning-subtle-inverted-hsla: var(--dt-color-gold-400-hsla);--dt-color-border-warning-subtle-inverted: var(--dt-color-gold-400);--dt-color-border-success-strong-inverted-h: var(--dt-color-green-100-h);--dt-color-border-success-strong-inverted-s: var(--dt-color-green-100-s);--dt-color-border-success-strong-inverted-l: var(--dt-color-green-100-l);--dt-color-border-success-strong-inverted-a: var(--dt-color-green-100-a);--dt-color-border-success-strong-inverted-hsl: var(--dt-color-green-100-hsl);--dt-color-border-success-strong-inverted-hsla: var(--dt-color-green-100-hsla);--dt-color-border-success-strong-inverted: var(--dt-color-green-100);--dt-color-border-success-subtle-inverted-h: var(--dt-color-green-400-h);--dt-color-border-success-subtle-inverted-s: var(--dt-color-green-400-s);--dt-color-border-success-subtle-inverted-l: var(--dt-color-green-400-l);--dt-color-border-success-subtle-inverted-a: var(--dt-color-green-400-a);--dt-color-border-success-subtle-inverted-hsl: var(--dt-color-green-400-hsl);--dt-color-border-success-subtle-inverted-hsla: var(--dt-color-green-400-hsla);--dt-color-border-success-subtle-inverted: var(--dt-color-green-400);--dt-color-border-critical-strong-inverted-h: var(--dt-color-red-200-h);--dt-color-border-critical-strong-inverted-s: var(--dt-color-red-200-s);--dt-color-border-critical-strong-inverted-l: var(--dt-color-red-200-l);--dt-color-border-critical-strong-inverted-a: var(--dt-color-red-200-a);--dt-color-border-critical-strong-inverted-hsl: var(--dt-color-red-200-hsl);--dt-color-border-critical-strong-inverted-hsla: var(--dt-color-red-200-hsla);--dt-color-border-critical-strong-inverted: var(--dt-color-red-200);--dt-color-border-critical-subtle-inverted-h: var(--dt-color-red-400-h);--dt-color-border-critical-subtle-inverted-s: var(--dt-color-red-400-s);--dt-color-border-critical-subtle-inverted-l: var(--dt-color-red-400-l);--dt-color-border-critical-subtle-inverted-a: var(--dt-color-red-400-a);--dt-color-border-critical-subtle-inverted-hsl: var(--dt-color-red-400-hsl);--dt-color-border-critical-subtle-inverted-hsla: var(--dt-color-red-400-hsla);--dt-color-border-critical-subtle-inverted: var(--dt-color-red-400);--dt-color-border-brand-inverted-h: var(--dt-color-brand-purple-h);--dt-color-border-brand-inverted-s: var(--dt-color-brand-purple-s);--dt-color-border-brand-inverted-l: var(--dt-color-brand-purple-l);--dt-color-border-brand-inverted-a: var(--dt-color-brand-purple-a);--dt-color-border-brand-inverted-hsl: var(--dt-color-brand-purple-hsl);--dt-color-border-brand-inverted-hsla: var(--dt-color-brand-purple-hsla);--dt-color-border-brand-inverted: var(--dt-color-brand-purple);--dt-color-border-warning-inverted-h: var(--dt-color-gold-200-h);--dt-color-border-warning-inverted-s: var(--dt-color-gold-200-s);--dt-color-border-warning-inverted-l: var(--dt-color-gold-200-l);--dt-color-border-warning-inverted-a: var(--dt-color-gold-200-a);--dt-color-border-warning-inverted-hsl: var(--dt-color-gold-200-hsl);--dt-color-border-warning-inverted-hsla: var(--dt-color-gold-200-hsla);--dt-color-border-warning-inverted: var(--dt-color-gold-200);--dt-color-border-success-inverted-h: var(--dt-color-green-200-h);--dt-color-border-success-inverted-s: var(--dt-color-green-200-s);--dt-color-border-success-inverted-l: var(--dt-color-green-200-l);--dt-color-border-success-inverted-a: var(--dt-color-green-200-a);--dt-color-border-success-inverted-hsl: var(--dt-color-green-200-hsl);--dt-color-border-success-inverted-hsla: var(--dt-color-green-200-hsla);--dt-color-border-success-inverted: var(--dt-color-green-200);--dt-color-border-critical-inverted-h: var(--dt-color-red-300-h);--dt-color-border-critical-inverted-s: var(--dt-color-red-300-s);--dt-color-border-critical-inverted-l: var(--dt-color-red-300-l);--dt-color-border-critical-inverted-a: var(--dt-color-red-300-a);--dt-color-border-critical-inverted-hsl: var(--dt-color-red-300-hsl);--dt-color-border-critical-inverted-hsla: var(--dt-color-red-300-hsla);--dt-color-border-critical-inverted: var(--dt-color-red-300);--dt-color-border-brand-strong-h: var(--dt-color-purple-500-h);--dt-color-border-brand-strong-s: var(--dt-color-purple-500-s);--dt-color-border-brand-strong-l: var(--dt-color-purple-500-l);--dt-color-border-brand-strong-a: var(--dt-color-purple-500-a);--dt-color-border-brand-strong-hsl: var(--dt-color-purple-500-hsl);--dt-color-border-brand-strong-hsla: var(--dt-color-purple-500-hsla);--dt-color-border-brand-strong: var(--dt-color-purple-500);--dt-color-border-brand-subtle-h: var(--dt-color-purple-200-h);--dt-color-border-brand-subtle-s: var(--dt-color-purple-200-s);--dt-color-border-brand-subtle-l: var(--dt-color-purple-200-l);--dt-color-border-brand-subtle-a: var(--dt-color-purple-200-a);--dt-color-border-brand-subtle-hsl: var(--dt-color-purple-200-hsl);--dt-color-border-brand-subtle-hsla: var(--dt-color-purple-200-hsla);--dt-color-border-brand-subtle: var(--dt-color-purple-200);--dt-color-border-warning-strong-h: var(--dt-color-gold-500-h);--dt-color-border-warning-strong-s: var(--dt-color-gold-500-s);--dt-color-border-warning-strong-l: var(--dt-color-gold-500-l);--dt-color-border-warning-strong-a: var(--dt-color-gold-500-a);--dt-color-border-warning-strong-hsl: var(--dt-color-gold-500-hsl);--dt-color-border-warning-strong-hsla: var(--dt-color-gold-500-hsla);--dt-color-border-warning-strong: var(--dt-color-gold-500);--dt-color-border-warning-subtle-h: var(--dt-color-gold-200-h);--dt-color-border-warning-subtle-s: var(--dt-color-gold-200-s);--dt-color-border-warning-subtle-l: var(--dt-color-gold-200-l);--dt-color-border-warning-subtle-a: var(--dt-color-gold-200-a);--dt-color-border-warning-subtle-hsl: var(--dt-color-gold-200-hsl);--dt-color-border-warning-subtle-hsla: var(--dt-color-gold-200-hsla);--dt-color-border-warning-subtle: var(--dt-color-gold-200);--dt-color-border-success-strong-h: var(--dt-color-green-500-h);--dt-color-border-success-strong-s: var(--dt-color-green-500-s);--dt-color-border-success-strong-l: var(--dt-color-green-500-l);--dt-color-border-success-strong-a: var(--dt-color-green-500-a);--dt-color-border-success-strong-hsl: var(--dt-color-green-500-hsl);--dt-color-border-success-strong-hsla: var(--dt-color-green-500-hsla);--dt-color-border-success-strong: var(--dt-color-green-500);--dt-color-border-success-subtle-h: var(--dt-color-green-200-h);--dt-color-border-success-subtle-s: var(--dt-color-green-200-s);--dt-color-border-success-subtle-l: var(--dt-color-green-200-l);--dt-color-border-success-subtle-a: var(--dt-color-green-200-a);--dt-color-border-success-subtle-hsl: var(--dt-color-green-200-hsl);--dt-color-border-success-subtle-hsla: var(--dt-color-green-200-hsla);--dt-color-border-success-subtle: var(--dt-color-green-200);--dt-color-border-critical-strong-h: var(--dt-color-red-500-h);--dt-color-border-critical-strong-s: var(--dt-color-red-500-s);--dt-color-border-critical-strong-l: var(--dt-color-red-500-l);--dt-color-border-critical-strong-a: var(--dt-color-red-500-a);--dt-color-border-critical-strong-hsl: var(--dt-color-red-500-hsl);--dt-color-border-critical-strong-hsla: var(--dt-color-red-500-hsla);--dt-color-border-critical-strong: var(--dt-color-red-500);--dt-color-border-critical-subtle-h: var(--dt-color-red-200-h);--dt-color-border-critical-subtle-s: var(--dt-color-red-200-s);--dt-color-border-critical-subtle-l: var(--dt-color-red-200-l);--dt-color-border-critical-subtle-a: var(--dt-color-red-200-a);--dt-color-border-critical-subtle-hsl: var(--dt-color-red-200-hsl);--dt-color-border-critical-subtle-hsla: var(--dt-color-red-200-hsla);--dt-color-border-critical-subtle: var(--dt-color-red-200);--dt-color-border-accent-h: var(--dt-color-brand-magenta-h);--dt-color-border-accent-s: var(--dt-color-brand-magenta-s);--dt-color-border-accent-l: var(--dt-color-brand-magenta-l);--dt-color-border-accent-a: var(--dt-color-brand-magenta-a);--dt-color-border-accent-hsl: var(--dt-color-brand-magenta-hsl);--dt-color-border-accent-hsla: var(--dt-color-brand-magenta-hsla);--dt-color-border-accent: var(--dt-color-brand-magenta);--dt-color-border-brand-h: var(--dt-color-brand-purple-h);--dt-color-border-brand-s: var(--dt-color-brand-purple-s);--dt-color-border-brand-l: var(--dt-color-brand-purple-l);--dt-color-border-brand-a: var(--dt-color-brand-purple-a);--dt-color-border-brand-hsl: var(--dt-color-brand-purple-hsl);--dt-color-border-brand-hsla: var(--dt-color-brand-purple-hsla);--dt-color-border-brand: var(--dt-color-brand-purple);--dt-color-border-warning-h: var(--dt-color-gold-400-h);--dt-color-border-warning-s: var(--dt-color-gold-400-s);--dt-color-border-warning-l: var(--dt-color-gold-400-l);--dt-color-border-warning-a: var(--dt-color-gold-400-a);--dt-color-border-warning-hsl: var(--dt-color-gold-400-hsl);--dt-color-border-warning-hsla: var(--dt-color-gold-400-hsla);--dt-color-border-warning: var(--dt-color-gold-400);--dt-color-border-success-h: var(--dt-color-green-400-h);--dt-color-border-success-s: var(--dt-color-green-400-s);--dt-color-border-success-l: var(--dt-color-green-400-l);--dt-color-border-success-a: var(--dt-color-green-400-a);--dt-color-border-success-hsl: var(--dt-color-green-400-hsl);--dt-color-border-success-hsla: var(--dt-color-green-400-hsla);--dt-color-border-success: var(--dt-color-green-400);--dt-color-border-critical-h: var(--dt-color-red-400-h);--dt-color-border-critical-s: var(--dt-color-red-400-s);--dt-color-border-critical-l: var(--dt-color-red-400-l);--dt-color-border-critical-a: var(--dt-color-red-400-a);--dt-color-border-critical-hsl: var(--dt-color-red-400-hsl);--dt-color-border-critical-hsla: var(--dt-color-red-400-hsla);--dt-color-border-critical: var(--dt-color-red-400);--dt-color-border-focus-h: var(--dt-color-blue-300-h);--dt-color-border-focus-s: var(--dt-color-blue-300-s);--dt-color-border-focus-l: var(--dt-color-blue-300-l);--dt-color-border-focus-a: var(--dt-color-blue-300-a);--dt-color-border-focus-hsl: var(--dt-color-blue-300-hsl);--dt-color-border-focus-hsla: var(--dt-color-blue-300-hsla);--dt-color-border-focus: var(--dt-color-blue-300);--dt-color-border-bold-inverted-h: 0;--dt-color-border-bold-inverted-s: 0%;--dt-color-border-bold-inverted-l: 0%;--dt-color-border-bold-inverted-a: 50%;--dt-color-border-bold-inverted-hsl: var(--dt-color-border-bold-inverted-h) var(--dt-color-border-bold-inverted-s) var(--dt-color-border-bold-inverted-l);--dt-color-border-bold-inverted-hsla: hsl(var(--dt-color-border-bold-inverted-h) var(--dt-color-border-bold-inverted-s) var(--dt-color-border-bold-inverted-l) / var(--alpha, 50%));--dt-color-border-bold-inverted: hsl(0 0% 0% / .5);--dt-color-border-moderate-inverted-h: 0;--dt-color-border-moderate-inverted-s: 0%;--dt-color-border-moderate-inverted-l: 0%;--dt-color-border-moderate-inverted-a: 34%;--dt-color-border-moderate-inverted-hsl: var(--dt-color-border-moderate-inverted-h) var(--dt-color-border-moderate-inverted-s) var(--dt-color-border-moderate-inverted-l);--dt-color-border-moderate-inverted-hsla: hsl(var(--dt-color-border-moderate-inverted-h) var(--dt-color-border-moderate-inverted-s) var(--dt-color-border-moderate-inverted-l) / var(--alpha, 34%));--dt-color-border-moderate-inverted: hsl(0 0% 0% / .34);--dt-color-border-default-inverted-h: 0;--dt-color-border-default-inverted-s: 0%;--dt-color-border-default-inverted-l: 0%;--dt-color-border-default-inverted-a: 18%;--dt-color-border-default-inverted-hsl: var(--dt-color-border-default-inverted-h) var(--dt-color-border-default-inverted-s) var(--dt-color-border-default-inverted-l);--dt-color-border-default-inverted-hsla: hsl(var(--dt-color-border-default-inverted-h) var(--dt-color-border-default-inverted-s) var(--dt-color-border-default-inverted-l) / var(--alpha, 18%));--dt-color-border-default-inverted: hsl(0 0% 0% / .18);--dt-color-border-subtle-inverted-h: 0;--dt-color-border-subtle-inverted-s: 0%;--dt-color-border-subtle-inverted-l: 0%;--dt-color-border-subtle-inverted-a: 10%;--dt-color-border-subtle-inverted-hsl: var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l);--dt-color-border-subtle-inverted-hsla: hsl(var(--dt-color-border-subtle-inverted-h) var(--dt-color-border-subtle-inverted-s) var(--dt-color-border-subtle-inverted-l) / var(--alpha, 10%));--dt-color-border-subtle-inverted: hsl(0 0% 0% / .1);--dt-color-border-bold-h: 0;--dt-color-border-bold-s: 0%;--dt-color-border-bold-l: 100%;--dt-color-border-bold-a: 50%;--dt-color-border-bold-hsl: var(--dt-color-border-bold-h) var(--dt-color-border-bold-s) var(--dt-color-border-bold-l);--dt-color-border-bold-hsla: hsl(var(--dt-color-border-bold-h) var(--dt-color-border-bold-s) var(--dt-color-border-bold-l) / var(--alpha, 50%));--dt-color-border-bold: hsl(0 0% 100% / .5);--dt-color-border-moderate-h: 0;--dt-color-border-moderate-s: 0%;--dt-color-border-moderate-l: 100%;--dt-color-border-moderate-a: 36%;--dt-color-border-moderate-hsl: var(--dt-color-border-moderate-h) var(--dt-color-border-moderate-s) var(--dt-color-border-moderate-l);--dt-color-border-moderate-hsla: hsl(var(--dt-color-border-moderate-h) var(--dt-color-border-moderate-s) var(--dt-color-border-moderate-l) / var(--alpha, 36%));--dt-color-border-moderate: hsl(0 0% 100% / .36);--dt-color-border-default-h: 0;--dt-color-border-default-s: 0%;--dt-color-border-default-l: 100%;--dt-color-border-default-a: 22%;--dt-color-border-default-hsl: var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l);--dt-color-border-default-hsla: hsl(var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l) / var(--alpha, 22%));--dt-color-border-default: hsl(0 0% 100% / .22);--dt-color-border-subtle-h: 0;--dt-color-border-subtle-s: 0%;--dt-color-border-subtle-l: 100%;--dt-color-border-subtle-a: 14%;--dt-color-border-subtle-hsl: var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l);--dt-color-border-subtle-hsla: hsl(var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l) / var(--alpha, 14%));--dt-color-border-subtle: hsl(0 0% 100% / .14);--dt-color-surface-info-strong-h: var(--dt-color-blue-400-h);--dt-color-surface-info-strong-s: var(--dt-color-blue-400-s);--dt-color-surface-info-strong-l: var(--dt-color-blue-400-l);--dt-color-surface-info-strong-a: var(--dt-color-blue-400-a);--dt-color-surface-info-strong-hsl: var(--dt-color-blue-400-hsl);--dt-color-surface-info-strong-hsla: var(--dt-color-blue-400-hsla);--dt-color-surface-info-strong: var(--dt-color-blue-400);--dt-color-surface-info-subtle-h: 213;--dt-color-surface-info-subtle-s: 98.2%;--dt-color-surface-info-subtle-l: 12.9%;--dt-color-surface-info-subtle-a: 100%;--dt-color-surface-info-subtle-hsl: var(--dt-color-surface-info-subtle-h) var(--dt-color-surface-info-subtle-s) var(--dt-color-surface-info-subtle-l);--dt-color-surface-info-subtle-hsla: hsl(var(--dt-color-surface-info-subtle-h) var(--dt-color-surface-info-subtle-s) var(--dt-color-surface-info-subtle-l) / var(--alpha, 100%));--dt-color-surface-info-subtle: hsl(213 98.2% 12.9%);--dt-color-surface-info-h: var(--dt-color-blue-100-h);--dt-color-surface-info-s: var(--dt-color-blue-100-s);--dt-color-surface-info-l: var(--dt-color-blue-100-l);--dt-color-surface-info-a: var(--dt-color-blue-100-a);--dt-color-surface-info-hsl: var(--dt-color-blue-100-hsl);--dt-color-surface-info-hsla: var(--dt-color-blue-100-hsla);--dt-color-surface-info: var(--dt-color-blue-100);--dt-color-surface-success-strong-h: var(--dt-color-green-400-h);--dt-color-surface-success-strong-s: var(--dt-color-green-400-s);--dt-color-surface-success-strong-l: var(--dt-color-green-400-l);--dt-color-surface-success-strong-a: var(--dt-color-green-400-a);--dt-color-surface-success-strong-hsl: var(--dt-color-green-400-hsl);--dt-color-surface-success-strong-hsla: var(--dt-color-green-400-hsla);--dt-color-surface-success-strong: var(--dt-color-green-400);--dt-color-surface-success-subtle-h: 136;--dt-color-surface-success-subtle-s: 59.099999999999994%;--dt-color-surface-success-subtle-l: 8.63%;--dt-color-surface-success-subtle-a: 100%;--dt-color-surface-success-subtle-hsl: var(--dt-color-surface-success-subtle-h) var(--dt-color-surface-success-subtle-s) var(--dt-color-surface-success-subtle-l);--dt-color-surface-success-subtle-hsla: hsl(var(--dt-color-surface-success-subtle-h) var(--dt-color-surface-success-subtle-s) var(--dt-color-surface-success-subtle-l) / var(--alpha, 100%));--dt-color-surface-success-subtle: hsl(136 59.1% 8.63%);--dt-color-surface-success-h: var(--dt-color-green-100-h);--dt-color-surface-success-s: var(--dt-color-green-100-s);--dt-color-surface-success-l: var(--dt-color-green-100-l);--dt-color-surface-success-a: var(--dt-color-green-100-a);--dt-color-surface-success-hsl: var(--dt-color-green-100-hsl);--dt-color-surface-success-hsla: var(--dt-color-green-100-hsla);--dt-color-surface-success: var(--dt-color-green-100);--dt-color-surface-warning-strong-h: var(--dt-color-gold-200-h);--dt-color-surface-warning-strong-s: var(--dt-color-gold-200-s);--dt-color-surface-warning-strong-l: var(--dt-color-gold-200-l);--dt-color-surface-warning-strong-a: var(--dt-color-gold-200-a);--dt-color-surface-warning-strong-hsl: var(--dt-color-gold-200-hsl);--dt-color-surface-warning-strong-hsla: var(--dt-color-gold-200-hsla);--dt-color-surface-warning-strong: var(--dt-color-gold-200);--dt-color-surface-warning-subtle-h: 35.7;--dt-color-surface-warning-subtle-s: 88.3%;--dt-color-surface-warning-subtle-l: 13.4%;--dt-color-surface-warning-subtle-a: 100%;--dt-color-surface-warning-subtle-hsl: var(--dt-color-surface-warning-subtle-h) var(--dt-color-surface-warning-subtle-s) var(--dt-color-surface-warning-subtle-l);--dt-color-surface-warning-subtle-hsla: hsl(var(--dt-color-surface-warning-subtle-h) var(--dt-color-surface-warning-subtle-s) var(--dt-color-surface-warning-subtle-l) / var(--alpha, 100%));--dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%);--dt-color-surface-warning-h: var(--dt-color-gold-100-h);--dt-color-surface-warning-s: var(--dt-color-gold-100-s);--dt-color-surface-warning-l: var(--dt-color-gold-100-l);--dt-color-surface-warning-a: var(--dt-color-gold-100-a);--dt-color-surface-warning-hsl: var(--dt-color-gold-100-hsl);--dt-color-surface-warning-hsla: var(--dt-color-gold-100-hsla);--dt-color-surface-warning: var(--dt-color-gold-100);--dt-color-surface-critical-strong-h: var(--dt-color-red-400-h);--dt-color-surface-critical-strong-s: var(--dt-color-red-400-s);--dt-color-surface-critical-strong-l: var(--dt-color-red-400-l);--dt-color-surface-critical-strong-a: var(--dt-color-red-400-a);--dt-color-surface-critical-strong-hsl: var(--dt-color-red-400-hsl);--dt-color-surface-critical-strong-hsla: var(--dt-color-red-400-hsla);--dt-color-surface-critical-strong: var(--dt-color-red-400);--dt-color-surface-critical-subtle-h: 0;--dt-color-surface-critical-subtle-s: 89.6%;--dt-color-surface-critical-subtle-l: 9.41%;--dt-color-surface-critical-subtle-a: 100%;--dt-color-surface-critical-subtle-hsl: var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l);--dt-color-surface-critical-subtle-hsla: hsl(var(--dt-color-surface-critical-subtle-h) var(--dt-color-surface-critical-subtle-s) var(--dt-color-surface-critical-subtle-l) / var(--alpha, 100%));--dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%);--dt-color-surface-critical-h: var(--dt-color-red-100-h);--dt-color-surface-critical-s: var(--dt-color-red-100-s);--dt-color-surface-critical-l: var(--dt-color-red-100-l);--dt-color-surface-critical-a: var(--dt-color-red-100-a);--dt-color-surface-critical-hsl: var(--dt-color-red-100-hsl);--dt-color-surface-critical-hsla: var(--dt-color-red-100-hsla);--dt-color-surface-critical: var(--dt-color-red-100);--dt-color-surface-contrast-h: var(--dt-color-black-900-h);--dt-color-surface-contrast-s: var(--dt-color-black-900-s);--dt-color-surface-contrast-l: var(--dt-color-black-900-l);--dt-color-surface-contrast-a: var(--dt-color-black-900-a);--dt-color-surface-contrast-hsl: var(--dt-color-black-900-hsl);--dt-color-surface-contrast-hsla: var(--dt-color-black-900-hsla);--dt-color-surface-contrast: var(--dt-color-black-900);--dt-color-surface-strong-h: var(--dt-color-black-600-h);--dt-color-surface-strong-s: var(--dt-color-black-600-s);--dt-color-surface-strong-l: var(--dt-color-black-600-l);--dt-color-surface-strong-a: var(--dt-color-black-600-a);--dt-color-surface-strong-hsl: var(--dt-color-black-600-hsl);--dt-color-surface-strong-hsla: var(--dt-color-black-600-hsla);--dt-color-surface-strong: var(--dt-color-black-600);--dt-color-surface-bold-h: var(--dt-color-black-400-h);--dt-color-surface-bold-s: var(--dt-color-black-400-s);--dt-color-surface-bold-l: var(--dt-color-black-400-l);--dt-color-surface-bold-a: var(--dt-color-black-400-a);--dt-color-surface-bold-hsl: var(--dt-color-black-400-hsl);--dt-color-surface-bold-hsla: var(--dt-color-black-400-hsla);--dt-color-surface-bold: var(--dt-color-black-400);--dt-color-surface-moderate-h: var(--dt-color-black-300-h);--dt-color-surface-moderate-s: var(--dt-color-black-300-s);--dt-color-surface-moderate-l: var(--dt-color-black-300-l);--dt-color-surface-moderate-a: var(--dt-color-black-300-a);--dt-color-surface-moderate-hsl: var(--dt-color-black-300-hsl);--dt-color-surface-moderate-hsla: var(--dt-color-black-300-hsla);--dt-color-surface-moderate: var(--dt-color-black-300);--dt-color-surface-secondary-h: var(--dt-color-black-200-h);--dt-color-surface-secondary-s: var(--dt-color-black-200-s);--dt-color-surface-secondary-l: var(--dt-color-black-200-l);--dt-color-surface-secondary-a: var(--dt-color-black-200-a);--dt-color-surface-secondary-hsl: var(--dt-color-black-200-hsl);--dt-color-surface-secondary-hsla: var(--dt-color-black-200-hsla);--dt-color-surface-secondary: var(--dt-color-black-200);--dt-color-surface-primary-h: 0;--dt-color-surface-primary-s: 0%;--dt-color-surface-primary-l: 12%;--dt-color-surface-primary-a: 100%;--dt-color-surface-primary-hsl: var(--dt-color-surface-primary-h) var(--dt-color-surface-primary-s) var(--dt-color-surface-primary-l);--dt-color-surface-primary-hsla: hsl(var(--dt-color-surface-primary-h) var(--dt-color-surface-primary-s) var(--dt-color-surface-primary-l) / var(--alpha, 100%));--dt-color-surface-primary: hsl(0 0% 12%);--dt-color-surface-info-opaque-h: 212;--dt-color-surface-info-opaque-s: 79.2%;--dt-color-surface-info-opaque-l: 43.3%;--dt-color-surface-info-opaque-a: 29%;--dt-color-surface-info-opaque-hsl: var(--dt-color-surface-info-opaque-h) var(--dt-color-surface-info-opaque-s) var(--dt-color-surface-info-opaque-l);--dt-color-surface-info-opaque-hsla: hsl(var(--dt-color-surface-info-opaque-h) var(--dt-color-surface-info-opaque-s) var(--dt-color-surface-info-opaque-l) / var(--alpha, 29%));--dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / .29);--dt-color-surface-success-opaque-h: 137;--dt-color-surface-success-opaque-s: 72.5%;--dt-color-surface-success-opaque-l: 37.1%;--dt-color-surface-success-opaque-a: 26%;--dt-color-surface-success-opaque-hsl: var(--dt-color-surface-success-opaque-h) var(--dt-color-surface-success-opaque-s) var(--dt-color-surface-success-opaque-l);--dt-color-surface-success-opaque-hsla: hsl(var(--dt-color-surface-success-opaque-h) var(--dt-color-surface-success-opaque-s) var(--dt-color-surface-success-opaque-l) / var(--alpha, 26%));--dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / .26);--dt-color-surface-warning-opaque-h: 35.9;--dt-color-surface-warning-opaque-s: 66%;--dt-color-surface-warning-opaque-l: 49.6%;--dt-color-surface-warning-opaque-a: 48%;--dt-color-surface-warning-opaque-hsl: var(--dt-color-surface-warning-opaque-h) var(--dt-color-surface-warning-opaque-s) var(--dt-color-surface-warning-opaque-l);--dt-color-surface-warning-opaque-hsla: hsl(var(--dt-color-surface-warning-opaque-h) var(--dt-color-surface-warning-opaque-s) var(--dt-color-surface-warning-opaque-l) / var(--alpha, 48%));--dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / .48);--dt-color-surface-critical-opaque-h: 0;--dt-color-surface-critical-opaque-s: 88.7%;--dt-color-surface-critical-opaque-l: 38%;--dt-color-surface-critical-opaque-a: 32%;--dt-color-surface-critical-opaque-hsl: var(--dt-color-surface-critical-opaque-h) var(--dt-color-surface-critical-opaque-s) var(--dt-color-surface-critical-opaque-l);--dt-color-surface-critical-opaque-hsla: hsl(var(--dt-color-surface-critical-opaque-h) var(--dt-color-surface-critical-opaque-s) var(--dt-color-surface-critical-opaque-l) / var(--alpha, 32%));--dt-color-surface-critical-opaque: hsl(0 88.7% 38% / .32);--dt-color-surface-backdrop-h: 0;--dt-color-surface-backdrop-s: 0%;--dt-color-surface-backdrop-l: 0%;--dt-color-surface-backdrop-a: 70%;--dt-color-surface-backdrop-hsl: var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l);--dt-color-surface-backdrop-hsla: hsl(var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l) / var(--alpha, 70%));--dt-color-surface-backdrop: hsl(0 0% 0% / .7);--dt-color-surface-contrast-opaque-h: 0;--dt-color-surface-contrast-opaque-s: 0%;--dt-color-surface-contrast-opaque-l: 90.2%;--dt-color-surface-contrast-opaque-a: 96%;--dt-color-surface-contrast-opaque-hsl: var(--dt-color-surface-contrast-opaque-h) var(--dt-color-surface-contrast-opaque-s) var(--dt-color-surface-contrast-opaque-l);--dt-color-surface-contrast-opaque-hsla: hsl(var(--dt-color-surface-contrast-opaque-h) var(--dt-color-surface-contrast-opaque-s) var(--dt-color-surface-contrast-opaque-l) / var(--alpha, 96%));--dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / .96);--dt-color-surface-strong-opaque-h: 0;--dt-color-surface-strong-opaque-s: 0%;--dt-color-surface-strong-opaque-l: 90.2%;--dt-color-surface-strong-opaque-a: 65%;--dt-color-surface-strong-opaque-hsl: var(--dt-color-surface-strong-opaque-h) var(--dt-color-surface-strong-opaque-s) var(--dt-color-surface-strong-opaque-l);--dt-color-surface-strong-opaque-hsla: hsl(var(--dt-color-surface-strong-opaque-h) var(--dt-color-surface-strong-opaque-s) var(--dt-color-surface-strong-opaque-l) / var(--alpha, 65%));--dt-color-surface-strong-opaque: hsl(0 0% 90.2% / .65);--dt-color-surface-bold-opaque-h: 0;--dt-color-surface-bold-opaque-s: 0%;--dt-color-surface-bold-opaque-l: 90.2%;--dt-color-surface-bold-opaque-a: 27%;--dt-color-surface-bold-opaque-hsl: var(--dt-color-surface-bold-opaque-h) var(--dt-color-surface-bold-opaque-s) var(--dt-color-surface-bold-opaque-l);--dt-color-surface-bold-opaque-hsla: hsl(var(--dt-color-surface-bold-opaque-h) var(--dt-color-surface-bold-opaque-s) var(--dt-color-surface-bold-opaque-l) / var(--alpha, 27%));--dt-color-surface-bold-opaque: hsl(0 0% 90.2% / .27);--dt-color-surface-moderate-opaque-h: 0;--dt-color-surface-moderate-opaque-s: 0%;--dt-color-surface-moderate-opaque-l: 90.2%;--dt-color-surface-moderate-opaque-a: 15%;--dt-color-surface-moderate-opaque-hsl: var(--dt-color-surface-moderate-opaque-h) var(--dt-color-surface-moderate-opaque-s) var(--dt-color-surface-moderate-opaque-l);--dt-color-surface-moderate-opaque-hsla: hsl(var(--dt-color-surface-moderate-opaque-h) var(--dt-color-surface-moderate-opaque-s) var(--dt-color-surface-moderate-opaque-l) / var(--alpha, 15%));--dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / .15);--dt-color-surface-secondary-opaque-h: 0;--dt-color-surface-secondary-opaque-s: 0%;--dt-color-surface-secondary-opaque-l: 90.2%;--dt-color-surface-secondary-opaque-a: 6%;--dt-color-surface-secondary-opaque-hsl: var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l);--dt-color-surface-secondary-opaque-hsla: hsl(var(--dt-color-surface-secondary-opaque-h) var(--dt-color-surface-secondary-opaque-s) var(--dt-color-surface-secondary-opaque-l) / var(--alpha, 6%));--dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / .06);--dt-color-link-muted-inverted-hover-h: var(--dt-color-black-100-h);--dt-color-link-muted-inverted-hover-s: var(--dt-color-black-100-s);--dt-color-link-muted-inverted-hover-l: var(--dt-color-black-100-l);--dt-color-link-muted-inverted-hover-a: var(--dt-color-black-100-a);--dt-color-link-muted-inverted-hover-hsl: var(--dt-color-black-100-hsl);--dt-color-link-muted-inverted-hover-hsla: var(--dt-color-black-100-hsla);--dt-color-link-muted-inverted-hover: var(--dt-color-black-100);--dt-color-link-warning-inverted-hover-h: var(--dt-color-black-200-h);--dt-color-link-warning-inverted-hover-s: var(--dt-color-black-200-s);--dt-color-link-warning-inverted-hover-l: var(--dt-color-black-200-l);--dt-color-link-warning-inverted-hover-a: var(--dt-color-black-200-a);--dt-color-link-warning-inverted-hover-hsl: var(--dt-color-black-200-hsl);--dt-color-link-warning-inverted-hover-hsla: var(--dt-color-black-200-hsla);--dt-color-link-warning-inverted-hover: var(--dt-color-black-200);--dt-color-link-critical-inverted-hover-h: var(--dt-color-red-200-h);--dt-color-link-critical-inverted-hover-s: var(--dt-color-red-200-s);--dt-color-link-critical-inverted-hover-l: var(--dt-color-red-200-l);--dt-color-link-critical-inverted-hover-a: var(--dt-color-red-200-a);--dt-color-link-critical-inverted-hover-hsl: var(--dt-color-red-200-hsl);--dt-color-link-critical-inverted-hover-hsla: var(--dt-color-red-200-hsla);--dt-color-link-critical-inverted-hover: var(--dt-color-red-200);--dt-color-link-primary-inverted-hover-h: var(--dt-color-purple-200-h);--dt-color-link-primary-inverted-hover-s: var(--dt-color-purple-200-s);--dt-color-link-primary-inverted-hover-l: var(--dt-color-purple-200-l);--dt-color-link-primary-inverted-hover-a: var(--dt-color-purple-200-a);--dt-color-link-primary-inverted-hover-hsl: var(--dt-color-purple-200-hsl);--dt-color-link-primary-inverted-hover-hsla: var(--dt-color-purple-200-hsla);--dt-color-link-primary-inverted-hover: var(--dt-color-purple-200);--dt-color-link-warning-hover-h: var(--dt-color-gold-500-h);--dt-color-link-warning-hover-s: var(--dt-color-gold-500-s);--dt-color-link-warning-hover-l: var(--dt-color-gold-500-l);--dt-color-link-warning-hover-a: var(--dt-color-gold-500-a);--dt-color-link-warning-hover-hsl: var(--dt-color-gold-500-hsl);--dt-color-link-warning-hover-hsla: var(--dt-color-gold-500-hsla);--dt-color-link-warning-hover: var(--dt-color-gold-500);--dt-color-link-success-hover-h: var(--dt-color-green-500-h);--dt-color-link-success-hover-s: var(--dt-color-green-500-s);--dt-color-link-success-hover-l: var(--dt-color-green-500-l);--dt-color-link-success-hover-a: var(--dt-color-green-500-a);--dt-color-link-success-hover-hsl: var(--dt-color-green-500-hsl);--dt-color-link-success-hover-hsla: var(--dt-color-green-500-hsla);--dt-color-link-success-hover: var(--dt-color-green-500);--dt-color-link-critical-hover-h: var(--dt-color-red-500-h);--dt-color-link-critical-hover-s: var(--dt-color-red-500-s);--dt-color-link-critical-hover-l: var(--dt-color-red-500-l);--dt-color-link-critical-hover-a: var(--dt-color-red-500-a);--dt-color-link-critical-hover-hsl: var(--dt-color-red-500-hsl);--dt-color-link-critical-hover-hsla: var(--dt-color-red-500-hsla);--dt-color-link-critical-hover: var(--dt-color-red-500);--dt-color-link-primary-hover-h: var(--dt-color-purple-500-h);--dt-color-link-primary-hover-s: var(--dt-color-purple-500-s);--dt-color-link-primary-hover-l: var(--dt-color-purple-500-l);--dt-color-link-primary-hover-a: var(--dt-color-purple-500-a);--dt-color-link-primary-hover-hsl: var(--dt-color-purple-500-hsl);--dt-color-link-primary-hover-hsla: var(--dt-color-purple-500-hsla);--dt-color-link-primary-hover: var(--dt-color-purple-500);--dt-color-link-primary-inverted-h: var(--dt-color-purple-300-h);--dt-color-link-primary-inverted-s: var(--dt-color-purple-300-s);--dt-color-link-primary-inverted-l: var(--dt-color-purple-300-l);--dt-color-link-primary-inverted-a: var(--dt-color-purple-300-a);--dt-color-link-primary-inverted-hsl: var(--dt-color-purple-300-hsl);--dt-color-link-primary-inverted-hsla: var(--dt-color-purple-300-hsla);--dt-color-link-primary-inverted: var(--dt-color-purple-300);--dt-color-link-primary-h: 261;--dt-color-link-primary-s: 100%;--dt-color-link-primary-l: 78.2%;--dt-color-link-primary-a: 100%;--dt-color-link-primary-hsl: var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l);--dt-color-link-primary-hsla: hsl(var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l) / var(--alpha, 100%));--dt-color-link-primary: hsl(261 100% 78.2%);--dt-color-foreground-warning-inverted-h: var(--dt-color-gold-100-h);--dt-color-foreground-warning-inverted-s: var(--dt-color-gold-100-s);--dt-color-foreground-warning-inverted-l: var(--dt-color-gold-100-l);--dt-color-foreground-warning-inverted-a: var(--dt-color-gold-100-a);--dt-color-foreground-warning-inverted-hsl: var(--dt-color-gold-100-hsl);--dt-color-foreground-warning-inverted-hsla: var(--dt-color-gold-100-hsla);--dt-color-foreground-warning-inverted: var(--dt-color-gold-100);--dt-color-foreground-success-strong-inverted-h: var(--dt-color-green-100-h);--dt-color-foreground-success-strong-inverted-s: var(--dt-color-green-100-s);--dt-color-foreground-success-strong-inverted-l: var(--dt-color-green-100-l);--dt-color-foreground-success-strong-inverted-a: var(--dt-color-green-100-a);--dt-color-foreground-success-strong-inverted-hsl: var(--dt-color-green-100-hsl);--dt-color-foreground-success-strong-inverted-hsla: var(--dt-color-green-100-hsla);--dt-color-foreground-success-strong-inverted: var(--dt-color-green-100);--dt-color-foreground-success-inverted-h: var(--dt-color-green-200-h);--dt-color-foreground-success-inverted-s: var(--dt-color-green-200-s);--dt-color-foreground-success-inverted-l: var(--dt-color-green-200-l);--dt-color-foreground-success-inverted-a: var(--dt-color-green-200-a);--dt-color-foreground-success-inverted-hsl: var(--dt-color-green-200-hsl);--dt-color-foreground-success-inverted-hsla: var(--dt-color-green-200-hsla);--dt-color-foreground-success-inverted: var(--dt-color-green-200);--dt-color-foreground-critical-strong-inverted-h: var(--dt-color-red-200-h);--dt-color-foreground-critical-strong-inverted-s: var(--dt-color-red-200-s);--dt-color-foreground-critical-strong-inverted-l: var(--dt-color-red-200-l);--dt-color-foreground-critical-strong-inverted-a: var(--dt-color-red-200-a);--dt-color-foreground-critical-strong-inverted-hsl: var(--dt-color-red-200-hsl);--dt-color-foreground-critical-strong-inverted-hsla: var(--dt-color-red-200-hsla);--dt-color-foreground-critical-strong-inverted: var(--dt-color-red-200);--dt-color-foreground-critical-inverted-h: var(--dt-color-red-300-h);--dt-color-foreground-critical-inverted-s: var(--dt-color-red-300-s);--dt-color-foreground-critical-inverted-l: var(--dt-color-red-300-l);--dt-color-foreground-critical-inverted-a: var(--dt-color-red-300-a);--dt-color-foreground-critical-inverted-hsl: var(--dt-color-red-300-hsl);--dt-color-foreground-critical-inverted-hsla: var(--dt-color-red-300-hsla);--dt-color-foreground-critical-inverted: var(--dt-color-red-300);--dt-color-foreground-disabled-inverted-h: var(--dt-color-black-500-h);--dt-color-foreground-disabled-inverted-s: var(--dt-color-black-500-s);--dt-color-foreground-disabled-inverted-l: var(--dt-color-black-500-l);--dt-color-foreground-disabled-inverted-a: var(--dt-color-black-500-a);--dt-color-foreground-disabled-inverted-hsl: var(--dt-color-black-500-hsl);--dt-color-foreground-disabled-inverted-hsla: var(--dt-color-black-500-hsla);--dt-color-foreground-disabled-inverted: var(--dt-color-black-500);--dt-color-foreground-placeholder-inverted-h: var(--dt-color-black-500-h);--dt-color-foreground-placeholder-inverted-s: var(--dt-color-black-500-s);--dt-color-foreground-placeholder-inverted-l: var(--dt-color-black-500-l);--dt-color-foreground-placeholder-inverted-a: var(--dt-color-black-500-a);--dt-color-foreground-placeholder-inverted-hsl: var(--dt-color-black-500-hsl);--dt-color-foreground-placeholder-inverted-hsla: var(--dt-color-black-500-hsla);--dt-color-foreground-placeholder-inverted: var(--dt-color-black-500);--dt-color-foreground-muted-inverted-h: 0;--dt-color-foreground-muted-inverted-s: 0%;--dt-color-foreground-muted-inverted-l: 14.899999999999999%;--dt-color-foreground-muted-inverted-a: 60%;--dt-color-foreground-muted-inverted-hsl: var(--dt-color-foreground-muted-inverted-h) var(--dt-color-foreground-muted-inverted-s) var(--dt-color-foreground-muted-inverted-l);--dt-color-foreground-muted-inverted-hsla: hsl(var(--dt-color-foreground-muted-inverted-h) var(--dt-color-foreground-muted-inverted-s) var(--dt-color-foreground-muted-inverted-l) / var(--alpha, 60%));--dt-color-foreground-muted-inverted: hsl(0 0% 14.9% / .6);--dt-color-foreground-tertiary-inverted-h: var(--dt-color-black-400-h);--dt-color-foreground-tertiary-inverted-s: var(--dt-color-black-400-s);--dt-color-foreground-tertiary-inverted-l: var(--dt-color-black-400-l);--dt-color-foreground-tertiary-inverted-a: var(--dt-color-black-400-a);--dt-color-foreground-tertiary-inverted-hsl: var(--dt-color-black-400-hsl);--dt-color-foreground-tertiary-inverted-hsla: var(--dt-color-black-400-hsla);--dt-color-foreground-tertiary-inverted: var(--dt-color-black-400);--dt-color-foreground-secondary-inverted-h: var(--dt-color-black-300-h);--dt-color-foreground-secondary-inverted-s: var(--dt-color-black-300-s);--dt-color-foreground-secondary-inverted-l: var(--dt-color-black-300-l);--dt-color-foreground-secondary-inverted-a: var(--dt-color-black-300-a);--dt-color-foreground-secondary-inverted-hsl: var(--dt-color-black-300-hsl);--dt-color-foreground-secondary-inverted-hsla: var(--dt-color-black-300-hsla);--dt-color-foreground-secondary-inverted: var(--dt-color-black-300);--dt-color-foreground-primary-inverted-h: var(--dt-color-neutral-black-h);--dt-color-foreground-primary-inverted-s: var(--dt-color-neutral-black-s);--dt-color-foreground-primary-inverted-l: var(--dt-color-neutral-black-l);--dt-color-foreground-primary-inverted-a: var(--dt-color-neutral-black-a);--dt-color-foreground-primary-inverted-hsl: var(--dt-color-neutral-black-hsl);--dt-color-foreground-primary-inverted-hsla: var(--dt-color-neutral-black-hsla);--dt-color-foreground-primary-inverted: var(--dt-color-neutral-black);--dt-color-foreground-warning-h: var(--dt-color-gold-400-h);--dt-color-foreground-warning-s: var(--dt-color-gold-400-s);--dt-color-foreground-warning-l: var(--dt-color-gold-400-l);--dt-color-foreground-warning-a: var(--dt-color-gold-400-a);--dt-color-foreground-warning-hsl: var(--dt-color-gold-400-hsl);--dt-color-foreground-warning-hsla: var(--dt-color-gold-400-hsla);--dt-color-foreground-warning: var(--dt-color-gold-400);--dt-color-foreground-success-h: var(--dt-color-green-400-h);--dt-color-foreground-success-s: var(--dt-color-green-400-s);--dt-color-foreground-success-l: var(--dt-color-green-400-l);--dt-color-foreground-success-a: var(--dt-color-green-400-a);--dt-color-foreground-success-hsl: var(--dt-color-green-400-hsl);--dt-color-foreground-success-hsla: var(--dt-color-green-400-hsla);--dt-color-foreground-success: var(--dt-color-green-400);--dt-color-foreground-critical-h: var(--dt-color-red-400-h);--dt-color-foreground-critical-s: var(--dt-color-red-400-s);--dt-color-foreground-critical-l: var(--dt-color-red-400-l);--dt-color-foreground-critical-a: var(--dt-color-red-400-a);--dt-color-foreground-critical-hsl: var(--dt-color-red-400-hsl);--dt-color-foreground-critical-hsla: var(--dt-color-red-400-hsla);--dt-color-foreground-critical: var(--dt-color-red-400);--dt-color-foreground-disabled-h: var(--dt-color-black-600-h);--dt-color-foreground-disabled-s: var(--dt-color-black-600-s);--dt-color-foreground-disabled-l: var(--dt-color-black-600-l);--dt-color-foreground-disabled-a: var(--dt-color-black-600-a);--dt-color-foreground-disabled-hsl: var(--dt-color-black-600-hsl);--dt-color-foreground-disabled-hsla: var(--dt-color-black-600-hsla);--dt-color-foreground-disabled: var(--dt-color-black-600);--dt-color-foreground-placeholder-h: var(--dt-color-black-600-h);--dt-color-foreground-placeholder-s: var(--dt-color-black-600-s);--dt-color-foreground-placeholder-l: var(--dt-color-black-600-l);--dt-color-foreground-placeholder-a: var(--dt-color-black-600-a);--dt-color-foreground-placeholder-hsl: var(--dt-color-black-600-hsl);--dt-color-foreground-placeholder-hsla: var(--dt-color-black-600-hsla);--dt-color-foreground-placeholder: var(--dt-color-black-600);--dt-color-foreground-muted-h: 0;--dt-color-foreground-muted-s: 0%;--dt-color-foreground-muted-l: 83.1%;--dt-color-foreground-muted-a: 60%;--dt-color-foreground-muted-hsl: var(--dt-color-foreground-muted-h) var(--dt-color-foreground-muted-s) var(--dt-color-foreground-muted-l);--dt-color-foreground-muted-hsla: hsl(var(--dt-color-foreground-muted-h) var(--dt-color-foreground-muted-s) var(--dt-color-foreground-muted-l) / var(--alpha, 60%));--dt-color-foreground-muted: hsl(0 0% 83.1% / .6);--dt-color-foreground-tertiary-h: var(--dt-color-black-600-h);--dt-color-foreground-tertiary-s: var(--dt-color-black-600-s);--dt-color-foreground-tertiary-l: var(--dt-color-black-600-l);--dt-color-foreground-tertiary-a: var(--dt-color-black-600-a);--dt-color-foreground-tertiary-hsl: var(--dt-color-black-600-hsl);--dt-color-foreground-tertiary-hsla: var(--dt-color-black-600-hsla);--dt-color-foreground-tertiary: var(--dt-color-black-600);--dt-color-foreground-secondary-h: var(--dt-color-black-700-h);--dt-color-foreground-secondary-s: var(--dt-color-black-700-s);--dt-color-foreground-secondary-l: var(--dt-color-black-700-l);--dt-color-foreground-secondary-a: var(--dt-color-black-700-a);--dt-color-foreground-secondary-hsl: var(--dt-color-black-700-hsl);--dt-color-foreground-secondary-hsla: var(--dt-color-black-700-hsla);--dt-color-foreground-secondary: var(--dt-color-black-700);--dt-color-foreground-primary-h: var(--dt-color-black-900-h);--dt-color-foreground-primary-s: var(--dt-color-black-900-s);--dt-color-foreground-primary-l: var(--dt-color-black-900-l);--dt-color-foreground-primary-a: var(--dt-color-black-900-a);--dt-color-foreground-primary-hsl: var(--dt-color-black-900-hsl);--dt-color-foreground-primary-hsla: var(--dt-color-black-900-hsla);--dt-color-foreground-primary: var(--dt-color-black-900);--dt-size-border-focus: calc(var(--dt-size-border-200) + var(--dt-size-border-100));--dt-font-size-600: calc(var(--dt-font-size-root) * 10.5);--dt-font-size-500: calc(var(--dt-font-size-root) * 6.5);--dt-font-size-400: calc(var(--dt-font-size-root) * 4.1);--dt-font-size-300: calc(var(--dt-font-size-root) * 2.8);--dt-font-size-200: calc(var(--dt-font-size-root) * 2);--dt-font-size-100: calc(var(--dt-font-size-root) * 1.6);--dt-radio-color-border-checked-h: var(--dt-color-border-brand-h);--dt-radio-color-border-checked-s: var(--dt-color-border-brand-s);--dt-radio-color-border-checked-l: var(--dt-color-border-brand-l);--dt-radio-color-border-checked-a: var(--dt-color-border-brand-a);--dt-radio-color-border-checked-hsl: var(--dt-color-border-brand-hsl);--dt-radio-color-border-checked-hsla: var(--dt-color-border-brand-hsla);--dt-radio-color-border-checked: var(--dt-color-border-brand);--dt-radio-size-height: var(--dt-radio-size-width);--dt-icon-size-border-800: calc(var(--dt-icon-size-border-100) * 3.5);--dt-icon-size-border-700: calc(var(--dt-icon-size-border-100) * 2.75);--dt-icon-size-border-600: calc(var(--dt-icon-size-border-100) * 2.5);--dt-icon-size-border-400: calc(var(--dt-icon-size-border-100) * 1.75);--dt-icon-size-border-300: calc(var(--dt-icon-size-border-100) * 1.5);--dt-icon-size-border-200: calc(var(--dt-icon-size-border-100) * 1.25);--dt-icon-size-800: calc(var(--dt-size-base) * 6);--dt-icon-size-700: calc(var(--dt-size-base) * 4.75);--dt-icon-size-600: calc(var(--dt-size-base) * 4);--dt-icon-size-500: calc(var(--dt-size-base) * 3);--dt-icon-size-400: calc(var(--dt-size-base) * 2.5);--dt-icon-size-300: calc(var(--dt-size-base) * 2.25);--dt-icon-size-200: calc(var(--dt-size-base) * 1.75);--dt-icon-size-100: calc(var(--dt-size-base) * 1.5);--dt-checkbox-color-border-checked-h: var(--dt-color-border-brand-h);--dt-checkbox-color-border-checked-s: var(--dt-color-border-brand-s);--dt-checkbox-color-border-checked-l: var(--dt-color-border-brand-l);--dt-checkbox-color-border-checked-a: var(--dt-color-border-brand-a);--dt-checkbox-color-border-checked-hsl: var(--dt-color-border-brand-hsl);--dt-checkbox-color-border-checked-hsla: var(--dt-color-border-brand-hsla);--dt-checkbox-color-border-checked: var(--dt-color-border-brand);--dt-checkbox-size-radius: var(--dt-inputs-size-radius-xs);--dt-checkbox-size-height: var(--dt-checkbox-size-width);--dt-badge-color-border-default-h: var(--dt-color-border-subtle-h);--dt-badge-color-border-default-s: var(--dt-color-border-subtle-s);--dt-badge-color-border-default-l: var(--dt-color-border-subtle-l);--dt-badge-color-border-default-a: var(--dt-color-border-subtle-a);--dt-badge-color-border-default-hsl: var(--dt-color-border-subtle-hsl);--dt-badge-color-border-default-hsla: var(--dt-color-border-subtle-hsla);--dt-badge-color-border-default: var(--dt-color-border-subtle);--dt-badge-color-foreground-default-h: var(--dt-color-foreground-primary-h);--dt-badge-color-foreground-default-s: var(--dt-color-foreground-primary-s);--dt-badge-color-foreground-default-l: var(--dt-color-foreground-primary-l);--dt-badge-color-foreground-default-a: var(--dt-color-foreground-primary-a);--dt-badge-color-foreground-default-hsl: var(--dt-color-foreground-primary-hsl);--dt-badge-color-foreground-default-hsla: var(--dt-color-foreground-primary-hsla);--dt-badge-color-foreground-default: var(--dt-color-foreground-primary);--dt-badge-color-background-ai: var(--dt-color-gradient-magenta-purple);--dt-badge-color-background-critical-h: var(--dt-color-surface-critical-h);--dt-badge-color-background-critical-s: var(--dt-color-surface-critical-s);--dt-badge-color-background-critical-l: var(--dt-color-surface-critical-l);--dt-badge-color-background-critical-a: var(--dt-color-surface-critical-a);--dt-badge-color-background-critical-hsl: var(--dt-color-surface-critical-hsl);--dt-badge-color-background-critical-hsla: var(--dt-color-surface-critical-hsla);--dt-badge-color-background-critical: var(--dt-color-surface-critical);--dt-badge-color-background-warning-h: var(--dt-color-surface-warning-h);--dt-badge-color-background-warning-s: var(--dt-color-surface-warning-s);--dt-badge-color-background-warning-l: var(--dt-color-surface-warning-l);--dt-badge-color-background-warning-a: var(--dt-color-surface-warning-a);--dt-badge-color-background-warning-hsl: var(--dt-color-surface-warning-hsl);--dt-badge-color-background-warning-hsla: var(--dt-color-surface-warning-hsla);--dt-badge-color-background-warning: var(--dt-color-surface-warning);--dt-badge-color-background-success-h: var(--dt-color-surface-success-h);--dt-badge-color-background-success-s: var(--dt-color-surface-success-s);--dt-badge-color-background-success-l: var(--dt-color-surface-success-l);--dt-badge-color-background-success-a: var(--dt-color-surface-success-a);--dt-badge-color-background-success-hsl: var(--dt-color-surface-success-hsl);--dt-badge-color-background-success-hsla: var(--dt-color-surface-success-hsla);--dt-badge-color-background-success: var(--dt-color-surface-success);--dt-badge-color-background-info-h: var(--dt-color-surface-info-h);--dt-badge-color-background-info-s: var(--dt-color-surface-info-s);--dt-badge-color-background-info-l: var(--dt-color-surface-info-l);--dt-badge-color-background-info-a: var(--dt-color-surface-info-a);--dt-badge-color-background-info-hsl: var(--dt-color-surface-info-hsl);--dt-badge-color-background-info-hsla: var(--dt-color-surface-info-hsla);--dt-badge-color-background-info: var(--dt-color-surface-info);--dt-badge-color-background-default-h: var(--dt-color-surface-moderate-opaque-h);--dt-badge-color-background-default-s: var(--dt-color-surface-moderate-opaque-s);--dt-badge-color-background-default-l: var(--dt-color-surface-moderate-opaque-l);--dt-badge-color-background-default-a: var(--dt-color-surface-moderate-opaque-a);--dt-badge-color-background-default-hsl: var(--dt-color-surface-moderate-opaque-hsl);--dt-badge-color-background-default-hsla: var(--dt-color-surface-moderate-opaque-hsla);--dt-badge-color-background-default: var(--dt-color-surface-moderate-opaque);--dt-theme-mention-color-foreground-strong-h: var(--dt-color-foreground-primary-inverted-h);--dt-theme-mention-color-foreground-strong-s: var(--dt-color-foreground-primary-inverted-s);--dt-theme-mention-color-foreground-strong-l: var(--dt-color-foreground-primary-inverted-l);--dt-theme-mention-color-foreground-strong-a: var(--dt-color-foreground-primary-inverted-a);--dt-theme-mention-color-foreground-strong-hsl: var(--dt-color-foreground-primary-inverted-hsl);--dt-theme-mention-color-foreground-strong-hsla: var(--dt-color-foreground-primary-inverted-hsla);--dt-theme-mention-color-foreground-strong: var(--dt-color-foreground-primary-inverted);--dt-theme-sidebar-section-color-foreground-h: var(--dt-color-foreground-tertiary-h);--dt-theme-sidebar-section-color-foreground-s: var(--dt-color-foreground-tertiary-s);--dt-theme-sidebar-section-color-foreground-l: var(--dt-color-foreground-tertiary-l);--dt-theme-sidebar-section-color-foreground-a: var(--dt-color-foreground-tertiary-a);--dt-theme-sidebar-section-color-foreground-hsl: var(--dt-color-foreground-tertiary-hsl);--dt-theme-sidebar-section-color-foreground-hsla: var(--dt-color-foreground-tertiary-hsla);--dt-theme-sidebar-section-color-foreground: var(--dt-color-foreground-tertiary);--dt-theme-sidebar-selected-row-color-background-h: 0;--dt-theme-sidebar-selected-row-color-background-s: 0%;--dt-theme-sidebar-selected-row-color-background-l: 90.2%;--dt-theme-sidebar-selected-row-color-background-a: 20%;--dt-theme-sidebar-selected-row-color-background-hsl: var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l);--dt-theme-sidebar-selected-row-color-background-hsla: hsl(var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l) / var(--alpha, 20%));--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / .2);--dt-theme-sidebar-selected-row-color-foreground-h: var(--dt-color-foreground-primary-h);--dt-theme-sidebar-selected-row-color-foreground-s: var(--dt-color-foreground-primary-s);--dt-theme-sidebar-selected-row-color-foreground-l: var(--dt-color-foreground-primary-l);--dt-theme-sidebar-selected-row-color-foreground-a: var(--dt-color-foreground-primary-a);--dt-theme-sidebar-selected-row-color-foreground-hsl: var(--dt-color-foreground-primary-hsl);--dt-theme-sidebar-selected-row-color-foreground-hsla: var(--dt-color-foreground-primary-hsla);--dt-theme-sidebar-selected-row-color-foreground: var(--dt-color-foreground-primary);--dt-theme-sidebar-row-color-background-active-h: 0;--dt-theme-sidebar-row-color-background-active-s: 0%;--dt-theme-sidebar-row-color-background-active-l: 90.2%;--dt-theme-sidebar-row-color-background-active-a: 24%;--dt-theme-sidebar-row-color-background-active-hsl: var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l);--dt-theme-sidebar-row-color-background-active-hsla: hsl(var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l) / var(--alpha, 24%));--dt-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / .24);--dt-theme-sidebar-row-color-background-hover-h: 0;--dt-theme-sidebar-row-color-background-hover-s: 0%;--dt-theme-sidebar-row-color-background-hover-l: 90.2%;--dt-theme-sidebar-row-color-background-hover-a: 18%;--dt-theme-sidebar-row-color-background-hover-hsl: var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l);--dt-theme-sidebar-row-color-background-hover-hsla: hsl(var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l) / var(--alpha, 18%));--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / .18);--dt-theme-sidebar-row-color-background-h: 0;--dt-theme-sidebar-row-color-background-s: 0%;--dt-theme-sidebar-row-color-background-l: 90.2%;--dt-theme-sidebar-row-color-background-a: 0%;--dt-theme-sidebar-row-color-background-hsl: var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l);--dt-theme-sidebar-row-color-background-hsla: hsl(var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l) / var(--alpha, 0%));--dt-theme-sidebar-row-color-background: hsl(0 0% 90.2% / 0);--dt-theme-sidebar-status-color-foreground-h: var(--dt-color-foreground-tertiary-h);--dt-theme-sidebar-status-color-foreground-s: var(--dt-color-foreground-tertiary-s);--dt-theme-sidebar-status-color-foreground-l: var(--dt-color-foreground-tertiary-l);--dt-theme-sidebar-status-color-foreground-a: var(--dt-color-foreground-tertiary-a);--dt-theme-sidebar-status-color-foreground-hsl: var(--dt-color-foreground-tertiary-hsl);--dt-theme-sidebar-status-color-foreground-hsla: var(--dt-color-foreground-tertiary-hsla);--dt-theme-sidebar-status-color-foreground: var(--dt-color-foreground-tertiary);--dt-theme-sidebar-color-foreground-unread-h: var(--dt-color-foreground-primary-h);--dt-theme-sidebar-color-foreground-unread-s: var(--dt-color-foreground-primary-s);--dt-theme-sidebar-color-foreground-unread-l: var(--dt-color-foreground-primary-l);--dt-theme-sidebar-color-foreground-unread-a: var(--dt-color-foreground-primary-a);--dt-theme-sidebar-color-foreground-unread-hsl: var(--dt-color-foreground-primary-hsl);--dt-theme-sidebar-color-foreground-unread-hsla: var(--dt-color-foreground-primary-hsla);--dt-theme-sidebar-color-foreground-unread: var(--dt-color-foreground-primary);--dt-theme-sidebar-color-foreground-h: var(--dt-color-foreground-secondary-h);--dt-theme-sidebar-color-foreground-s: var(--dt-color-foreground-secondary-s);--dt-theme-sidebar-color-foreground-l: var(--dt-color-foreground-secondary-l);--dt-theme-sidebar-color-foreground-a: var(--dt-color-foreground-secondary-a);--dt-theme-sidebar-color-foreground-hsl: var(--dt-color-foreground-secondary-hsl);--dt-theme-sidebar-color-foreground-hsla: var(--dt-color-foreground-secondary-hsla);--dt-theme-sidebar-color-foreground: var(--dt-color-foreground-secondary);--dt-theme-topbar-profile-color-background-active-h: 0;--dt-theme-topbar-profile-color-background-active-s: 0%;--dt-theme-topbar-profile-color-background-active-l: 90.2%;--dt-theme-topbar-profile-color-background-active-a: 14%;--dt-theme-topbar-profile-color-background-active-hsl: var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l);--dt-theme-topbar-profile-color-background-active-hsla: hsl(var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l) / var(--alpha, 14%));--dt-theme-topbar-profile-color-background-active: hsl(0 0% 90.2% / .14);--dt-theme-topbar-profile-color-background-hover-h: 0;--dt-theme-topbar-profile-color-background-hover-s: 0%;--dt-theme-topbar-profile-color-background-hover-l: 90.2%;--dt-theme-topbar-profile-color-background-hover-a: 10%;--dt-theme-topbar-profile-color-background-hover-hsl: var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l);--dt-theme-topbar-profile-color-background-hover-hsla: hsl(var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l) / var(--alpha, 10%));--dt-theme-topbar-profile-color-background-hover: hsl(0 0% 90.2% / .1);--dt-theme-topbar-profile-color-background-inverted-h: 0;--dt-theme-topbar-profile-color-background-inverted-s: 0%;--dt-theme-topbar-profile-color-background-inverted-l: 90.2%;--dt-theme-topbar-profile-color-background-inverted-a: 75%;--dt-theme-topbar-profile-color-background-inverted-hsl: var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l);--dt-theme-topbar-profile-color-background-inverted-hsla: hsl(var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l) / var(--alpha, 75%));--dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 90.2% / .75);--dt-theme-topbar-profile-color-background-h: 0;--dt-theme-topbar-profile-color-background-s: 0%;--dt-theme-topbar-profile-color-background-l: 90.2%;--dt-theme-topbar-profile-color-background-a: 5%;--dt-theme-topbar-profile-color-background-hsl: var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l);--dt-theme-topbar-profile-color-background-hsla: hsl(var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l) / var(--alpha, 5%));--dt-theme-topbar-profile-color-background: hsl(0 0% 90.2% / .05);--dt-theme-topbar-profile-color-foreground-inverted-h: 0;--dt-theme-topbar-profile-color-foreground-inverted-s: 0%;--dt-theme-topbar-profile-color-foreground-inverted-l: 0%;--dt-theme-topbar-profile-color-foreground-inverted-a: 75%;--dt-theme-topbar-profile-color-foreground-inverted-hsl: var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l);--dt-theme-topbar-profile-color-foreground-inverted-hsla: hsl(var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l) / var(--alpha, 75%));--dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / .75);--dt-theme-topbar-button-color-background-active-h: 0;--dt-theme-topbar-button-color-background-active-s: 0%;--dt-theme-topbar-button-color-background-active-l: 90.2%;--dt-theme-topbar-button-color-background-active-a: 10%;--dt-theme-topbar-button-color-background-active-hsl: var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l);--dt-theme-topbar-button-color-background-active-hsla: hsl(var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l) / var(--alpha, 10%));--dt-theme-topbar-button-color-background-active: hsl(0 0% 90.2% / .1);--dt-theme-topbar-button-color-background-hover-h: 0;--dt-theme-topbar-button-color-background-hover-s: 0%;--dt-theme-topbar-button-color-background-hover-l: 90.2%;--dt-theme-topbar-button-color-background-hover-a: 15%;--dt-theme-topbar-button-color-background-hover-hsl: var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l);--dt-theme-topbar-button-color-background-hover-hsla: hsl(var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l) / var(--alpha, 15%));--dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / .15);--dt-theme-topbar-button-color-background-h: 0;--dt-theme-topbar-button-color-background-s: 0%;--dt-theme-topbar-button-color-background-l: 90.2%;--dt-theme-topbar-button-color-background-a: 0%;--dt-theme-topbar-button-color-background-hsl: var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l);--dt-theme-topbar-button-color-background-hsla: hsl(var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l) / var(--alpha, 0%));--dt-theme-topbar-button-color-background: hsl(0 0% 90.2% / 0);--dt-theme-topbar-button-color-foreground-hover-h: var(--dt-theme-color-base-h);--dt-theme-topbar-button-color-foreground-hover-s: var(--dt-theme-color-base-s);--dt-theme-topbar-button-color-foreground-hover-l: var(--dt-theme-color-base-l);--dt-theme-topbar-button-color-foreground-hover-a: var(--dt-theme-color-base-a);--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-theme-color-base-hsl);--dt-theme-topbar-button-color-foreground-hover-hsla: var(--dt-theme-color-base-hsla);--dt-theme-topbar-button-color-foreground-hover: var(--dt-theme-color-base);--dt-theme-topbar-button-color-foreground-h: 0;--dt-theme-topbar-button-color-foreground-s: 0%;--dt-theme-topbar-button-color-foreground-l: 90.2%;--dt-theme-topbar-button-color-foreground-a: 65%;--dt-theme-topbar-button-color-foreground-hsl: var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l);--dt-theme-topbar-button-color-foreground-hsla: hsl(var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l) / var(--alpha, 65%));--dt-theme-topbar-button-color-foreground: hsl(0 0% 90.2% / .65);--dt-theme-topbar-field-color-border-active-h: 0;--dt-theme-topbar-field-color-border-active-s: 0%;--dt-theme-topbar-field-color-border-active-l: 90.2%;--dt-theme-topbar-field-color-border-active-a: 20%;--dt-theme-topbar-field-color-border-active-hsl: var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l);--dt-theme-topbar-field-color-border-active-hsla: hsl(var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l) / var(--alpha, 20%));--dt-theme-topbar-field-color-border-active: hsl(0 0% 90.2% / .2);--dt-theme-topbar-field-color-border-hover-h: 0;--dt-theme-topbar-field-color-border-hover-s: 0%;--dt-theme-topbar-field-color-border-hover-l: 90.2%;--dt-theme-topbar-field-color-border-hover-a: 10%;--dt-theme-topbar-field-color-border-hover-hsl: var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l);--dt-theme-topbar-field-color-border-hover-hsla: hsl(var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l) / var(--alpha, 10%));--dt-theme-topbar-field-color-border-hover: hsl(0 0% 90.2% / .1);--dt-theme-topbar-field-color-border-h: 0;--dt-theme-topbar-field-color-border-s: 0%;--dt-theme-topbar-field-color-border-l: 90.2%;--dt-theme-topbar-field-color-border-a: 0%;--dt-theme-topbar-field-color-border-hsl: var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l);--dt-theme-topbar-field-color-border-hsla: hsl(var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l) / var(--alpha, 0%));--dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);--dt-theme-topbar-field-color-background-h: 0;--dt-theme-topbar-field-color-background-s: 0%;--dt-theme-topbar-field-color-background-l: 90.2%;--dt-theme-topbar-field-color-background-a: 5%;--dt-theme-topbar-field-color-background-hsl: var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l);--dt-theme-topbar-field-color-background-hsla: hsl(var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l) / var(--alpha, 5%));--dt-theme-topbar-field-color-background: hsl(0 0% 90.2% / .05);--dt-theme-topbar-field-color-foreground-hover-h: 0;--dt-theme-topbar-field-color-foreground-hover-s: 0%;--dt-theme-topbar-field-color-foreground-hover-l: 90.2%;--dt-theme-topbar-field-color-foreground-hover-a: 75%;--dt-theme-topbar-field-color-foreground-hover-hsl: var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l);--dt-theme-topbar-field-color-foreground-hover-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l) / var(--alpha, 75%));--dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 90.2% / .75);--dt-theme-topbar-field-color-foreground-h: 0;--dt-theme-topbar-field-color-foreground-s: 0%;--dt-theme-topbar-field-color-foreground-l: 90.2%;--dt-theme-topbar-field-color-foreground-a: 50%;--dt-theme-topbar-field-color-foreground-hsl: var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l);--dt-theme-topbar-field-color-foreground-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l) / var(--alpha, 50%));--dt-theme-topbar-field-color-foreground: hsl(0 0% 90.2% / .5);--dt-theme-topbar-color-background-h: var(--dt-color-surface-secondary-h);--dt-theme-topbar-color-background-s: var(--dt-color-surface-secondary-s);--dt-theme-topbar-color-background-l: var(--dt-color-surface-secondary-l);--dt-theme-topbar-color-background-a: var(--dt-color-surface-secondary-a);--dt-theme-topbar-color-background-hsl: var(--dt-color-surface-secondary-hsl);--dt-theme-topbar-color-background-hsla: var(--dt-color-surface-secondary-hsla);--dt-theme-topbar-color-background: var(--dt-color-surface-secondary);--dt-theme-topbar-color-foreground-h: 0;--dt-theme-topbar-color-foreground-s: 0%;--dt-theme-topbar-color-foreground-l: 90.2%;--dt-theme-topbar-color-foreground-a: 75%;--dt-theme-topbar-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l);--dt-theme-topbar-color-foreground-hsla: hsl(var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l) / var(--alpha, 75%));--dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / .75);--dt-action-color-border-muted-outlined-default-h: var(--dt-color-border-moderate-h);--dt-action-color-border-muted-outlined-default-s: var(--dt-color-border-moderate-s);--dt-action-color-border-muted-outlined-default-l: var(--dt-color-border-moderate-l);--dt-action-color-border-muted-outlined-default-a: var(--dt-color-border-moderate-a);--dt-action-color-border-muted-outlined-default-hsl: var(--dt-color-border-moderate-hsl);--dt-action-color-border-muted-outlined-default-hsla: var(--dt-color-border-moderate-hsla);--dt-action-color-border-muted-outlined-default: var(--dt-color-border-moderate);--dt-action-color-border-inverted-outlined-default-h: var(--dt-color-border-moderate-inverted-h);--dt-action-color-border-inverted-outlined-default-s: var(--dt-color-border-moderate-inverted-s);--dt-action-color-border-inverted-outlined-default-l: var(--dt-color-border-moderate-inverted-l);--dt-action-color-border-inverted-outlined-default-a: var(--dt-color-border-moderate-inverted-a);--dt-action-color-border-inverted-outlined-default-hsl: var(--dt-color-border-moderate-inverted-hsl);--dt-action-color-border-inverted-outlined-default-hsla: var(--dt-color-border-moderate-inverted-hsla);--dt-action-color-border-inverted-outlined-default: var(--dt-color-border-moderate-inverted);--dt-action-color-border-critical-outlined-default-h: var(--dt-color-border-critical-h);--dt-action-color-border-critical-outlined-default-s: var(--dt-color-border-critical-s);--dt-action-color-border-critical-outlined-default-l: var(--dt-color-border-critical-l);--dt-action-color-border-critical-outlined-default-a: var(--dt-color-border-critical-a);--dt-action-color-border-critical-outlined-default-hsl: var(--dt-color-border-critical-hsl);--dt-action-color-border-critical-outlined-default-hsla: var(--dt-color-border-critical-hsla);--dt-action-color-border-critical-outlined-default: var(--dt-color-border-critical);--dt-action-color-background-positive-primary-active-h: 112;--dt-action-color-background-positive-primary-active-s: 100%;--dt-action-color-background-positive-primary-active-l: 68.8%;--dt-action-color-background-positive-primary-active-a: 100%;--dt-action-color-background-positive-primary-active-hsl: var(--dt-action-color-background-positive-primary-active-h) var(--dt-action-color-background-positive-primary-active-s) var(--dt-action-color-background-positive-primary-active-l);--dt-action-color-background-positive-primary-active-hsla: hsl(var(--dt-action-color-background-positive-primary-active-h) var(--dt-action-color-background-positive-primary-active-s) var(--dt-action-color-background-positive-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-positive-primary-active: hsl(112 100% 68.8%);--dt-action-color-background-positive-primary-hover-h: 112;--dt-action-color-background-positive-primary-hover-s: 100%;--dt-action-color-background-positive-primary-hover-l: 73.8%;--dt-action-color-background-positive-primary-hover-a: 100%;--dt-action-color-background-positive-primary-hover-hsl: var(--dt-action-color-background-positive-primary-hover-h) var(--dt-action-color-background-positive-primary-hover-s) var(--dt-action-color-background-positive-primary-hover-l);--dt-action-color-background-positive-primary-hover-hsla: hsl(var(--dt-action-color-background-positive-primary-hover-h) var(--dt-action-color-background-positive-primary-hover-s) var(--dt-action-color-background-positive-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-positive-primary-hover: hsl(112 100% 73.8%);--dt-action-color-background-inverted-primary-default-h: var(--dt-color-surface-primary-h);--dt-action-color-background-inverted-primary-default-s: var(--dt-color-surface-primary-s);--dt-action-color-background-inverted-primary-default-l: var(--dt-color-surface-primary-l);--dt-action-color-background-inverted-primary-default-a: var(--dt-color-surface-primary-a);--dt-action-color-background-inverted-primary-default-hsl: var(--dt-color-surface-primary-hsl);--dt-action-color-background-inverted-primary-default-hsla: var(--dt-color-surface-primary-hsla);--dt-action-color-background-inverted-primary-default: var(--dt-color-surface-primary);--dt-action-color-background-inverted-active-h: 0;--dt-action-color-background-inverted-active-s: 0%;--dt-action-color-background-inverted-active-l: 12%;--dt-action-color-background-inverted-active-a: 30%;--dt-action-color-background-inverted-active-hsl: var(--dt-action-color-background-inverted-active-h) var(--dt-action-color-background-inverted-active-s) var(--dt-action-color-background-inverted-active-l);--dt-action-color-background-inverted-active-hsla: hsl(var(--dt-action-color-background-inverted-active-h) var(--dt-action-color-background-inverted-active-s) var(--dt-action-color-background-inverted-active-l) / var(--alpha, 30%));--dt-action-color-background-inverted-active: hsl(0 0% 12% / .3);--dt-action-color-background-inverted-hover-h: 0;--dt-action-color-background-inverted-hover-s: 0%;--dt-action-color-background-inverted-hover-l: 12%;--dt-action-color-background-inverted-hover-a: 15%;--dt-action-color-background-inverted-hover-hsl: var(--dt-action-color-background-inverted-hover-h) var(--dt-action-color-background-inverted-hover-s) var(--dt-action-color-background-inverted-hover-l);--dt-action-color-background-inverted-hover-hsla: hsl(var(--dt-action-color-background-inverted-hover-h) var(--dt-action-color-background-inverted-hover-s) var(--dt-action-color-background-inverted-hover-l) / var(--alpha, 15%));--dt-action-color-background-inverted-hover: hsl(0 0% 12% / .15);--dt-action-color-background-critical-primary-active-h: 0;--dt-action-color-background-critical-primary-active-s: 88.8%;--dt-action-color-background-critical-primary-active-l: 43.1%;--dt-action-color-background-critical-primary-active-a: 100%;--dt-action-color-background-critical-primary-active-hsl: var(--dt-action-color-background-critical-primary-active-h) var(--dt-action-color-background-critical-primary-active-s) var(--dt-action-color-background-critical-primary-active-l);--dt-action-color-background-critical-primary-active-hsla: hsl(var(--dt-action-color-background-critical-primary-active-h) var(--dt-action-color-background-critical-primary-active-s) var(--dt-action-color-background-critical-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-critical-primary-active: hsl(0 88.8% 43.1%);--dt-action-color-background-critical-primary-hover-h: 0;--dt-action-color-background-critical-primary-hover-s: 88.8%;--dt-action-color-background-critical-primary-hover-l: 45.1%;--dt-action-color-background-critical-primary-hover-a: 100%;--dt-action-color-background-critical-primary-hover-hsl: var(--dt-action-color-background-critical-primary-hover-h) var(--dt-action-color-background-critical-primary-hover-s) var(--dt-action-color-background-critical-primary-hover-l);--dt-action-color-background-critical-primary-hover-hsla: hsl(var(--dt-action-color-background-critical-primary-hover-h) var(--dt-action-color-background-critical-primary-hover-s) var(--dt-action-color-background-critical-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-critical-primary-hover: hsl(0 88.8% 45.1%);--dt-action-color-background-base-primary-active-h: 255;--dt-action-color-background-base-primary-active-s: 100%;--dt-action-color-background-base-primary-active-l: 60.8%;--dt-action-color-background-base-primary-active-a: 100%;--dt-action-color-background-base-primary-active-hsl: var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l);--dt-action-color-background-base-primary-active-hsla: hsl(var(--dt-action-color-background-base-primary-active-h) var(--dt-action-color-background-base-primary-active-s) var(--dt-action-color-background-base-primary-active-l) / var(--alpha, 100%));--dt-action-color-background-base-primary-active: hsl(255 100% 60.8%);--dt-action-color-background-base-primary-hover-h: 255;--dt-action-color-background-base-primary-hover-s: 100%;--dt-action-color-background-base-primary-hover-l: 63.4%;--dt-action-color-background-base-primary-hover-a: 100%;--dt-action-color-background-base-primary-hover-hsl: var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l);--dt-action-color-background-base-primary-hover-hsla: hsl(var(--dt-action-color-background-base-primary-hover-h) var(--dt-action-color-background-base-primary-hover-s) var(--dt-action-color-background-base-primary-hover-l) / var(--alpha, 100%));--dt-action-color-background-base-primary-hover: hsl(255 100% 63.4%);--dt-action-color-foreground-positive-default-h: var(--dt-color-foreground-success-h);--dt-action-color-foreground-positive-default-s: var(--dt-color-foreground-success-s);--dt-action-color-foreground-positive-default-l: var(--dt-color-foreground-success-l);--dt-action-color-foreground-positive-default-a: var(--dt-color-foreground-success-a);--dt-action-color-foreground-positive-default-hsl: var(--dt-color-foreground-success-hsl);--dt-action-color-foreground-positive-default-hsla: var(--dt-color-foreground-success-hsla);--dt-action-color-foreground-positive-default: var(--dt-color-foreground-success);--dt-action-color-foreground-disabled-default-h: var(--dt-color-foreground-disabled-h);--dt-action-color-foreground-disabled-default-s: var(--dt-color-foreground-disabled-s);--dt-action-color-foreground-disabled-default-l: var(--dt-color-foreground-disabled-l);--dt-action-color-foreground-disabled-default-a: var(--dt-color-foreground-disabled-a);--dt-action-color-foreground-disabled-default-hsl: var(--dt-color-foreground-disabled-hsl);--dt-action-color-foreground-disabled-default-hsla: var(--dt-color-foreground-disabled-hsla);--dt-action-color-foreground-disabled-default: var(--dt-color-foreground-disabled);--dt-action-color-foreground-muted-default-h: var(--dt-color-foreground-secondary-h);--dt-action-color-foreground-muted-default-s: var(--dt-color-foreground-secondary-s);--dt-action-color-foreground-muted-default-l: var(--dt-color-foreground-secondary-l);--dt-action-color-foreground-muted-default-a: var(--dt-color-foreground-secondary-a);--dt-action-color-foreground-muted-default-hsl: var(--dt-color-foreground-secondary-hsl);--dt-action-color-foreground-muted-default-hsla: var(--dt-color-foreground-secondary-hsla);--dt-action-color-foreground-muted-default: var(--dt-color-foreground-secondary);--dt-action-color-foreground-inverted-primary-active-h: var(--dt-action-color-foreground-inverted-primary-hover-h);--dt-action-color-foreground-inverted-primary-active-s: var(--dt-action-color-foreground-inverted-primary-hover-s);--dt-action-color-foreground-inverted-primary-active-l: var(--dt-action-color-foreground-inverted-primary-hover-l);--dt-action-color-foreground-inverted-primary-active-a: var(--dt-action-color-foreground-inverted-primary-hover-a);--dt-action-color-foreground-inverted-primary-active-hsl: var(--dt-action-color-foreground-inverted-primary-hover-hsl);--dt-action-color-foreground-inverted-primary-active-hsla: var(--dt-action-color-foreground-inverted-primary-hover-hsla);--dt-action-color-foreground-inverted-primary-active: var(--dt-action-color-foreground-inverted-primary-hover);--dt-action-color-foreground-inverted-default-h: var(--dt-color-foreground-primary-inverted-h);--dt-action-color-foreground-inverted-default-s: var(--dt-color-foreground-primary-inverted-s);--dt-action-color-foreground-inverted-default-l: var(--dt-color-foreground-primary-inverted-l);--dt-action-color-foreground-inverted-default-a: var(--dt-color-foreground-primary-inverted-a);--dt-action-color-foreground-inverted-default-hsl: var(--dt-color-foreground-primary-inverted-hsl);--dt-action-color-foreground-inverted-default-hsla: var(--dt-color-foreground-primary-inverted-hsla);--dt-action-color-foreground-inverted-default: var(--dt-color-foreground-primary-inverted);--dt-action-color-foreground-critical-hover-h: 1.7695919260292985;--dt-action-color-foreground-critical-hover-s: 108.85687503902494%;--dt-action-color-foreground-critical-hover-l: 82.56139108254546%;--dt-action-color-foreground-critical-hover-a: 100%;--dt-action-color-foreground-critical-hover-hsl: var(--dt-action-color-foreground-critical-hover-h) var(--dt-action-color-foreground-critical-hover-s) var(--dt-action-color-foreground-critical-hover-l);--dt-action-color-foreground-critical-hover-hsla: hsl(var(--dt-action-color-foreground-critical-hover-h) var(--dt-action-color-foreground-critical-hover-s) var(--dt-action-color-foreground-critical-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-critical-hover: lch(77.4 39.2 25.4);--dt-action-color-foreground-critical-default-h: var(--dt-color-foreground-critical-h);--dt-action-color-foreground-critical-default-s: var(--dt-color-foreground-critical-s);--dt-action-color-foreground-critical-default-l: var(--dt-color-foreground-critical-l);--dt-action-color-foreground-critical-default-a: var(--dt-color-foreground-critical-a);--dt-action-color-foreground-critical-default-hsl: var(--dt-color-foreground-critical-hsl);--dt-action-color-foreground-critical-default-hsla: var(--dt-color-foreground-critical-hsla);--dt-action-color-foreground-critical-default: var(--dt-color-foreground-critical);--dt-action-color-foreground-base-hover-h: 262.2079633452932;--dt-action-color-foreground-base-hover-s: 101.5011114591279%;--dt-action-color-foreground-base-hover-l: 79.84864877805049%;--dt-action-color-foreground-base-hover-a: 100%;--dt-action-color-foreground-base-hover-hsl: var(--dt-action-color-foreground-base-hover-h) var(--dt-action-color-foreground-base-hover-s) var(--dt-action-color-foreground-base-hover-l);--dt-action-color-foreground-base-hover-hsla: hsl(var(--dt-action-color-foreground-base-hover-h) var(--dt-action-color-foreground-base-hover-s) var(--dt-action-color-foreground-base-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-base-hover: lch(69.4 56.1 303);--dt-inputs-color-border-warning-h: var(--dt-color-border-warning-h);--dt-inputs-color-border-warning-s: var(--dt-color-border-warning-s);--dt-inputs-color-border-warning-l: var(--dt-color-border-warning-l);--dt-inputs-color-border-warning-a: var(--dt-color-border-warning-a);--dt-inputs-color-border-warning-hsl: var(--dt-color-border-warning-hsl);--dt-inputs-color-border-warning-hsla: var(--dt-color-border-warning-hsla);--dt-inputs-color-border-warning: var(--dt-color-border-warning);--dt-inputs-color-border-success-h: var(--dt-color-border-success-h);--dt-inputs-color-border-success-s: var(--dt-color-border-success-s);--dt-inputs-color-border-success-l: var(--dt-color-border-success-l);--dt-inputs-color-border-success-a: var(--dt-color-border-success-a);--dt-inputs-color-border-success-hsl: var(--dt-color-border-success-hsl);--dt-inputs-color-border-success-hsla: var(--dt-color-border-success-hsla);--dt-inputs-color-border-success: var(--dt-color-border-success);--dt-inputs-color-border-critical-h: var(--dt-color-border-critical-h);--dt-inputs-color-border-critical-s: var(--dt-color-border-critical-s);--dt-inputs-color-border-critical-l: var(--dt-color-border-critical-l);--dt-inputs-color-border-critical-a: var(--dt-color-border-critical-a);--dt-inputs-color-border-critical-hsl: var(--dt-color-border-critical-hsl);--dt-inputs-color-border-critical-hsla: var(--dt-color-border-critical-hsla);--dt-inputs-color-border-critical: var(--dt-color-border-critical);--dt-inputs-color-border-focus-h: var(--dt-color-border-focus-h);--dt-inputs-color-border-focus-s: var(--dt-color-border-focus-s);--dt-inputs-color-border-focus-l: var(--dt-color-border-focus-l);--dt-inputs-color-border-focus-a: var(--dt-color-border-focus-a);--dt-inputs-color-border-focus-hsl: var(--dt-color-border-focus-hsl);--dt-inputs-color-border-focus-hsla: var(--dt-color-border-focus-hsla);--dt-inputs-color-border-focus: var(--dt-color-border-focus);--dt-inputs-color-border-default-h: var(--dt-color-border-subtle-h);--dt-inputs-color-border-default-s: var(--dt-color-border-subtle-s);--dt-inputs-color-border-default-l: var(--dt-color-border-subtle-l);--dt-inputs-color-border-default-a: var(--dt-color-border-subtle-a);--dt-inputs-color-border-default-hsl: var(--dt-color-border-subtle-hsl);--dt-inputs-color-border-default-hsla: var(--dt-color-border-subtle-hsla);--dt-inputs-color-border-default: var(--dt-color-border-subtle);--dt-inputs-color-foreground-disabled-h: var(--dt-color-foreground-disabled-h);--dt-inputs-color-foreground-disabled-s: var(--dt-color-foreground-disabled-s);--dt-inputs-color-foreground-disabled-l: var(--dt-color-foreground-disabled-l);--dt-inputs-color-foreground-disabled-a: var(--dt-color-foreground-disabled-a);--dt-inputs-color-foreground-disabled-hsl: var(--dt-color-foreground-disabled-hsl);--dt-inputs-color-foreground-disabled-hsla: var(--dt-color-foreground-disabled-hsla);--dt-inputs-color-foreground-disabled: var(--dt-color-foreground-disabled);--dt-inputs-color-foreground-placeholder-h: var(--dt-color-foreground-placeholder-h);--dt-inputs-color-foreground-placeholder-s: var(--dt-color-foreground-placeholder-s);--dt-inputs-color-foreground-placeholder-l: var(--dt-color-foreground-placeholder-l);--dt-inputs-color-foreground-placeholder-a: var(--dt-color-foreground-placeholder-a);--dt-inputs-color-foreground-placeholder-hsl: var(--dt-color-foreground-placeholder-hsl);--dt-inputs-color-foreground-placeholder-hsla: var(--dt-color-foreground-placeholder-hsla);--dt-inputs-color-foreground-placeholder: var(--dt-color-foreground-placeholder);--dt-inputs-color-foreground-default-h: var(--dt-color-foreground-primary-h);--dt-inputs-color-foreground-default-s: var(--dt-color-foreground-primary-s);--dt-inputs-color-foreground-default-l: var(--dt-color-foreground-primary-l);--dt-inputs-color-foreground-default-a: var(--dt-color-foreground-primary-a);--dt-inputs-color-foreground-default-hsl: var(--dt-color-foreground-primary-hsl);--dt-inputs-color-foreground-default-hsla: var(--dt-color-foreground-primary-hsla);--dt-inputs-color-foreground-default: var(--dt-color-foreground-primary);--dt-inputs-font-size-xl: var(--dt-font-size-100);--dt-inputs-font-size-lg: var(--dt-font-size-300);--dt-inputs-font-size-md: var(--dt-font-size-200);--dt-inputs-font-size-sm: var(--dt-font-size-100);--dt-inputs-font-size-xs: var(--dt-font-size-100);--dt-typography-inputs-xl-line-height: var(--dt-inputs-line-height-xl);--dt-typography-inputs-xl-font-weight: var(--dt-inputs-font-weight-xl);--dt-typography-inputs-lg-line-height: var(--dt-inputs-line-height-lg);--dt-typography-inputs-lg-font-weight: var(--dt-inputs-font-weight-lg);--dt-typography-inputs-md-line-height: var(--dt-inputs-line-height-md);--dt-typography-inputs-md-font-weight: var(--dt-inputs-font-weight-md);--dt-typography-inputs-sm-line-height: var(--dt-inputs-line-height-sm);--dt-typography-inputs-sm-font-weight: var(--dt-inputs-font-weight-sm);--dt-typography-inputs-xs-line-height: var(--dt-inputs-line-height-xs);--dt-typography-inputs-xs-font-weight: var(--dt-inputs-font-weight-xs);--dt-typography-code-sm-font-size: var(--dt-font-size-100);--dt-typography-code-md-font-size: var(--dt-font-size-200);--dt-typography-helper-sm-font-size: var(--dt-font-size-100);--dt-typography-helper-sm-font-family: var(--dt-font-family-expressive);--dt-typography-helper-md-font-size: var(--dt-font-size-200);--dt-typography-helper-md-font-family: var(--dt-font-family-expressive);--dt-typography-label-sm-plain-compact-font-size: var(--dt-font-size-100);--dt-typography-label-sm-plain-compact-font-family: var(--dt-font-family-expressive);--dt-typography-label-sm-plain-font-size: var(--dt-font-size-100);--dt-typography-label-sm-plain-font-family: var(--dt-font-family-expressive);--dt-typography-label-sm-compact-font-size: var(--dt-font-size-100);--dt-typography-label-sm-compact-font-family: var(--dt-font-family-expressive);--dt-typography-label-sm-font-size: var(--dt-font-size-100);--dt-typography-label-sm-font-family: var(--dt-font-family-expressive);--dt-typography-label-md-plain-compact-font-size: var(--dt-font-size-200);--dt-typography-label-md-plain-compact-font-family: var(--dt-font-family-expressive);--dt-typography-label-md-plain-font-size: var(--dt-font-size-200);--dt-typography-label-md-plain-font-family: var(--dt-font-family-expressive);--dt-typography-label-md-compact-font-size: var(--dt-font-size-200);--dt-typography-label-md-compact-font-family: var(--dt-font-family-expressive);--dt-typography-label-md-font-size: var(--dt-font-size-200);--dt-typography-label-md-font-family: var(--dt-font-family-expressive);--dt-typography-headline-xxl-compact-font-size: var(--dt-font-size-600);--dt-typography-headline-xxl-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-xxl-font-size: var(--dt-font-size-600);--dt-typography-headline-xxl-font-family: var(--dt-font-family-expressive);--dt-typography-headline-xl-compact-font-size: var(--dt-font-size-500);--dt-typography-headline-xl-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-xl-font-size: var(--dt-font-size-500);--dt-typography-headline-xl-font-family: var(--dt-font-family-expressive);--dt-typography-headline-lg-soft-compact-font-size: var(--dt-font-size-400);--dt-typography-headline-lg-soft-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-lg-compact-font-size: var(--dt-font-size-400);--dt-typography-headline-lg-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-lg-soft-font-size: var(--dt-font-size-400);--dt-typography-headline-lg-soft-font-family: var(--dt-font-family-expressive);--dt-typography-headline-lg-font-size: var(--dt-font-size-400);--dt-typography-headline-lg-font-family: var(--dt-font-family-expressive);--dt-typography-headline-md-compact-font-size: var(--dt-font-size-300);--dt-typography-headline-md-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-md-font-size: var(--dt-font-size-300);--dt-typography-headline-md-font-family: var(--dt-font-family-expressive);--dt-typography-headline-sm-soft-compact-font-size: var(--dt-font-size-200);--dt-typography-headline-sm-soft-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-sm-soft-font-size: var(--dt-font-size-200);--dt-typography-headline-sm-soft-font-family: var(--dt-font-family-expressive);--dt-typography-headline-sm-compact-font-size: var(--dt-font-size-200);--dt-typography-headline-sm-compact-font-family: var(--dt-font-family-expressive);--dt-typography-headline-sm-font-size: var(--dt-font-size-200);--dt-typography-headline-sm-font-family: var(--dt-font-family-expressive);--dt-typography-headline-eyebrow-font-size: var(--dt-font-size-100);--dt-typography-headline-eyebrow-font-family: var(--dt-font-family-expressive);--dt-typography-body-sm-compact-font-size: var(--dt-font-size-100);--dt-typography-body-sm-compact-font-family: var(--dt-font-family-expressive);--dt-typography-body-sm-font-size: var(--dt-font-size-100);--dt-typography-body-sm-font-family: var(--dt-font-family-expressive);--dt-typography-body-md-compact-font-size: var(--dt-font-size-200);--dt-typography-body-md-compact-font-family: var(--dt-font-family-expressive);--dt-typography-body-md-font-size: var(--dt-font-size-200);--dt-typography-body-md-font-family: var(--dt-font-family-expressive);--dt-color-border-ai: var(--dt-color-gradient-magenta-purple);--dt-color-surface-info-subtle-opaque-h: 213;--dt-color-surface-info-subtle-opaque-s: 98.2%;--dt-color-surface-info-subtle-opaque-l: 12.9%;--dt-color-surface-info-subtle-opaque-a: 50%;--dt-color-surface-info-subtle-opaque-hsl: var(--dt-color-surface-info-subtle-opaque-h) var(--dt-color-surface-info-subtle-opaque-s) var(--dt-color-surface-info-subtle-opaque-l);--dt-color-surface-info-subtle-opaque-hsla: hsl(var(--dt-color-surface-info-subtle-opaque-h) var(--dt-color-surface-info-subtle-opaque-s) var(--dt-color-surface-info-subtle-opaque-l) / var(--alpha, 50%));--dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / .5);--dt-color-surface-success-subtle-opaque-h: 136;--dt-color-surface-success-subtle-opaque-s: 59.099999999999994%;--dt-color-surface-success-subtle-opaque-l: 8.63%;--dt-color-surface-success-subtle-opaque-a: 50%;--dt-color-surface-success-subtle-opaque-hsl: var(--dt-color-surface-success-subtle-opaque-h) var(--dt-color-surface-success-subtle-opaque-s) var(--dt-color-surface-success-subtle-opaque-l);--dt-color-surface-success-subtle-opaque-hsla: hsl(var(--dt-color-surface-success-subtle-opaque-h) var(--dt-color-surface-success-subtle-opaque-s) var(--dt-color-surface-success-subtle-opaque-l) / var(--alpha, 50%));--dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / .5);--dt-color-surface-warning-subtle-opaque-h: 35.7;--dt-color-surface-warning-subtle-opaque-s: 88.3%;--dt-color-surface-warning-subtle-opaque-l: 13.4%;--dt-color-surface-warning-subtle-opaque-a: 50%;--dt-color-surface-warning-subtle-opaque-hsl: var(--dt-color-surface-warning-subtle-opaque-h) var(--dt-color-surface-warning-subtle-opaque-s) var(--dt-color-surface-warning-subtle-opaque-l);--dt-color-surface-warning-subtle-opaque-hsla: hsl(var(--dt-color-surface-warning-subtle-opaque-h) var(--dt-color-surface-warning-subtle-opaque-s) var(--dt-color-surface-warning-subtle-opaque-l) / var(--alpha, 50%));--dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / .5);--dt-color-surface-critical-subtle-opaque-h: 0;--dt-color-surface-critical-subtle-opaque-s: 89.6%;--dt-color-surface-critical-subtle-opaque-l: 9.41%;--dt-color-surface-critical-subtle-opaque-a: 50%;--dt-color-surface-critical-subtle-opaque-hsl: var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l);--dt-color-surface-critical-subtle-opaque-hsla: hsl(var(--dt-color-surface-critical-subtle-opaque-h) var(--dt-color-surface-critical-subtle-opaque-s) var(--dt-color-surface-critical-subtle-opaque-l) / var(--alpha, 50%));--dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / .5);--dt-color-link-success-inverted-hover-h: var(--dt-color-foreground-success-strong-inverted-h);--dt-color-link-success-inverted-hover-s: var(--dt-color-foreground-success-strong-inverted-s);--dt-color-link-success-inverted-hover-l: var(--dt-color-foreground-success-strong-inverted-l);--dt-color-link-success-inverted-hover-a: var(--dt-color-foreground-success-strong-inverted-a);--dt-color-link-success-inverted-hover-hsl: var(--dt-color-foreground-success-strong-inverted-hsl);--dt-color-link-success-inverted-hover-hsla: var(--dt-color-foreground-success-strong-inverted-hsla);--dt-color-link-success-inverted-hover: var(--dt-color-foreground-success-strong-inverted);--dt-color-link-muted-hover-h: var(--dt-color-foreground-primary-h);--dt-color-link-muted-hover-s: var(--dt-color-foreground-primary-s);--dt-color-link-muted-hover-l: var(--dt-color-foreground-primary-l);--dt-color-link-muted-hover-a: var(--dt-color-foreground-primary-a);--dt-color-link-muted-hover-hsl: var(--dt-color-foreground-primary-hsl);--dt-color-link-muted-hover-hsla: var(--dt-color-foreground-primary-hsla);--dt-color-link-muted-hover: var(--dt-color-foreground-primary);--dt-color-link-disabled-inverted-h: var(--dt-color-foreground-disabled-inverted-h);--dt-color-link-disabled-inverted-s: var(--dt-color-foreground-disabled-inverted-s);--dt-color-link-disabled-inverted-l: var(--dt-color-foreground-disabled-inverted-l);--dt-color-link-disabled-inverted-a: var(--dt-color-foreground-disabled-inverted-a);--dt-color-link-disabled-inverted-hsl: var(--dt-color-foreground-disabled-inverted-hsl);--dt-color-link-disabled-inverted-hsla: var(--dt-color-foreground-disabled-inverted-hsla);--dt-color-link-disabled-inverted: var(--dt-color-foreground-disabled-inverted);--dt-color-link-muted-inverted-h: var(--dt-color-foreground-secondary-inverted-h);--dt-color-link-muted-inverted-s: var(--dt-color-foreground-secondary-inverted-s);--dt-color-link-muted-inverted-l: var(--dt-color-foreground-secondary-inverted-l);--dt-color-link-muted-inverted-a: var(--dt-color-foreground-secondary-inverted-a);--dt-color-link-muted-inverted-hsl: var(--dt-color-foreground-secondary-inverted-hsl);--dt-color-link-muted-inverted-hsla: var(--dt-color-foreground-secondary-inverted-hsla);--dt-color-link-muted-inverted: var(--dt-color-foreground-secondary-inverted);--dt-color-link-warning-inverted-h: var(--dt-color-foreground-warning-inverted-h);--dt-color-link-warning-inverted-s: var(--dt-color-foreground-warning-inverted-s);--dt-color-link-warning-inverted-l: var(--dt-color-foreground-warning-inverted-l);--dt-color-link-warning-inverted-a: var(--dt-color-foreground-warning-inverted-a);--dt-color-link-warning-inverted-hsl: var(--dt-color-foreground-warning-inverted-hsl);--dt-color-link-warning-inverted-hsla: var(--dt-color-foreground-warning-inverted-hsla);--dt-color-link-warning-inverted: var(--dt-color-foreground-warning-inverted);--dt-color-link-success-inverted-h: var(--dt-color-foreground-success-inverted-h);--dt-color-link-success-inverted-s: var(--dt-color-foreground-success-inverted-s);--dt-color-link-success-inverted-l: var(--dt-color-foreground-success-inverted-l);--dt-color-link-success-inverted-a: var(--dt-color-foreground-success-inverted-a);--dt-color-link-success-inverted-hsl: var(--dt-color-foreground-success-inverted-hsl);--dt-color-link-success-inverted-hsla: var(--dt-color-foreground-success-inverted-hsla);--dt-color-link-success-inverted: var(--dt-color-foreground-success-inverted);--dt-color-link-critical-inverted-h: var(--dt-color-foreground-critical-inverted-h);--dt-color-link-critical-inverted-s: var(--dt-color-foreground-critical-inverted-s);--dt-color-link-critical-inverted-l: var(--dt-color-foreground-critical-inverted-l);--dt-color-link-critical-inverted-a: var(--dt-color-foreground-critical-inverted-a);--dt-color-link-critical-inverted-hsl: var(--dt-color-foreground-critical-inverted-hsl);--dt-color-link-critical-inverted-hsla: var(--dt-color-foreground-critical-inverted-hsla);--dt-color-link-critical-inverted: var(--dt-color-foreground-critical-inverted);--dt-color-link-disabled-h: var(--dt-color-foreground-disabled-h);--dt-color-link-disabled-s: var(--dt-color-foreground-disabled-s);--dt-color-link-disabled-l: var(--dt-color-foreground-disabled-l);--dt-color-link-disabled-a: var(--dt-color-foreground-disabled-a);--dt-color-link-disabled-hsl: var(--dt-color-foreground-disabled-hsl);--dt-color-link-disabled-hsla: var(--dt-color-foreground-disabled-hsla);--dt-color-link-disabled: var(--dt-color-foreground-disabled);--dt-color-link-muted-h: var(--dt-color-foreground-secondary-h);--dt-color-link-muted-s: var(--dt-color-foreground-secondary-s);--dt-color-link-muted-l: var(--dt-color-foreground-secondary-l);--dt-color-link-muted-a: var(--dt-color-foreground-secondary-a);--dt-color-link-muted-hsl: var(--dt-color-foreground-secondary-hsl);--dt-color-link-muted-hsla: var(--dt-color-foreground-secondary-hsla);--dt-color-link-muted: var(--dt-color-foreground-secondary);--dt-color-link-warning-h: var(--dt-color-foreground-warning-h);--dt-color-link-warning-s: var(--dt-color-foreground-warning-s);--dt-color-link-warning-l: var(--dt-color-foreground-warning-l);--dt-color-link-warning-a: var(--dt-color-foreground-warning-a);--dt-color-link-warning-hsl: var(--dt-color-foreground-warning-hsl);--dt-color-link-warning-hsla: var(--dt-color-foreground-warning-hsla);--dt-color-link-warning: var(--dt-color-foreground-warning);--dt-color-link-success-h: var(--dt-color-foreground-success-h);--dt-color-link-success-s: var(--dt-color-foreground-success-s);--dt-color-link-success-l: var(--dt-color-foreground-success-l);--dt-color-link-success-a: var(--dt-color-foreground-success-a);--dt-color-link-success-hsl: var(--dt-color-foreground-success-hsl);--dt-color-link-success-hsla: var(--dt-color-foreground-success-hsla);--dt-color-link-success: var(--dt-color-foreground-success);--dt-color-link-critical-h: var(--dt-color-foreground-critical-h);--dt-color-link-critical-s: var(--dt-color-foreground-critical-s);--dt-color-link-critical-l: var(--dt-color-foreground-critical-l);--dt-color-link-critical-a: var(--dt-color-foreground-critical-a);--dt-color-link-critical-hsl: var(--dt-color-foreground-critical-hsl);--dt-color-link-critical-hsla: var(--dt-color-foreground-critical-hsla);--dt-color-link-critical: var(--dt-color-foreground-critical);--dt-color-foreground-success-strong-h: 112;--dt-color-foreground-success-strong-s: 100%;--dt-color-foreground-success-strong-l: 88.3%;--dt-color-foreground-success-strong-a: 100%;--dt-color-foreground-success-strong-hsl: var(--dt-color-foreground-success-strong-h) var(--dt-color-foreground-success-strong-s) var(--dt-color-foreground-success-strong-l);--dt-color-foreground-success-strong-hsla: hsl(var(--dt-color-foreground-success-strong-h) var(--dt-color-foreground-success-strong-s) var(--dt-color-foreground-success-strong-l) / var(--alpha, 100%));--dt-color-foreground-success-strong: hsl(112 100% 88.3%);--dt-color-foreground-critical-strong-h: 0;--dt-color-foreground-critical-strong-s: 100%;--dt-color-foreground-critical-strong-l: 82.1%;--dt-color-foreground-critical-strong-a: 100%;--dt-color-foreground-critical-strong-hsl: var(--dt-color-foreground-critical-strong-h) var(--dt-color-foreground-critical-strong-s) var(--dt-color-foreground-critical-strong-l);--dt-color-foreground-critical-strong-hsla: hsl(var(--dt-color-foreground-critical-strong-h) var(--dt-color-foreground-critical-strong-s) var(--dt-color-foreground-critical-strong-l) / var(--alpha, 100%));--dt-color-foreground-critical-strong: hsl(0 100% 82.1%);--dt-icon-size-border-500: var(--dt-icon-size-border-400);--dt-theme-sidebar-icon-color-foreground-h: var(--dt-theme-sidebar-color-foreground-h);--dt-theme-sidebar-icon-color-foreground-s: var(--dt-theme-sidebar-color-foreground-s);--dt-theme-sidebar-icon-color-foreground-l: var(--dt-theme-sidebar-color-foreground-l);--dt-theme-sidebar-icon-color-foreground-a: var(--dt-theme-sidebar-color-foreground-a);--dt-theme-sidebar-icon-color-foreground-hsl: var(--dt-theme-sidebar-color-foreground-hsl);--dt-theme-sidebar-icon-color-foreground-hsla: var(--dt-theme-sidebar-color-foreground-hsla);--dt-theme-sidebar-icon-color-foreground: var(--dt-theme-sidebar-color-foreground);--dt-theme-sidebar-color-background-h: var(--dt-theme-topbar-color-background-h);--dt-theme-sidebar-color-background-s: var(--dt-theme-topbar-color-background-s);--dt-theme-sidebar-color-background-l: var(--dt-theme-topbar-color-background-l);--dt-theme-sidebar-color-background-a: var(--dt-theme-topbar-color-background-a);--dt-theme-sidebar-color-background-hsl: var(--dt-theme-topbar-color-background-hsl);--dt-theme-sidebar-color-background-hsla: var(--dt-theme-topbar-color-background-hsla);--dt-theme-sidebar-color-background: var(--dt-theme-topbar-color-background);--dt-theme-topbar-profile-color-foreground-h: var(--dt-theme-topbar-color-foreground-h);--dt-theme-topbar-profile-color-foreground-s: var(--dt-theme-topbar-color-foreground-s);--dt-theme-topbar-profile-color-foreground-l: var(--dt-theme-topbar-color-foreground-l);--dt-theme-topbar-profile-color-foreground-a: var(--dt-theme-topbar-color-foreground-a);--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-hsl);--dt-theme-topbar-profile-color-foreground-hsla: var(--dt-theme-topbar-color-foreground-hsla);--dt-theme-topbar-profile-color-foreground: var(--dt-theme-topbar-color-foreground);--dt-theme-topbar-field-color-background-hover-h: 0;--dt-theme-topbar-field-color-background-hover-s: 0%;--dt-theme-topbar-field-color-background-hover-l: 10.1%;--dt-theme-topbar-field-color-background-hover-a: 100%;--dt-theme-topbar-field-color-background-hover-hsl: var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l);--dt-theme-topbar-field-color-background-hover-hsla: hsl(var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));--dt-theme-topbar-field-color-background-hover: hsl(0 0% 10.1%);--dt-action-color-foreground-positive-hover-h: 112;--dt-action-color-foreground-positive-hover-s: 100%;--dt-action-color-foreground-positive-hover-l: 67.2%;--dt-action-color-foreground-positive-hover-a: 100%;--dt-action-color-foreground-positive-hover-hsl: var(--dt-action-color-foreground-positive-hover-h) var(--dt-action-color-foreground-positive-hover-s) var(--dt-action-color-foreground-positive-hover-l);--dt-action-color-foreground-positive-hover-hsla: hsl(var(--dt-action-color-foreground-positive-hover-h) var(--dt-action-color-foreground-positive-hover-s) var(--dt-action-color-foreground-positive-hover-l) / var(--alpha, 100%));--dt-action-color-foreground-positive-hover: hsl(112 100% 67.2%);--dt-action-color-foreground-muted-hover-h: var(--dt-action-color-foreground-muted-default-h);--dt-action-color-foreground-muted-hover-s: var(--dt-action-color-foreground-muted-default-s);--dt-action-color-foreground-muted-hover-l: var(--dt-action-color-foreground-muted-default-l);--dt-action-color-foreground-muted-hover-a: var(--dt-action-color-foreground-muted-default-a);--dt-action-color-foreground-muted-hover-hsl: var(--dt-action-color-foreground-muted-default-hsl);--dt-action-color-foreground-muted-hover-hsla: var(--dt-action-color-foreground-muted-default-hsla);--dt-action-color-foreground-muted-hover: var(--dt-action-color-foreground-muted-default);--dt-action-color-foreground-inverted-hover-h: var(--dt-action-color-foreground-inverted-default-h);--dt-action-color-foreground-inverted-hover-s: var(--dt-action-color-foreground-inverted-default-s);--dt-action-color-foreground-inverted-hover-l: var(--dt-action-color-foreground-inverted-default-l);--dt-action-color-foreground-inverted-hover-a: var(--dt-action-color-foreground-inverted-default-a);--dt-action-color-foreground-inverted-hover-hsl: var(--dt-action-color-foreground-inverted-default-hsl);--dt-action-color-foreground-inverted-hover-hsla: var(--dt-action-color-foreground-inverted-default-hsla);--dt-action-color-foreground-inverted-hover: var(--dt-action-color-foreground-inverted-default);--dt-action-color-foreground-critical-active-h: var(--dt-action-color-foreground-critical-hover-h);--dt-action-color-foreground-critical-active-s: var(--dt-action-color-foreground-critical-hover-s);--dt-action-color-foreground-critical-active-l: var(--dt-action-color-foreground-critical-hover-l);--dt-action-color-foreground-critical-active-a: var(--dt-action-color-foreground-critical-hover-a);--dt-action-color-foreground-critical-active-hsl: var(--dt-action-color-foreground-critical-hover-hsl);--dt-action-color-foreground-critical-active-hsla: var(--dt-action-color-foreground-critical-hover-hsla);--dt-action-color-foreground-critical-active: var(--dt-action-color-foreground-critical-hover);--dt-action-color-foreground-base-active-h: var(--dt-action-color-foreground-base-hover-h);--dt-action-color-foreground-base-active-s: var(--dt-action-color-foreground-base-hover-s);--dt-action-color-foreground-base-active-l: var(--dt-action-color-foreground-base-hover-l);--dt-action-color-foreground-base-active-a: var(--dt-action-color-foreground-base-hover-a);--dt-action-color-foreground-base-active-hsl: var(--dt-action-color-foreground-base-hover-hsl);--dt-action-color-foreground-base-active-hsla: var(--dt-action-color-foreground-base-hover-hsla);--dt-action-color-foreground-base-active: var(--dt-action-color-foreground-base-hover);--dt-typography-inputs-xl-font-size: var(--dt-inputs-font-size-xl);--dt-typography-inputs-lg-font-size: var(--dt-inputs-font-size-lg);--dt-typography-inputs-md-font-size: var(--dt-inputs-font-size-md);--dt-typography-inputs-sm-font-size: var(--dt-inputs-font-size-sm);--dt-typography-inputs-xs-font-size: var(--dt-inputs-font-size-xs);--dt-typography-inputs-xs: var(--dt-typography-inputs-xs-font-weight) var(--dt-typography-inputs-xs-font-size)/var(--dt-typography-inputs-xs-line-height) var(--dt-typography-inputs-xs-font-family);--dt-typography-inputs-sm: var(--dt-typography-inputs-sm-font-weight) var(--dt-typography-inputs-sm-font-size)/var(--dt-typography-inputs-sm-line-height) var(--dt-typography-inputs-sm-font-family);--dt-typography-inputs-md: var(--dt-typography-inputs-md-font-weight) var(--dt-typography-inputs-md-font-size)/var(--dt-typography-inputs-md-line-height) var(--dt-typography-inputs-md-font-family);--dt-typography-inputs-lg: var(--dt-typography-inputs-lg-font-weight) var(--dt-typography-inputs-lg-font-size)/var(--dt-typography-inputs-lg-line-height) var(--dt-typography-inputs-lg-font-family);--dt-typography-inputs-xl: var(--dt-typography-inputs-xl-font-weight) var(--dt-typography-inputs-xl-font-size)/var(--dt-typography-inputs-xl-line-height) var(--dt-typography-inputs-xl-font-family);--dt-typography-body-md: var(--dt-typography-body-md-font-weight) var(--dt-typography-body-md-font-size)/var(--dt-typography-body-md-line-height) var(--dt-typography-body-md-font-family);--dt-typography-body-md-compact: var(--dt-typography-body-md-compact-font-weight) var(--dt-typography-body-md-compact-font-size)/var(--dt-typography-body-md-compact-line-height) var(--dt-typography-body-md-compact-font-family);--dt-typography-body-sm: var(--dt-typography-body-sm-font-weight) var(--dt-typography-body-sm-font-size)/var(--dt-typography-body-sm-line-height) var(--dt-typography-body-sm-font-family);--dt-typography-body-sm-compact: var(--dt-typography-body-sm-compact-font-weight) var(--dt-typography-body-sm-compact-font-size)/var(--dt-typography-body-sm-compact-line-height) var(--dt-typography-body-sm-compact-font-family);--dt-typography-headline-eyebrow: var(--dt-typography-headline-eyebrow-font-weight) var(--dt-typography-headline-eyebrow-font-size)/var(--dt-typography-headline-eyebrow-line-height) var(--dt-typography-headline-eyebrow-font-family);--dt-typography-headline-sm: var(--dt-typography-headline-sm-font-weight) var(--dt-typography-headline-sm-font-size)/var(--dt-typography-headline-sm-line-height) var(--dt-typography-headline-sm-font-family);--dt-typography-headline-sm-compact: var(--dt-typography-headline-sm-compact-font-weight) var(--dt-typography-headline-sm-compact-font-size)/var(--dt-typography-headline-sm-compact-line-height) var(--dt-typography-headline-sm-compact-font-family);--dt-typography-headline-sm-soft: var(--dt-typography-headline-sm-soft-font-weight) var(--dt-typography-headline-sm-soft-font-size)/var(--dt-typography-headline-sm-soft-line-height) var(--dt-typography-headline-sm-soft-font-family);--dt-typography-headline-sm-soft-compact: var(--dt-typography-headline-sm-soft-compact-font-weight) var(--dt-typography-headline-sm-soft-compact-font-size)/var(--dt-typography-headline-sm-soft-compact-line-height) var(--dt-typography-headline-sm-soft-compact-font-family);--dt-typography-headline-md: var(--dt-typography-headline-md-font-weight) var(--dt-typography-headline-md-font-size)/var(--dt-typography-headline-md-line-height) var(--dt-typography-headline-md-font-family);--dt-typography-headline-md-compact: var(--dt-typography-headline-md-compact-font-weight) var(--dt-typography-headline-md-compact-font-size)/var(--dt-typography-headline-md-compact-line-height) var(--dt-typography-headline-md-compact-font-family);--dt-typography-headline-lg: var(--dt-typography-headline-lg-font-weight) var(--dt-typography-headline-lg-font-size)/var(--dt-typography-headline-lg-line-height) var(--dt-typography-headline-lg-font-family);--dt-typography-headline-lg-soft: var(--dt-typography-headline-lg-soft-font-weight) var(--dt-typography-headline-lg-soft-font-size)/var(--dt-typography-headline-lg-soft-line-height) var(--dt-typography-headline-lg-soft-font-family);--dt-typography-headline-lg-compact: var(--dt-typography-headline-lg-compact-font-weight) var(--dt-typography-headline-lg-compact-font-size)/var(--dt-typography-headline-lg-compact-line-height) var(--dt-typography-headline-lg-compact-font-family);--dt-typography-headline-lg-soft-compact: var(--dt-typography-headline-lg-soft-compact-font-weight) var(--dt-typography-headline-lg-soft-compact-font-size)/var(--dt-typography-headline-lg-soft-compact-line-height) var(--dt-typography-headline-lg-soft-compact-font-family);--dt-typography-headline-xl: var(--dt-typography-headline-xl-font-weight) var(--dt-typography-headline-xl-font-size)/var(--dt-typography-headline-xl-line-height) var(--dt-typography-headline-xl-font-family);--dt-typography-headline-xl-compact: var(--dt-typography-headline-xl-compact-font-weight) var(--dt-typography-headline-xl-compact-font-size)/var(--dt-typography-headline-xl-compact-line-height) var(--dt-typography-headline-xl-compact-font-family);--dt-typography-headline-xxl: var(--dt-typography-headline-xxl-font-weight) var(--dt-typography-headline-xxl-font-size)/var(--dt-typography-headline-xxl-line-height) var(--dt-typography-headline-xxl-font-family);--dt-typography-headline-xxl-compact: var(--dt-typography-headline-xxl-compact-font-weight) var(--dt-typography-headline-xxl-compact-font-size)/var(--dt-typography-headline-xxl-compact-line-height) var(--dt-typography-headline-xxl-compact-font-family);--dt-typography-label-md: var(--dt-typography-label-md-font-weight) var(--dt-typography-label-md-font-size)/var(--dt-typography-label-md-line-height) var(--dt-typography-label-md-font-family);--dt-typography-label-md-compact: var(--dt-typography-label-md-compact-font-weight) var(--dt-typography-label-md-compact-font-size)/var(--dt-typography-label-md-compact-line-height) var(--dt-typography-label-md-compact-font-family);--dt-typography-label-md-plain: var(--dt-typography-label-md-plain-font-weight) var(--dt-typography-label-md-plain-font-size)/var(--dt-typography-label-md-plain-line-height) var(--dt-typography-label-md-plain-font-family);--dt-typography-label-md-plain-compact: var(--dt-typography-label-md-plain-compact-font-weight) var(--dt-typography-label-md-plain-compact-font-size)/var(--dt-typography-label-md-plain-compact-line-height) var(--dt-typography-label-md-plain-compact-font-family);--dt-typography-label-sm: var(--dt-typography-label-sm-font-weight) var(--dt-typography-label-sm-font-size)/var(--dt-typography-label-sm-line-height) var(--dt-typography-label-sm-font-family);--dt-typography-label-sm-compact: var(--dt-typography-label-sm-compact-font-weight) var(--dt-typography-label-sm-compact-font-size)/var(--dt-typography-label-sm-compact-line-height) var(--dt-typography-label-sm-compact-font-family);--dt-typography-label-sm-plain: var(--dt-typography-label-sm-plain-font-weight) var(--dt-typography-label-sm-plain-font-size)/var(--dt-typography-label-sm-plain-line-height) var(--dt-typography-label-sm-plain-font-family);--dt-typography-label-sm-plain-compact: var(--dt-typography-label-sm-plain-compact-font-weight) var(--dt-typography-label-sm-plain-compact-font-size)/var(--dt-typography-label-sm-plain-compact-line-height) var(--dt-typography-label-sm-plain-compact-font-family);--dt-typography-helper-md: var(--dt-typography-helper-md-font-weight) var(--dt-typography-helper-md-font-size)/var(--dt-typography-helper-md-line-height) var(--dt-typography-helper-md-font-family);--dt-typography-helper-sm: var(--dt-typography-helper-sm-font-weight) var(--dt-typography-helper-sm-font-size)/var(--dt-typography-helper-sm-line-height) var(--dt-typography-helper-sm-font-family);--dt-typography-code-md: var(--dt-typography-code-md-font-weight) var(--dt-typography-code-md-font-size)/var(--dt-typography-code-md-line-height) var(--dt-typography-code-md-font-family);--dt-typography-code-sm: var(--dt-typography-code-sm-font-weight) var(--dt-typography-code-sm-font-size)/var(--dt-typography-code-sm-line-height) var(--dt-typography-code-sm-font-family);--dt-color-link-disabled-inverted-hover-h: var(--dt-color-link-disabled-inverted-h);--dt-color-link-disabled-inverted-hover-s: var(--dt-color-link-disabled-inverted-s);--dt-color-link-disabled-inverted-hover-l: var(--dt-color-link-disabled-inverted-l);--dt-color-link-disabled-inverted-hover-a: var(--dt-color-link-disabled-inverted-a);--dt-color-link-disabled-inverted-hover-hsl: var(--dt-color-link-disabled-inverted-hsl);--dt-color-link-disabled-inverted-hover-hsla: var(--dt-color-link-disabled-inverted-hsla);--dt-color-link-disabled-inverted-hover: var(--dt-color-link-disabled-inverted);--dt-color-link-disabled-hover-h: var(--dt-color-link-disabled-h);--dt-color-link-disabled-hover-s: var(--dt-color-link-disabled-s);--dt-color-link-disabled-hover-l: var(--dt-color-link-disabled-l);--dt-color-link-disabled-hover-a: var(--dt-color-link-disabled-a);--dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hsl);--dt-color-link-disabled-hover-hsla: var(--dt-color-link-disabled-hsla);--dt-color-link-disabled-hover: var(--dt-color-link-disabled);--dt-action-color-foreground-positive-active-h: var(--dt-action-color-foreground-positive-hover-h);--dt-action-color-foreground-positive-active-s: var(--dt-action-color-foreground-positive-hover-s);--dt-action-color-foreground-positive-active-l: var(--dt-action-color-foreground-positive-hover-l);--dt-action-color-foreground-positive-active-a: var(--dt-action-color-foreground-positive-hover-a);--dt-action-color-foreground-positive-active-hsl: var(--dt-action-color-foreground-positive-hover-hsl);--dt-action-color-foreground-positive-active-hsla: var(--dt-action-color-foreground-positive-hover-hsla);--dt-action-color-foreground-positive-active: var(--dt-action-color-foreground-positive-hover);--dt-action-color-foreground-muted-active-h: var(--dt-action-color-foreground-muted-hover-h);--dt-action-color-foreground-muted-active-s: var(--dt-action-color-foreground-muted-hover-s);--dt-action-color-foreground-muted-active-l: var(--dt-action-color-foreground-muted-hover-l);--dt-action-color-foreground-muted-active-a: var(--dt-action-color-foreground-muted-hover-a);--dt-action-color-foreground-muted-active-hsl: var(--dt-action-color-foreground-muted-hover-hsl);--dt-action-color-foreground-muted-active-hsla: var(--dt-action-color-foreground-muted-hover-hsla);--dt-action-color-foreground-muted-active: var(--dt-action-color-foreground-muted-hover);--dt-action-color-foreground-inverted-active-h: var(--dt-action-color-foreground-inverted-hover-h);--dt-action-color-foreground-inverted-active-s: var(--dt-action-color-foreground-inverted-hover-s);--dt-action-color-foreground-inverted-active-l: var(--dt-action-color-foreground-inverted-hover-l);--dt-action-color-foreground-inverted-active-a: var(--dt-action-color-foreground-inverted-hover-a);--dt-action-color-foreground-inverted-active-hsl: var(--dt-action-color-foreground-inverted-hover-hsl);--dt-action-color-foreground-inverted-active-hsla: var(--dt-action-color-foreground-inverted-hover-hsla);--dt-action-color-foreground-inverted-active: var(--dt-action-color-foreground-inverted-hover);--dt-font-size-100-mobile: 1.2rem;--dt-font-size-200-mobile: 1.6rem;--dt-font-size-300-mobile: 2rem;--dt-font-size-400-mobile: 2.9rem;--dt-font-size-500-mobile: 4.1rem;--dt-font-size-100-tc8: 1.7rem;--dt-font-size-200-tc8: 2.1rem;--dt-font-size-300-tc8: 2.7rem;--dt-font-size-400-tc8: 3.8rem;--dt-font-size-500-tc8: 5.4rem;--dt-font-size-100-tv: 2.5rem;--dt-font-size-200-tv: 3.2rem;--dt-font-size-300-tv: 4.1rem;--dt-font-size-400-tv: 5.8rem;--dt-font-size-500-tv: 8.2rem;--zi-hide: -1;--zi-base: 0;--zi-base1: 1;--zi-selected: 25;--zi-active: 50;--zi-navigation: 100;--zi-navigation-fixed: 150;--zi-dropdown: 200;--zi-popover: 300;--zi-tooltip: 400;--zi-drawer: 500;--zi-modal: 600;--zi-modal-element: 650;--zi-notification: 700}",t={base:{css:r.Base,name:"dark"},brand:{css:o,name:"expressive"}};module.exports=t;