@dialpad/dialtone 9.60.0 → 9.61.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/README.md +63 -32
  2. package/dist/chunks/tokens-base-dark-BC3U5KoN.js +4 -0
  3. package/dist/chunks/tokens-base-dark-zbBpWlfP.js +1 -0
  4. package/dist/chunks/tokens-base-light-PCrr7t8W.js +4 -0
  5. package/dist/chunks/tokens-base-light-dvWvBHbM.js +1 -0
  6. package/dist/css/dialtone-default-theme.css +26906 -0
  7. package/dist/css/dialtone-default-theme.min.css +1 -0
  8. package/dist/css/dialtone.css +171 -4734
  9. package/dist/css/dialtone.min.css +1 -1
  10. package/dist/css/tokens/tokens-base-dark.css +937 -0
  11. package/dist/css/tokens/tokens-base-light.css +717 -0
  12. package/dist/css/tokens/tokens-dp-dark.css +1794 -0
  13. package/dist/css/tokens/tokens-dp-light.css +1794 -0
  14. package/dist/css/tokens/tokens-expressive-dark.css +1800 -0
  15. package/dist/css/tokens/tokens-expressive-light.css +1800 -0
  16. package/dist/css/tokens/tokens-expressive-sm-dark.css +1800 -0
  17. package/dist/css/tokens/tokens-expressive-sm-light.css +1800 -0
  18. package/dist/css/tokens/tokens-tmo-dark.css +1794 -0
  19. package/dist/css/tokens/tokens-tmo-light.css +1794 -0
  20. package/dist/themes/config.cjs +1 -0
  21. package/dist/themes/config.js +17 -0
  22. package/dist/themes/dp-dark.cjs +1 -0
  23. package/dist/themes/dp-dark.js +14 -0
  24. package/dist/themes/dp-light.cjs +1 -0
  25. package/dist/themes/dp-light.js +14 -0
  26. package/dist/themes/expressive-dark.cjs +1 -0
  27. package/dist/themes/expressive-dark.js +14 -0
  28. package/dist/themes/expressive-light.cjs +1 -0
  29. package/dist/themes/expressive-light.js +14 -0
  30. package/dist/themes/expressive-sm-dark.cjs +1 -0
  31. package/dist/themes/expressive-sm-dark.js +14 -0
  32. package/dist/themes/expressive-sm-light.cjs +1 -0
  33. package/dist/themes/expressive-sm-light.js +14 -0
  34. package/dist/themes/tmo-dark.cjs +1 -0
  35. package/dist/themes/tmo-dark.js +14 -0
  36. package/dist/themes/tmo-light.cjs +1 -0
  37. package/dist/themes/tmo-light.js +14 -0
  38. package/dist/tokens/css/tokens-base-dark.css +937 -0
  39. package/dist/tokens/css/tokens-base-light.css +717 -0
  40. package/dist/tokens/css/tokens-dp-dark.css +1794 -0
  41. package/dist/tokens/css/tokens-dp-light.css +1794 -0
  42. package/dist/tokens/css/tokens-expressive-dark.css +1800 -0
  43. package/dist/tokens/css/tokens-expressive-light.css +1800 -0
  44. package/dist/tokens/css/tokens-expressive-sm-dark.css +1800 -0
  45. package/dist/tokens/css/tokens-expressive-sm-light.css +1800 -0
  46. package/dist/tokens/css/tokens-tmo-dark.css +1794 -0
  47. package/dist/tokens/css/tokens-tmo-light.css +1794 -0
  48. package/dist/tokens/doc.json +89655 -77327
  49. package/dist/tokens/less/tokens-base-dark.less +487 -0
  50. package/dist/tokens/less/tokens-base-light.less +367 -0
  51. package/dist/tokens/less/{variables-dark.less → tokens-dp-dark.less} +82 -570
  52. package/dist/tokens/less/{variables-light.less → tokens-dp-light.less} +45 -413
  53. package/dist/tokens/less/{variables-expressive-dark.less → tokens-expressive-dark.less} +88 -571
  54. package/dist/tokens/less/{variables-expressive-light.less → tokens-expressive-light.less} +51 -414
  55. package/dist/tokens/less/{variables-expressive-sm-dark.less → tokens-expressive-sm-dark.less} +88 -571
  56. package/dist/tokens/less/{variables-expressive-sm-light.less → tokens-expressive-sm-light.less} +51 -414
  57. package/dist/tokens/less/{variables-tmo-dark.less → tokens-tmo-dark.less} +82 -570
  58. package/dist/tokens/less/{variables-tmo-light.less → tokens-tmo-light.less} +45 -413
  59. package/dist/tokens/tokens-base-dark.json +486 -0
  60. package/dist/tokens/tokens-base-light.json +366 -0
  61. package/dist/tokens/tokens-dp-dark.json +449 -0
  62. package/dist/tokens/tokens-dp-light.json +449 -0
  63. package/dist/tokens/tokens-expressive-dark.json +455 -0
  64. package/dist/tokens/tokens-expressive-light.json +455 -0
  65. package/dist/tokens/tokens-expressive-sm-dark.json +455 -0
  66. package/dist/tokens/tokens-expressive-sm-light.json +455 -0
  67. package/dist/tokens/tokens-tmo-dark.json +449 -0
  68. package/dist/tokens/tokens-tmo-light.json +449 -0
  69. package/package.json +9 -1
  70. package/dist/tokens/css/variables-dark.css +0 -941
  71. package/dist/tokens/css/variables-expressive-dark.css +0 -942
  72. package/dist/tokens/css/variables-expressive-light.css +0 -822
  73. package/dist/tokens/css/variables-expressive-sm-dark.css +0 -942
  74. package/dist/tokens/css/variables-expressive-sm-light.css +0 -822
  75. package/dist/tokens/css/variables-light.css +0 -821
  76. package/dist/tokens/css/variables-tmo-dark.css +0 -941
  77. package/dist/tokens/css/variables-tmo-light.css +0 -821
  78. package/dist/tokens/tokens-dark.json +0 -933
  79. package/dist/tokens/tokens-light.json +0 -813
@@ -0,0 +1,1794 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ :root {
6
+ color-scheme: dark;
7
+ --dt-size-border-focus: 0.3rem;
8
+ --dt-color-foreground-primary-h: 0;
9
+ --dt-color-foreground-primary-s: 0%;
10
+ --dt-color-foreground-primary-l: 90.19607843137256%;
11
+ --dt-color-foreground-primary-hsl: var(--dt-color-foreground-primary-h) var(--dt-color-foreground-primary-s) var(--dt-color-foreground-primary-l);
12
+ --dt-color-foreground-primary-hsla: hsla(var(--dt-color-foreground-primary-h) var(--dt-color-foreground-primary-s) var(--dt-color-foreground-primary-l) / var(--alpha, 100%));
13
+ --dt-color-foreground-primary: #E6E6E6; /* Default text color throughout the UI. */
14
+ --dt-color-foreground-secondary-h: 0;
15
+ --dt-color-foreground-secondary-s: 0%;
16
+ --dt-color-foreground-secondary-l: 76.07843137254902%;
17
+ --dt-color-foreground-secondary-hsl: var(--dt-color-foreground-secondary-h) var(--dt-color-foreground-secondary-s) var(--dt-color-foreground-secondary-l);
18
+ --dt-color-foreground-secondary-hsla: hsla(var(--dt-color-foreground-secondary-h) var(--dt-color-foreground-secondary-s) var(--dt-color-foreground-secondary-l) / var(--alpha, 100%));
19
+ --dt-color-foreground-secondary: #C2C2C2; /* Example uses include introduction paragraphs, labels, and descriptions paired with form elements. */
20
+ --dt-color-foreground-tertiary-h: 0;
21
+ --dt-color-foreground-tertiary-s: 0%;
22
+ --dt-color-foreground-tertiary-l: 66.66666666666666%;
23
+ --dt-color-foreground-tertiary-hsl: var(--dt-color-foreground-tertiary-h) var(--dt-color-foreground-tertiary-s) var(--dt-color-foreground-tertiary-l);
24
+ --dt-color-foreground-tertiary-hsla: hsla(var(--dt-color-foreground-tertiary-h) var(--dt-color-foreground-tertiary-s) var(--dt-color-foreground-tertiary-l) / var(--alpha, 100%));
25
+ --dt-color-foreground-tertiary: #AAAAAA; /* Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels. */
26
+ --dt-color-foreground-muted-h: 0;
27
+ --dt-color-foreground-muted-s: 0%;
28
+ --dt-color-foreground-muted-l: 83.1%;
29
+ --dt-color-foreground-muted-hsl: var(--dt-color-foreground-muted-h) var(--dt-color-foreground-muted-s) var(--dt-color-foreground-muted-l);
30
+ --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%));
31
+ --dt-color-foreground-muted: hsl(0 0% 83.1% / 0.6);
32
+ --dt-color-foreground-placeholder-h: 0;
33
+ --dt-color-foreground-placeholder-s: 0%;
34
+ --dt-color-foreground-placeholder-l: 66.66666666666666%;
35
+ --dt-color-foreground-placeholder-hsl: var(--dt-color-foreground-placeholder-h) var(--dt-color-foreground-placeholder-s) var(--dt-color-foreground-placeholder-l);
36
+ --dt-color-foreground-placeholder-hsla: hsla(var(--dt-color-foreground-placeholder-h) var(--dt-color-foreground-placeholder-s) var(--dt-color-foreground-placeholder-l) / var(--alpha, 100%));
37
+ --dt-color-foreground-placeholder: #AAAAAA;
38
+ --dt-color-foreground-disabled-h: 0;
39
+ --dt-color-foreground-disabled-s: 0%;
40
+ --dt-color-foreground-disabled-l: 66.66666666666666%;
41
+ --dt-color-foreground-disabled-hsl: var(--dt-color-foreground-disabled-h) var(--dt-color-foreground-disabled-s) var(--dt-color-foreground-disabled-l);
42
+ --dt-color-foreground-disabled-hsla: hsla(var(--dt-color-foreground-disabled-h) var(--dt-color-foreground-disabled-s) var(--dt-color-foreground-disabled-l) / var(--alpha, 100%));
43
+ --dt-color-foreground-disabled: #AAAAAA;
44
+ --dt-color-foreground-critical-h: 0;
45
+ --dt-color-foreground-critical-s: 100%;
46
+ --dt-color-foreground-critical-l: 76.07843137254902%;
47
+ --dt-color-foreground-critical-hsl: var(--dt-color-foreground-critical-h) var(--dt-color-foreground-critical-s) var(--dt-color-foreground-critical-l);
48
+ --dt-color-foreground-critical-hsla: hsla(var(--dt-color-foreground-critical-h) var(--dt-color-foreground-critical-s) var(--dt-color-foreground-critical-l) / var(--alpha, 100%));
49
+ --dt-color-foreground-critical: #FF8585;
50
+ --dt-color-foreground-critical-strong-h: 0;
51
+ --dt-color-foreground-critical-strong-s: 100%;
52
+ --dt-color-foreground-critical-strong-l: 82.1%;
53
+ --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);
54
+ --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%));
55
+ --dt-color-foreground-critical-strong: hsl(0 100% 82.1%);
56
+ --dt-color-foreground-success-h: 111.52173913043478;
57
+ --dt-color-foreground-success-s: 100%;
58
+ --dt-color-foreground-success-l: 81.96078431372548%;
59
+ --dt-color-foreground-success-hsl: var(--dt-color-foreground-success-h) var(--dt-color-foreground-success-s) var(--dt-color-foreground-success-l);
60
+ --dt-color-foreground-success-hsla: hsla(var(--dt-color-foreground-success-h) var(--dt-color-foreground-success-s) var(--dt-color-foreground-success-l) / var(--alpha, 100%));
61
+ --dt-color-foreground-success: #B0FFA3; /* Indicates a positive state. */
62
+ --dt-color-foreground-success-strong-h: 112;
63
+ --dt-color-foreground-success-strong-s: 100%;
64
+ --dt-color-foreground-success-strong-l: 88.3%;
65
+ --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);
66
+ --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%));
67
+ --dt-color-foreground-success-strong: hsl(112 100% 88.3%);
68
+ --dt-color-foreground-warning-h: 42.99212598425196;
69
+ --dt-color-foreground-warning-s: 100%;
70
+ --dt-color-foreground-warning-l: 75.09803921568627%;
71
+ --dt-color-foreground-warning-hsl: var(--dt-color-foreground-warning-h) var(--dt-color-foreground-warning-s) var(--dt-color-foreground-warning-l);
72
+ --dt-color-foreground-warning-hsla: hsla(var(--dt-color-foreground-warning-h) var(--dt-color-foreground-warning-s) var(--dt-color-foreground-warning-l) / var(--alpha, 100%));
73
+ --dt-color-foreground-warning: #FFDB80;
74
+ --dt-color-foreground-primary-inverted-h: 0;
75
+ --dt-color-foreground-primary-inverted-s: 0%;
76
+ --dt-color-foreground-primary-inverted-l: 0%;
77
+ --dt-color-foreground-primary-inverted-hsl: var(--dt-color-foreground-primary-inverted-h) var(--dt-color-foreground-primary-inverted-s) var(--dt-color-foreground-primary-inverted-l);
78
+ --dt-color-foreground-primary-inverted-hsla: hsla(var(--dt-color-foreground-primary-inverted-h) var(--dt-color-foreground-primary-inverted-s) var(--dt-color-foreground-primary-inverted-l) / var(--alpha, 100%));
79
+ --dt-color-foreground-primary-inverted: #000000;
80
+ --dt-color-foreground-secondary-inverted-h: 0;
81
+ --dt-color-foreground-secondary-inverted-s: 0%;
82
+ --dt-color-foreground-secondary-inverted-l: 22.745098039215687%;
83
+ --dt-color-foreground-secondary-inverted-hsl: var(--dt-color-foreground-secondary-inverted-h) var(--dt-color-foreground-secondary-inverted-s) var(--dt-color-foreground-secondary-inverted-l);
84
+ --dt-color-foreground-secondary-inverted-hsla: hsla(var(--dt-color-foreground-secondary-inverted-h) var(--dt-color-foreground-secondary-inverted-s) var(--dt-color-foreground-secondary-inverted-l) / var(--alpha, 100%));
85
+ --dt-color-foreground-secondary-inverted: #3A3A3A;
86
+ --dt-color-foreground-tertiary-inverted-h: 0;
87
+ --dt-color-foreground-tertiary-inverted-s: 0%;
88
+ --dt-color-foreground-tertiary-inverted-l: 33.33333333333333%;
89
+ --dt-color-foreground-tertiary-inverted-hsl: var(--dt-color-foreground-tertiary-inverted-h) var(--dt-color-foreground-tertiary-inverted-s) var(--dt-color-foreground-tertiary-inverted-l);
90
+ --dt-color-foreground-tertiary-inverted-hsla: hsla(var(--dt-color-foreground-tertiary-inverted-h) var(--dt-color-foreground-tertiary-inverted-s) var(--dt-color-foreground-tertiary-inverted-l) / var(--alpha, 100%));
91
+ --dt-color-foreground-tertiary-inverted: #555555;
92
+ --dt-color-foreground-muted-inverted-h: 0;
93
+ --dt-color-foreground-muted-inverted-s: 0%;
94
+ --dt-color-foreground-muted-inverted-l: 14.899999999999999%;
95
+ --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);
96
+ --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%));
97
+ --dt-color-foreground-muted-inverted: hsl(0 0% 14.9% / 0.6); /* Muted text color that sits on high-contrast surfaces or backgrounds. */
98
+ --dt-color-foreground-placeholder-inverted-h: 0;
99
+ --dt-color-foreground-placeholder-inverted-s: 0%;
100
+ --dt-color-foreground-placeholder-inverted-l: 50.19607843137255%;
101
+ --dt-color-foreground-placeholder-inverted-hsl: var(--dt-color-foreground-placeholder-inverted-h) var(--dt-color-foreground-placeholder-inverted-s) var(--dt-color-foreground-placeholder-inverted-l);
102
+ --dt-color-foreground-placeholder-inverted-hsla: hsla(var(--dt-color-foreground-placeholder-inverted-h) var(--dt-color-foreground-placeholder-inverted-s) var(--dt-color-foreground-placeholder-inverted-l) / var(--alpha, 100%));
103
+ --dt-color-foreground-placeholder-inverted: #808080; /* Placeholder text color that sits on high-contrast surfaces or backgrounds. */
104
+ --dt-color-foreground-disabled-inverted-h: 0;
105
+ --dt-color-foreground-disabled-inverted-s: 0%;
106
+ --dt-color-foreground-disabled-inverted-l: 50.19607843137255%;
107
+ --dt-color-foreground-disabled-inverted-hsl: var(--dt-color-foreground-disabled-inverted-h) var(--dt-color-foreground-disabled-inverted-s) var(--dt-color-foreground-disabled-inverted-l);
108
+ --dt-color-foreground-disabled-inverted-hsla: hsla(var(--dt-color-foreground-disabled-inverted-h) var(--dt-color-foreground-disabled-inverted-s) var(--dt-color-foreground-disabled-inverted-l) / var(--alpha, 100%));
109
+ --dt-color-foreground-disabled-inverted: #808080; /* Disabled text color that sits on high-contrast surfaces or backgrounds. */
110
+ --dt-color-foreground-critical-inverted-h: 0;
111
+ --dt-color-foreground-critical-inverted-s: 88.79999999999998%;
112
+ --dt-color-foreground-critical-inverted-l: 49.01960784313726%;
113
+ --dt-color-foreground-critical-inverted-hsl: var(--dt-color-foreground-critical-inverted-h) var(--dt-color-foreground-critical-inverted-s) var(--dt-color-foreground-critical-inverted-l);
114
+ --dt-color-foreground-critical-inverted-hsla: hsla(var(--dt-color-foreground-critical-inverted-h) var(--dt-color-foreground-critical-inverted-s) var(--dt-color-foreground-critical-inverted-l) / var(--alpha, 100%));
115
+ --dt-color-foreground-critical-inverted: #EC0E0E;
116
+ --dt-color-foreground-critical-strong-inverted-h: 0;
117
+ --dt-color-foreground-critical-strong-inverted-s: 88.659793814433%;
118
+ --dt-color-foreground-critical-strong-inverted-l: 38.03921568627451%;
119
+ --dt-color-foreground-critical-strong-inverted-hsl: var(--dt-color-foreground-critical-strong-inverted-h) var(--dt-color-foreground-critical-strong-inverted-s) var(--dt-color-foreground-critical-strong-inverted-l);
120
+ --dt-color-foreground-critical-strong-inverted-hsla: hsla(var(--dt-color-foreground-critical-strong-inverted-h) var(--dt-color-foreground-critical-strong-inverted-s) var(--dt-color-foreground-critical-strong-inverted-l) / var(--alpha, 100%));
121
+ --dt-color-foreground-critical-strong-inverted: #B70B0B;
122
+ --dt-color-foreground-success-inverted-h: 136.64233576642334;
123
+ --dt-color-foreground-success-inverted-s: 72.4867724867725%;
124
+ --dt-color-foreground-success-inverted-l: 37.05882352941176%;
125
+ --dt-color-foreground-success-inverted-hsl: var(--dt-color-foreground-success-inverted-h) var(--dt-color-foreground-success-inverted-s) var(--dt-color-foreground-success-inverted-l);
126
+ --dt-color-foreground-success-inverted-hsla: hsla(var(--dt-color-foreground-success-inverted-h) var(--dt-color-foreground-success-inverted-s) var(--dt-color-foreground-success-inverted-l) / var(--alpha, 100%));
127
+ --dt-color-foreground-success-inverted: #1AA340; /* Success text that sits on high-contrast surfaces or backgrounds */
128
+ --dt-color-foreground-success-strong-inverted-h: 136.15384615384616;
129
+ --dt-color-foreground-success-strong-inverted-s: 59.09090909090909%;
130
+ --dt-color-foreground-success-strong-inverted-l: 17.254901960784313%;
131
+ --dt-color-foreground-success-strong-inverted-hsl: var(--dt-color-foreground-success-strong-inverted-h) var(--dt-color-foreground-success-strong-inverted-s) var(--dt-color-foreground-success-strong-inverted-l);
132
+ --dt-color-foreground-success-strong-inverted-hsla: hsla(var(--dt-color-foreground-success-strong-inverted-h) var(--dt-color-foreground-success-strong-inverted-s) var(--dt-color-foreground-success-strong-inverted-l) / var(--alpha, 100%));
133
+ --dt-color-foreground-success-strong-inverted: #124620;
134
+ --dt-color-foreground-warning-inverted-h: 35.70247933884298;
135
+ --dt-color-foreground-warning-inverted-s: 88.32116788321169%;
136
+ --dt-color-foreground-warning-inverted-l: 26.862745098039216%;
137
+ --dt-color-foreground-warning-inverted-hsl: var(--dt-color-foreground-warning-inverted-h) var(--dt-color-foreground-warning-inverted-s) var(--dt-color-foreground-warning-inverted-l);
138
+ --dt-color-foreground-warning-inverted-hsla: hsla(var(--dt-color-foreground-warning-inverted-h) var(--dt-color-foreground-warning-inverted-s) var(--dt-color-foreground-warning-inverted-l) / var(--alpha, 100%));
139
+ --dt-color-foreground-warning-inverted: #815008; /* Warning text that sits on high-contrast surfaces or backgrounds */
140
+ --dt-color-link-primary-h: 261.00000000000006;
141
+ --dt-color-link-primary-s: 100%;
142
+ --dt-color-link-primary-l: 78.2%;
143
+ --dt-color-link-primary-hsl: var(--dt-color-link-primary-h) var(--dt-color-link-primary-s) var(--dt-color-link-primary-l);
144
+ --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%));
145
+ --dt-color-link-primary: hsl(261 100% 78.2%);
146
+ --dt-color-link-critical-h: 0;
147
+ --dt-color-link-critical-s: 100%;
148
+ --dt-color-link-critical-l: 76.07843137254902%;
149
+ --dt-color-link-critical-hsl: var(--dt-color-link-critical-h) var(--dt-color-link-critical-s) var(--dt-color-link-critical-l);
150
+ --dt-color-link-critical-hsla: hsla(var(--dt-color-link-critical-h) var(--dt-color-link-critical-s) var(--dt-color-link-critical-l) / var(--alpha, 100%));
151
+ --dt-color-link-critical: #FF8585;
152
+ --dt-color-link-success-h: 111.52173913043478;
153
+ --dt-color-link-success-s: 100%;
154
+ --dt-color-link-success-l: 81.96078431372548%;
155
+ --dt-color-link-success-hsl: var(--dt-color-link-success-h) var(--dt-color-link-success-s) var(--dt-color-link-success-l);
156
+ --dt-color-link-success-hsla: hsla(var(--dt-color-link-success-h) var(--dt-color-link-success-s) var(--dt-color-link-success-l) / var(--alpha, 100%));
157
+ --dt-color-link-success: #B0FFA3; /* positive */
158
+ --dt-color-link-warning-h: 42.99212598425196;
159
+ --dt-color-link-warning-s: 100%;
160
+ --dt-color-link-warning-l: 75.09803921568627%;
161
+ --dt-color-link-warning-hsl: var(--dt-color-link-warning-h) var(--dt-color-link-warning-s) var(--dt-color-link-warning-l);
162
+ --dt-color-link-warning-hsla: hsla(var(--dt-color-link-warning-h) var(--dt-color-link-warning-s) var(--dt-color-link-warning-l) / var(--alpha, 100%));
163
+ --dt-color-link-warning: #FFDB80;
164
+ --dt-color-link-muted-h: 0;
165
+ --dt-color-link-muted-s: 0%;
166
+ --dt-color-link-muted-l: 76.07843137254902%;
167
+ --dt-color-link-muted-hsl: var(--dt-color-link-muted-h) var(--dt-color-link-muted-s) var(--dt-color-link-muted-l);
168
+ --dt-color-link-muted-hsla: hsla(var(--dt-color-link-muted-h) var(--dt-color-link-muted-s) var(--dt-color-link-muted-l) / var(--alpha, 100%));
169
+ --dt-color-link-muted: #C2C2C2;
170
+ --dt-color-link-disabled-h: 0;
171
+ --dt-color-link-disabled-s: 0%;
172
+ --dt-color-link-disabled-l: 66.66666666666666%;
173
+ --dt-color-link-disabled-hsl: var(--dt-color-link-disabled-h) var(--dt-color-link-disabled-s) var(--dt-color-link-disabled-l);
174
+ --dt-color-link-disabled-hsla: hsla(var(--dt-color-link-disabled-h) var(--dt-color-link-disabled-s) var(--dt-color-link-disabled-l) / var(--alpha, 100%));
175
+ --dt-color-link-disabled: #AAAAAA;
176
+ --dt-color-link-primary-inverted-h: 254.5664739884393;
177
+ --dt-color-link-primary-inverted-s: 100%;
178
+ --dt-color-link-primary-inverted-l: 66.07843137254902%;
179
+ --dt-color-link-primary-inverted-hsl: var(--dt-color-link-primary-inverted-h) var(--dt-color-link-primary-inverted-s) var(--dt-color-link-primary-inverted-l);
180
+ --dt-color-link-primary-inverted-hsla: hsla(var(--dt-color-link-primary-inverted-h) var(--dt-color-link-primary-inverted-s) var(--dt-color-link-primary-inverted-l) / var(--alpha, 100%));
181
+ --dt-color-link-primary-inverted: #7C52FF;
182
+ --dt-color-link-critical-inverted-h: 0;
183
+ --dt-color-link-critical-inverted-s: 88.79999999999998%;
184
+ --dt-color-link-critical-inverted-l: 49.01960784313726%;
185
+ --dt-color-link-critical-inverted-hsl: var(--dt-color-link-critical-inverted-h) var(--dt-color-link-critical-inverted-s) var(--dt-color-link-critical-inverted-l);
186
+ --dt-color-link-critical-inverted-hsla: hsla(var(--dt-color-link-critical-inverted-h) var(--dt-color-link-critical-inverted-s) var(--dt-color-link-critical-inverted-l) / var(--alpha, 100%));
187
+ --dt-color-link-critical-inverted: #EC0E0E;
188
+ --dt-color-link-success-inverted-h: 136.64233576642334;
189
+ --dt-color-link-success-inverted-s: 72.4867724867725%;
190
+ --dt-color-link-success-inverted-l: 37.05882352941176%;
191
+ --dt-color-link-success-inverted-hsl: var(--dt-color-link-success-inverted-h) var(--dt-color-link-success-inverted-s) var(--dt-color-link-success-inverted-l);
192
+ --dt-color-link-success-inverted-hsla: hsla(var(--dt-color-link-success-inverted-h) var(--dt-color-link-success-inverted-s) var(--dt-color-link-success-inverted-l) / var(--alpha, 100%));
193
+ --dt-color-link-success-inverted: #1AA340;
194
+ --dt-color-link-warning-inverted-h: 35.70247933884298;
195
+ --dt-color-link-warning-inverted-s: 88.32116788321169%;
196
+ --dt-color-link-warning-inverted-l: 26.862745098039216%;
197
+ --dt-color-link-warning-inverted-hsl: var(--dt-color-link-warning-inverted-h) var(--dt-color-link-warning-inverted-s) var(--dt-color-link-warning-inverted-l);
198
+ --dt-color-link-warning-inverted-hsla: hsla(var(--dt-color-link-warning-inverted-h) var(--dt-color-link-warning-inverted-s) var(--dt-color-link-warning-inverted-l) / var(--alpha, 100%));
199
+ --dt-color-link-warning-inverted: #815008;
200
+ --dt-color-link-muted-inverted-h: 0;
201
+ --dt-color-link-muted-inverted-s: 0%;
202
+ --dt-color-link-muted-inverted-l: 22.745098039215687%;
203
+ --dt-color-link-muted-inverted-hsl: var(--dt-color-link-muted-inverted-h) var(--dt-color-link-muted-inverted-s) var(--dt-color-link-muted-inverted-l);
204
+ --dt-color-link-muted-inverted-hsla: hsla(var(--dt-color-link-muted-inverted-h) var(--dt-color-link-muted-inverted-s) var(--dt-color-link-muted-inverted-l) / var(--alpha, 100%));
205
+ --dt-color-link-muted-inverted: #3A3A3A;
206
+ --dt-color-link-disabled-inverted-h: 0;
207
+ --dt-color-link-disabled-inverted-s: 0%;
208
+ --dt-color-link-disabled-inverted-l: 50.19607843137255%;
209
+ --dt-color-link-disabled-inverted-hsl: var(--dt-color-link-disabled-inverted-h) var(--dt-color-link-disabled-inverted-s) var(--dt-color-link-disabled-inverted-l);
210
+ --dt-color-link-disabled-inverted-hsla: hsla(var(--dt-color-link-disabled-inverted-h) var(--dt-color-link-disabled-inverted-s) var(--dt-color-link-disabled-inverted-l) / var(--alpha, 100%));
211
+ --dt-color-link-disabled-inverted: #808080;
212
+ --dt-color-link-primary-hover-h: 260.35714285714283;
213
+ --dt-color-link-primary-hover-s: 100%;
214
+ --dt-color-link-primary-hover-l: 89.01960784313725%;
215
+ --dt-color-link-primary-hover-hsl: var(--dt-color-link-primary-hover-h) var(--dt-color-link-primary-hover-s) var(--dt-color-link-primary-hover-l);
216
+ --dt-color-link-primary-hover-hsla: hsla(var(--dt-color-link-primary-hover-h) var(--dt-color-link-primary-hover-s) var(--dt-color-link-primary-hover-l) / var(--alpha, 100%));
217
+ --dt-color-link-primary-hover: #DAC7FF;
218
+ --dt-color-link-critical-hover-h: 357.6923076923077;
219
+ --dt-color-link-critical-hover-s: 100%;
220
+ --dt-color-link-critical-hover-l: 94.90196078431372%;
221
+ --dt-color-link-critical-hover-hsl: var(--dt-color-link-critical-hover-h) var(--dt-color-link-critical-hover-s) var(--dt-color-link-critical-hover-l);
222
+ --dt-color-link-critical-hover-hsla: hsla(var(--dt-color-link-critical-hover-h) var(--dt-color-link-critical-hover-s) var(--dt-color-link-critical-hover-l) / var(--alpha, 100%));
223
+ --dt-color-link-critical-hover: #FFE5E6;
224
+ --dt-color-link-success-hover-h: 111.42857142857133;
225
+ --dt-color-link-success-hover-s: 53.84615384615389%;
226
+ --dt-color-link-success-hover-l: 94.90196078431372%;
227
+ --dt-color-link-success-hover-hsl: var(--dt-color-link-success-hover-h) var(--dt-color-link-success-hover-s) var(--dt-color-link-success-hover-l);
228
+ --dt-color-link-success-hover-hsla: hsla(var(--dt-color-link-success-hover-h) var(--dt-color-link-success-hover-s) var(--dt-color-link-success-hover-l) / var(--alpha, 100%));
229
+ --dt-color-link-success-hover: #EDF9EB;
230
+ --dt-color-link-warning-hover-h: 47.058823529411775;
231
+ --dt-color-link-warning-hover-s: 100%;
232
+ --dt-color-link-warning-hover-l: 90%;
233
+ --dt-color-link-warning-hover-hsl: var(--dt-color-link-warning-hover-h) var(--dt-color-link-warning-hover-s) var(--dt-color-link-warning-hover-l);
234
+ --dt-color-link-warning-hover-hsla: hsla(var(--dt-color-link-warning-hover-h) var(--dt-color-link-warning-hover-s) var(--dt-color-link-warning-hover-l) / var(--alpha, 100%));
235
+ --dt-color-link-warning-hover: #FFF4CC;
236
+ --dt-color-link-muted-hover-h: 0;
237
+ --dt-color-link-muted-hover-s: 0%;
238
+ --dt-color-link-muted-hover-l: 90.19607843137256%;
239
+ --dt-color-link-muted-hover-hsl: var(--dt-color-link-muted-hover-h) var(--dt-color-link-muted-hover-s) var(--dt-color-link-muted-hover-l);
240
+ --dt-color-link-muted-hover-hsla: hsla(var(--dt-color-link-muted-hover-h) var(--dt-color-link-muted-hover-s) var(--dt-color-link-muted-hover-l) / var(--alpha, 100%));
241
+ --dt-color-link-muted-hover: #E6E6E6;
242
+ --dt-color-link-disabled-hover-h: 0;
243
+ --dt-color-link-disabled-hover-s: 0%;
244
+ --dt-color-link-disabled-hover-l: 66.66666666666666%;
245
+ --dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hover-h) var(--dt-color-link-disabled-hover-s) var(--dt-color-link-disabled-hover-l);
246
+ --dt-color-link-disabled-hover-hsla: hsla(var(--dt-color-link-disabled-hover-h) var(--dt-color-link-disabled-hover-s) var(--dt-color-link-disabled-hover-l) / var(--alpha, 100%));
247
+ --dt-color-link-disabled-hover: #AAAAAA;
248
+ --dt-color-link-primary-inverted-hover-h: 254.49999999999997;
249
+ --dt-color-link-primary-inverted-hover-s: 67.41573033707866%;
250
+ --dt-color-link-primary-inverted-hover-l: 34.90196078431373%;
251
+ --dt-color-link-primary-inverted-hover-hsl: var(--dt-color-link-primary-inverted-hover-h) var(--dt-color-link-primary-inverted-hover-s) var(--dt-color-link-primary-inverted-hover-l);
252
+ --dt-color-link-primary-inverted-hover-hsla: hsla(var(--dt-color-link-primary-inverted-hover-h) var(--dt-color-link-primary-inverted-hover-s) var(--dt-color-link-primary-inverted-hover-l) / var(--alpha, 100%));
253
+ --dt-color-link-primary-inverted-hover: #3A1D95;
254
+ --dt-color-link-critical-inverted-hover-h: 0;
255
+ --dt-color-link-critical-inverted-hover-s: 88.659793814433%;
256
+ --dt-color-link-critical-inverted-hover-l: 38.03921568627451%;
257
+ --dt-color-link-critical-inverted-hover-hsl: var(--dt-color-link-critical-inverted-hover-h) var(--dt-color-link-critical-inverted-hover-s) var(--dt-color-link-critical-inverted-hover-l);
258
+ --dt-color-link-critical-inverted-hover-hsla: hsla(var(--dt-color-link-critical-inverted-hover-h) var(--dt-color-link-critical-inverted-hover-s) var(--dt-color-link-critical-inverted-hover-l) / var(--alpha, 100%));
259
+ --dt-color-link-critical-inverted-hover: #B70B0B;
260
+ --dt-color-link-success-inverted-hover-h: 136.15384615384616;
261
+ --dt-color-link-success-inverted-hover-s: 59.09090909090909%;
262
+ --dt-color-link-success-inverted-hover-l: 17.254901960784313%;
263
+ --dt-color-link-success-inverted-hover-hsl: var(--dt-color-link-success-inverted-hover-h) var(--dt-color-link-success-inverted-hover-s) var(--dt-color-link-success-inverted-hover-l);
264
+ --dt-color-link-success-inverted-hover-hsla: hsla(var(--dt-color-link-success-inverted-hover-h) var(--dt-color-link-success-inverted-hover-s) var(--dt-color-link-success-inverted-hover-l) / var(--alpha, 100%));
265
+ --dt-color-link-success-inverted-hover: #124620;
266
+ --dt-color-link-warning-inverted-hover-h: 0;
267
+ --dt-color-link-warning-inverted-hover-s: 0%;
268
+ --dt-color-link-warning-inverted-hover-l: 14.901960784313726%;
269
+ --dt-color-link-warning-inverted-hover-hsl: var(--dt-color-link-warning-inverted-hover-h) var(--dt-color-link-warning-inverted-hover-s) var(--dt-color-link-warning-inverted-hover-l);
270
+ --dt-color-link-warning-inverted-hover-hsla: hsla(var(--dt-color-link-warning-inverted-hover-h) var(--dt-color-link-warning-inverted-hover-s) var(--dt-color-link-warning-inverted-hover-l) / var(--alpha, 100%));
271
+ --dt-color-link-warning-inverted-hover: #262626;
272
+ --dt-color-link-muted-inverted-hover-h: 0;
273
+ --dt-color-link-muted-inverted-hover-s: 0%;
274
+ --dt-color-link-muted-inverted-hover-l: 0%;
275
+ --dt-color-link-muted-inverted-hover-hsl: var(--dt-color-link-muted-inverted-hover-h) var(--dt-color-link-muted-inverted-hover-s) var(--dt-color-link-muted-inverted-hover-l);
276
+ --dt-color-link-muted-inverted-hover-hsla: hsla(var(--dt-color-link-muted-inverted-hover-h) var(--dt-color-link-muted-inverted-hover-s) var(--dt-color-link-muted-inverted-hover-l) / var(--alpha, 100%));
277
+ --dt-color-link-muted-inverted-hover: #000000;
278
+ --dt-color-link-disabled-inverted-hover-h: 0;
279
+ --dt-color-link-disabled-inverted-hover-s: 0%;
280
+ --dt-color-link-disabled-inverted-hover-l: 50.19607843137255%;
281
+ --dt-color-link-disabled-inverted-hover-hsl: var(--dt-color-link-disabled-inverted-hover-h) var(--dt-color-link-disabled-inverted-hover-s) var(--dt-color-link-disabled-inverted-hover-l);
282
+ --dt-color-link-disabled-inverted-hover-hsla: hsla(var(--dt-color-link-disabled-inverted-hover-h) var(--dt-color-link-disabled-inverted-hover-s) var(--dt-color-link-disabled-inverted-hover-l) / var(--alpha, 100%));
283
+ --dt-color-link-disabled-inverted-hover: #808080;
284
+ --dt-color-surface-secondary-opaque-h: 0;
285
+ --dt-color-surface-secondary-opaque-s: 0%;
286
+ --dt-color-surface-secondary-opaque-l: 90.2%;
287
+ --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);
288
+ --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%));
289
+ --dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.06);
290
+ --dt-color-surface-moderate-opaque-h: 0;
291
+ --dt-color-surface-moderate-opaque-s: 0%;
292
+ --dt-color-surface-moderate-opaque-l: 90.2%;
293
+ --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);
294
+ --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%));
295
+ --dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.15);
296
+ --dt-color-surface-bold-opaque-h: 0;
297
+ --dt-color-surface-bold-opaque-s: 0%;
298
+ --dt-color-surface-bold-opaque-l: 90.2%;
299
+ --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);
300
+ --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%));
301
+ --dt-color-surface-bold-opaque: hsl(0 0% 90.2% / 0.27);
302
+ --dt-color-surface-strong-opaque-h: 0;
303
+ --dt-color-surface-strong-opaque-s: 0%;
304
+ --dt-color-surface-strong-opaque-l: 90.2%;
305
+ --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);
306
+ --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%));
307
+ --dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.65);
308
+ --dt-color-surface-contrast-opaque-h: 0;
309
+ --dt-color-surface-contrast-opaque-s: 0%;
310
+ --dt-color-surface-contrast-opaque-l: 90.2%;
311
+ --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);
312
+ --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%));
313
+ --dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / 0.96);
314
+ --dt-color-surface-backdrop-h: 0;
315
+ --dt-color-surface-backdrop-s: 0%;
316
+ --dt-color-surface-backdrop-l: 0%;
317
+ --dt-color-surface-backdrop-hsl: var(--dt-color-surface-backdrop-h) var(--dt-color-surface-backdrop-s) var(--dt-color-surface-backdrop-l);
318
+ --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%));
319
+ --dt-color-surface-backdrop: hsl(0 0% 0% / 0.7); /* Background color for a modal-like backdrop. */
320
+ --dt-color-surface-critical-opaque-h: 0;
321
+ --dt-color-surface-critical-opaque-s: 88.7%;
322
+ --dt-color-surface-critical-opaque-l: 38%;
323
+ --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);
324
+ --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%));
325
+ --dt-color-surface-critical-opaque: hsl(0 88.7% 38% / 0.32);
326
+ --dt-color-surface-critical-subtle-opaque-h: 0;
327
+ --dt-color-surface-critical-subtle-opaque-s: 89.60000000000001%;
328
+ --dt-color-surface-critical-subtle-opaque-l: 9.41%;
329
+ --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);
330
+ --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%));
331
+ --dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / 0.5);
332
+ --dt-color-surface-warning-opaque-h: 35.89999999999999;
333
+ --dt-color-surface-warning-opaque-s: 66.00000000000001%;
334
+ --dt-color-surface-warning-opaque-l: 49.6%;
335
+ --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);
336
+ --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%));
337
+ --dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / 0.48);
338
+ --dt-color-surface-warning-subtle-opaque-h: 35.7;
339
+ --dt-color-surface-warning-subtle-opaque-s: 88.29999999999998%;
340
+ --dt-color-surface-warning-subtle-opaque-l: 13.4%;
341
+ --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);
342
+ --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%));
343
+ --dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / 0.5);
344
+ --dt-color-surface-success-opaque-h: 137;
345
+ --dt-color-surface-success-opaque-s: 72.50000000000001%;
346
+ --dt-color-surface-success-opaque-l: 37.1%;
347
+ --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);
348
+ --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%));
349
+ --dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.26);
350
+ --dt-color-surface-success-subtle-opaque-h: 136;
351
+ --dt-color-surface-success-subtle-opaque-s: 59.09999999999999%;
352
+ --dt-color-surface-success-subtle-opaque-l: 8.63%;
353
+ --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);
354
+ --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%));
355
+ --dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / 0.5);
356
+ --dt-color-surface-info-opaque-h: 212;
357
+ --dt-color-surface-info-opaque-s: 79.19999999999999%;
358
+ --dt-color-surface-info-opaque-l: 43.3%;
359
+ --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);
360
+ --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%));
361
+ --dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.29);
362
+ --dt-color-surface-info-subtle-opaque-h: 213.20966997513474;
363
+ --dt-color-surface-info-subtle-opaque-s: 96.9787556672879%;
364
+ --dt-color-surface-info-subtle-opaque-l: 12.97997843137255%;
365
+ --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);
366
+ --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%));
367
+ --dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / 0.5);
368
+ --dt-color-surface-primary-h: 0;
369
+ --dt-color-surface-primary-s: 0%;
370
+ --dt-color-surface-primary-l: 12%;
371
+ --dt-color-surface-primary-hsl: var(--dt-color-surface-primary-h) var(--dt-color-surface-primary-s) var(--dt-color-surface-primary-l);
372
+ --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%));
373
+ --dt-color-surface-primary: hsl(0 0% 12%);
374
+ --dt-color-surface-secondary-h: 0;
375
+ --dt-color-surface-secondary-s: 0%;
376
+ --dt-color-surface-secondary-l: 14.901960784313726%;
377
+ --dt-color-surface-secondary-hsl: var(--dt-color-surface-secondary-h) var(--dt-color-surface-secondary-s) var(--dt-color-surface-secondary-l);
378
+ --dt-color-surface-secondary-hsla: hsla(var(--dt-color-surface-secondary-h) var(--dt-color-surface-secondary-s) var(--dt-color-surface-secondary-l) / var(--alpha, 100%));
379
+ --dt-color-surface-secondary: #262626;
380
+ --dt-color-surface-moderate-h: 0;
381
+ --dt-color-surface-moderate-s: 0%;
382
+ --dt-color-surface-moderate-l: 22.745098039215687%;
383
+ --dt-color-surface-moderate-hsl: var(--dt-color-surface-moderate-h) var(--dt-color-surface-moderate-s) var(--dt-color-surface-moderate-l);
384
+ --dt-color-surface-moderate-hsla: hsla(var(--dt-color-surface-moderate-h) var(--dt-color-surface-moderate-s) var(--dt-color-surface-moderate-l) / var(--alpha, 100%));
385
+ --dt-color-surface-moderate: #3A3A3A;
386
+ --dt-color-surface-bold-h: 0;
387
+ --dt-color-surface-bold-s: 0%;
388
+ --dt-color-surface-bold-l: 33.33333333333333%;
389
+ --dt-color-surface-bold-hsl: var(--dt-color-surface-bold-h) var(--dt-color-surface-bold-s) var(--dt-color-surface-bold-l);
390
+ --dt-color-surface-bold-hsla: hsla(var(--dt-color-surface-bold-h) var(--dt-color-surface-bold-s) var(--dt-color-surface-bold-l) / var(--alpha, 100%));
391
+ --dt-color-surface-bold: #555555;
392
+ --dt-color-surface-strong-h: 0;
393
+ --dt-color-surface-strong-s: 0%;
394
+ --dt-color-surface-strong-l: 66.66666666666666%;
395
+ --dt-color-surface-strong-hsl: var(--dt-color-surface-strong-h) var(--dt-color-surface-strong-s) var(--dt-color-surface-strong-l);
396
+ --dt-color-surface-strong-hsla: hsla(var(--dt-color-surface-strong-h) var(--dt-color-surface-strong-s) var(--dt-color-surface-strong-l) / var(--alpha, 100%));
397
+ --dt-color-surface-strong: #AAAAAA; /* Use sparingly to draw the eye to a relatively important region. */
398
+ --dt-color-surface-contrast-h: 0;
399
+ --dt-color-surface-contrast-s: 0%;
400
+ --dt-color-surface-contrast-l: 90.19607843137256%;
401
+ --dt-color-surface-contrast-hsl: var(--dt-color-surface-contrast-h) var(--dt-color-surface-contrast-s) var(--dt-color-surface-contrast-l);
402
+ --dt-color-surface-contrast-hsla: hsla(var(--dt-color-surface-contrast-h) var(--dt-color-surface-contrast-s) var(--dt-color-surface-contrast-l) / var(--alpha, 100%));
403
+ --dt-color-surface-contrast: #E6E6E6;
404
+ --dt-color-surface-critical-h: 0;
405
+ --dt-color-surface-critical-s: 89.58333333333334%;
406
+ --dt-color-surface-critical-l: 18.823529411764707%;
407
+ --dt-color-surface-critical-hsl: var(--dt-color-surface-critical-h) var(--dt-color-surface-critical-s) var(--dt-color-surface-critical-l);
408
+ --dt-color-surface-critical-hsla: hsla(var(--dt-color-surface-critical-h) var(--dt-color-surface-critical-s) var(--dt-color-surface-critical-l) / var(--alpha, 100%));
409
+ --dt-color-surface-critical: #5B0505; /* Background surface color containing error, danger, or otherwise critical messaging or elements. */
410
+ --dt-color-surface-critical-subtle-h: 0;
411
+ --dt-color-surface-critical-subtle-s: 89.60000000000001%;
412
+ --dt-color-surface-critical-subtle-l: 9.41%;
413
+ --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);
414
+ --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%));
415
+ --dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%);
416
+ --dt-color-surface-critical-strong-h: 0;
417
+ --dt-color-surface-critical-strong-s: 100%;
418
+ --dt-color-surface-critical-strong-l: 76.07843137254902%;
419
+ --dt-color-surface-critical-strong-hsl: var(--dt-color-surface-critical-strong-h) var(--dt-color-surface-critical-strong-s) var(--dt-color-surface-critical-strong-l);
420
+ --dt-color-surface-critical-strong-hsla: hsla(var(--dt-color-surface-critical-strong-h) var(--dt-color-surface-critical-strong-s) var(--dt-color-surface-critical-strong-l) / var(--alpha, 100%));
421
+ --dt-color-surface-critical-strong: #FF8585; /* A contrasting critical surface, most likely paired with inverted foreground colors. */
422
+ --dt-color-surface-warning-h: 35.70247933884298;
423
+ --dt-color-surface-warning-s: 88.32116788321169%;
424
+ --dt-color-surface-warning-l: 26.862745098039216%;
425
+ --dt-color-surface-warning-hsl: var(--dt-color-surface-warning-h) var(--dt-color-surface-warning-s) var(--dt-color-surface-warning-l);
426
+ --dt-color-surface-warning-hsla: hsla(var(--dt-color-surface-warning-h) var(--dt-color-surface-warning-s) var(--dt-color-surface-warning-l) / var(--alpha, 100%));
427
+ --dt-color-surface-warning: #815008; /* Background surface color highlighting messaging or elements that may require user's attention. */
428
+ --dt-color-surface-warning-subtle-h: 35.7;
429
+ --dt-color-surface-warning-subtle-s: 88.29999999999998%;
430
+ --dt-color-surface-warning-subtle-l: 13.4%;
431
+ --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);
432
+ --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%));
433
+ --dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%);
434
+ --dt-color-surface-warning-strong-h: 35.92814371257486;
435
+ --dt-color-surface-warning-strong-s: 66.00790513833991%;
436
+ --dt-color-surface-warning-strong-l: 49.6078431372549%;
437
+ --dt-color-surface-warning-strong-hsl: var(--dt-color-surface-warning-strong-h) var(--dt-color-surface-warning-strong-s) var(--dt-color-surface-warning-strong-l);
438
+ --dt-color-surface-warning-strong-hsla: hsla(var(--dt-color-surface-warning-strong-h) var(--dt-color-surface-warning-strong-s) var(--dt-color-surface-warning-strong-l) / var(--alpha, 100%));
439
+ --dt-color-surface-warning-strong: #D28F2B; /* A contrasting warning surface, most likely paired with inverted foreground colors. */
440
+ --dt-color-surface-success-h: 136.15384615384616;
441
+ --dt-color-surface-success-s: 59.09090909090909%;
442
+ --dt-color-surface-success-l: 17.254901960784313%;
443
+ --dt-color-surface-success-hsl: var(--dt-color-surface-success-h) var(--dt-color-surface-success-s) var(--dt-color-surface-success-l);
444
+ --dt-color-surface-success-hsla: hsla(var(--dt-color-surface-success-h) var(--dt-color-surface-success-s) var(--dt-color-surface-success-l) / var(--alpha, 100%));
445
+ --dt-color-surface-success: #124620; /* Background surface color containing messaging or elements expressing a positive or successful state. */
446
+ --dt-color-surface-success-subtle-h: 136;
447
+ --dt-color-surface-success-subtle-s: 59.09999999999999%;
448
+ --dt-color-surface-success-subtle-l: 8.63%;
449
+ --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);
450
+ --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%));
451
+ --dt-color-surface-success-subtle: hsl(136 59.1% 8.63%);
452
+ --dt-color-surface-success-strong-h: 111.52173913043478;
453
+ --dt-color-surface-success-strong-s: 100%;
454
+ --dt-color-surface-success-strong-l: 81.96078431372548%;
455
+ --dt-color-surface-success-strong-hsl: var(--dt-color-surface-success-strong-h) var(--dt-color-surface-success-strong-s) var(--dt-color-surface-success-strong-l);
456
+ --dt-color-surface-success-strong-hsla: hsla(var(--dt-color-surface-success-strong-h) var(--dt-color-surface-success-strong-s) var(--dt-color-surface-success-strong-l) / var(--alpha, 100%));
457
+ --dt-color-surface-success-strong: #B0FFA3; /* A contrasting positive state surface, most likely paired with inverted foreground colors. */
458
+ --dt-color-surface-info-h: 212.77777777777777;
459
+ --dt-color-surface-info-s: 98.18181818181819%;
460
+ --dt-color-surface-info-l: 21.56862745098039%;
461
+ --dt-color-surface-info-hsl: var(--dt-color-surface-info-h) var(--dt-color-surface-info-s) var(--dt-color-surface-info-l);
462
+ --dt-color-surface-info-hsla: hsla(var(--dt-color-surface-info-h) var(--dt-color-surface-info-s) var(--dt-color-surface-info-l) / var(--alpha, 100%));
463
+ --dt-color-surface-info: #01326D; /* Background surface color containing messaging or elements communicated as generally informational. */
464
+ --dt-color-surface-info-subtle-h: 213.20966997513474;
465
+ --dt-color-surface-info-subtle-s: 96.9787556672879%;
466
+ --dt-color-surface-info-subtle-l: 12.97997843137255%;
467
+ --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);
468
+ --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%));
469
+ --dt-color-surface-info-subtle: hsl(213 98.2% 12.9%);
470
+ --dt-color-surface-info-strong-h: 212.35294117647058;
471
+ --dt-color-surface-info-strong-s: 100%;
472
+ --dt-color-surface-info-strong-l: 80%;
473
+ --dt-color-surface-info-strong-hsl: var(--dt-color-surface-info-strong-h) var(--dt-color-surface-info-strong-s) var(--dt-color-surface-info-strong-l);
474
+ --dt-color-surface-info-strong-hsla: hsla(var(--dt-color-surface-info-strong-h) var(--dt-color-surface-info-strong-s) var(--dt-color-surface-info-strong-l) / var(--alpha, 100%));
475
+ --dt-color-surface-info-strong: #99C8FF; /* A contrasting informational surface, most likely paired with inverted foreground colors. */
476
+ --dt-color-border-subtle-h: 0;
477
+ --dt-color-border-subtle-s: 0%;
478
+ --dt-color-border-subtle-l: 100%;
479
+ --dt-color-border-subtle-hsl: var(--dt-color-border-subtle-h) var(--dt-color-border-subtle-s) var(--dt-color-border-subtle-l);
480
+ --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%));
481
+ --dt-color-border-subtle: hsl(0 0% 100% / 0.14);
482
+ --dt-color-border-default-h: 0;
483
+ --dt-color-border-default-s: 0%;
484
+ --dt-color-border-default-l: 100%;
485
+ --dt-color-border-default-hsl: var(--dt-color-border-default-h) var(--dt-color-border-default-s) var(--dt-color-border-default-l);
486
+ --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%));
487
+ --dt-color-border-default: hsl(0 0% 100% / 0.22);
488
+ --dt-color-border-moderate-h: 0;
489
+ --dt-color-border-moderate-s: 0%;
490
+ --dt-color-border-moderate-l: 100%;
491
+ --dt-color-border-moderate-hsl: var(--dt-color-border-moderate-h) var(--dt-color-border-moderate-s) var(--dt-color-border-moderate-l);
492
+ --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%));
493
+ --dt-color-border-moderate: hsl(0 0% 100% / 0.36);
494
+ --dt-color-border-bold-h: 0;
495
+ --dt-color-border-bold-s: 0%;
496
+ --dt-color-border-bold-l: 100%;
497
+ --dt-color-border-bold-hsl: var(--dt-color-border-bold-h) var(--dt-color-border-bold-s) var(--dt-color-border-bold-l);
498
+ --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%));
499
+ --dt-color-border-bold: hsl(0 0% 100% / 0.5);
500
+ --dt-color-border-subtle-inverted-h: 0;
501
+ --dt-color-border-subtle-inverted-s: 0%;
502
+ --dt-color-border-subtle-inverted-l: 0%;
503
+ --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);
504
+ --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%));
505
+ --dt-color-border-subtle-inverted: hsl(0 0% 0% / 0.1);
506
+ --dt-color-border-default-inverted-h: 0;
507
+ --dt-color-border-default-inverted-s: 0%;
508
+ --dt-color-border-default-inverted-l: 0%;
509
+ --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);
510
+ --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%));
511
+ --dt-color-border-default-inverted: hsl(0 0% 0% / 0.18);
512
+ --dt-color-border-moderate-inverted-h: 0;
513
+ --dt-color-border-moderate-inverted-s: 0%;
514
+ --dt-color-border-moderate-inverted-l: 0%;
515
+ --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);
516
+ --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%));
517
+ --dt-color-border-moderate-inverted: hsl(0 0% 0% / 0.34);
518
+ --dt-color-border-bold-inverted-h: 0;
519
+ --dt-color-border-bold-inverted-s: 0%;
520
+ --dt-color-border-bold-inverted-l: 0%;
521
+ --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);
522
+ --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%));
523
+ --dt-color-border-bold-inverted: hsl(0 0% 0% / 0.5);
524
+ --dt-color-border-focus-h: 212.60115606936418;
525
+ --dt-color-border-focus-s: 98.85714285714286%;
526
+ --dt-color-border-focus-l: 65.68627450980392%;
527
+ --dt-color-border-focus-hsl: var(--dt-color-border-focus-h) var(--dt-color-border-focus-s) var(--dt-color-border-focus-l);
528
+ --dt-color-border-focus-hsla: hsla(var(--dt-color-border-focus-h) var(--dt-color-border-focus-s) var(--dt-color-border-focus-l) / var(--alpha, 100%));
529
+ --dt-color-border-focus: #51A0FE;
530
+ --dt-color-border-critical-h: 0;
531
+ --dt-color-border-critical-s: 100%;
532
+ --dt-color-border-critical-l: 76.07843137254902%;
533
+ --dt-color-border-critical-hsl: var(--dt-color-border-critical-h) var(--dt-color-border-critical-s) var(--dt-color-border-critical-l);
534
+ --dt-color-border-critical-hsla: hsla(var(--dt-color-border-critical-h) var(--dt-color-border-critical-s) var(--dt-color-border-critical-l) / var(--alpha, 100%));
535
+ --dt-color-border-critical: #FF8585;
536
+ --dt-color-border-success-h: 111.52173913043478;
537
+ --dt-color-border-success-s: 100%;
538
+ --dt-color-border-success-l: 81.96078431372548%;
539
+ --dt-color-border-success-hsl: var(--dt-color-border-success-h) var(--dt-color-border-success-s) var(--dt-color-border-success-l);
540
+ --dt-color-border-success-hsla: hsla(var(--dt-color-border-success-h) var(--dt-color-border-success-s) var(--dt-color-border-success-l) / var(--alpha, 100%));
541
+ --dt-color-border-success: #B0FFA3;
542
+ --dt-color-border-warning-h: 42.99212598425196;
543
+ --dt-color-border-warning-s: 100%;
544
+ --dt-color-border-warning-l: 75.09803921568627%;
545
+ --dt-color-border-warning-hsl: var(--dt-color-border-warning-h) var(--dt-color-border-warning-s) var(--dt-color-border-warning-l);
546
+ --dt-color-border-warning-hsla: hsla(var(--dt-color-border-warning-h) var(--dt-color-border-warning-s) var(--dt-color-border-warning-l) / var(--alpha, 100%));
547
+ --dt-color-border-warning: #FFDB80;
548
+ --dt-color-border-brand-h: 254.5664739884393;
549
+ --dt-color-border-brand-s: 100%;
550
+ --dt-color-border-brand-l: 66.07843137254902%;
551
+ --dt-color-border-brand-hsl: var(--dt-color-border-brand-h) var(--dt-color-border-brand-s) var(--dt-color-border-brand-l);
552
+ --dt-color-border-brand-hsla: hsla(var(--dt-color-border-brand-h) var(--dt-color-border-brand-s) var(--dt-color-border-brand-l) / var(--alpha, 100%));
553
+ --dt-color-border-brand: #7C52FF;
554
+ --dt-color-border-ai-h: 0;
555
+ --dt-color-border-ai-s: 0%;
556
+ --dt-color-border-ai-l: 0%;
557
+ --dt-color-border-ai-hsl: var(--dt-color-border-ai-h) var(--dt-color-border-ai-s) var(--dt-color-border-ai-l);
558
+ --dt-color-border-ai-hsla: hsla(var(--dt-color-border-ai-h) var(--dt-color-border-ai-s) var(--dt-color-border-ai-l) / var(--alpha, 100%));
559
+ --dt-color-border-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
560
+ --dt-color-border-accent-h: 325.7831325301205;
561
+ --dt-color-border-accent-s: 100%;
562
+ --dt-color-border-accent-l: 48.8235294117647%;
563
+ --dt-color-border-accent-hsl: var(--dt-color-border-accent-h) var(--dt-color-border-accent-s) var(--dt-color-border-accent-l);
564
+ --dt-color-border-accent-hsla: hsla(var(--dt-color-border-accent-h) var(--dt-color-border-accent-s) var(--dt-color-border-accent-l) / var(--alpha, 100%));
565
+ --dt-color-border-accent: #F9008E;
566
+ --dt-color-border-critical-subtle-h: 0;
567
+ --dt-color-border-critical-subtle-s: 88.659793814433%;
568
+ --dt-color-border-critical-subtle-l: 38.03921568627451%;
569
+ --dt-color-border-critical-subtle-hsl: var(--dt-color-border-critical-subtle-h) var(--dt-color-border-critical-subtle-s) var(--dt-color-border-critical-subtle-l);
570
+ --dt-color-border-critical-subtle-hsla: hsla(var(--dt-color-border-critical-subtle-h) var(--dt-color-border-critical-subtle-s) var(--dt-color-border-critical-subtle-l) / var(--alpha, 100%));
571
+ --dt-color-border-critical-subtle: #B70B0B;
572
+ --dt-color-border-critical-strong-h: 357.6923076923077;
573
+ --dt-color-border-critical-strong-s: 100%;
574
+ --dt-color-border-critical-strong-l: 94.90196078431372%;
575
+ --dt-color-border-critical-strong-hsl: var(--dt-color-border-critical-strong-h) var(--dt-color-border-critical-strong-s) var(--dt-color-border-critical-strong-l);
576
+ --dt-color-border-critical-strong-hsla: hsla(var(--dt-color-border-critical-strong-h) var(--dt-color-border-critical-strong-s) var(--dt-color-border-critical-strong-l) / var(--alpha, 100%));
577
+ --dt-color-border-critical-strong: #FFE5E6;
578
+ --dt-color-border-success-subtle-h: 136.64233576642334;
579
+ --dt-color-border-success-subtle-s: 72.4867724867725%;
580
+ --dt-color-border-success-subtle-l: 37.05882352941176%;
581
+ --dt-color-border-success-subtle-hsl: var(--dt-color-border-success-subtle-h) var(--dt-color-border-success-subtle-s) var(--dt-color-border-success-subtle-l);
582
+ --dt-color-border-success-subtle-hsla: hsla(var(--dt-color-border-success-subtle-h) var(--dt-color-border-success-subtle-s) var(--dt-color-border-success-subtle-l) / var(--alpha, 100%));
583
+ --dt-color-border-success-subtle: #1AA340;
584
+ --dt-color-border-success-strong-h: 111.42857142857133;
585
+ --dt-color-border-success-strong-s: 53.84615384615389%;
586
+ --dt-color-border-success-strong-l: 94.90196078431372%;
587
+ --dt-color-border-success-strong-hsl: var(--dt-color-border-success-strong-h) var(--dt-color-border-success-strong-s) var(--dt-color-border-success-strong-l);
588
+ --dt-color-border-success-strong-hsla: hsla(var(--dt-color-border-success-strong-h) var(--dt-color-border-success-strong-s) var(--dt-color-border-success-strong-l) / var(--alpha, 100%));
589
+ --dt-color-border-success-strong: #EDF9EB;
590
+ --dt-color-border-warning-subtle-h: 35.92814371257486;
591
+ --dt-color-border-warning-subtle-s: 66.00790513833991%;
592
+ --dt-color-border-warning-subtle-l: 49.6078431372549%;
593
+ --dt-color-border-warning-subtle-hsl: var(--dt-color-border-warning-subtle-h) var(--dt-color-border-warning-subtle-s) var(--dt-color-border-warning-subtle-l);
594
+ --dt-color-border-warning-subtle-hsla: hsla(var(--dt-color-border-warning-subtle-h) var(--dt-color-border-warning-subtle-s) var(--dt-color-border-warning-subtle-l) / var(--alpha, 100%));
595
+ --dt-color-border-warning-subtle: #D28F2B;
596
+ --dt-color-border-warning-strong-h: 47.058823529411775;
597
+ --dt-color-border-warning-strong-s: 100%;
598
+ --dt-color-border-warning-strong-l: 90%;
599
+ --dt-color-border-warning-strong-hsl: var(--dt-color-border-warning-strong-h) var(--dt-color-border-warning-strong-s) var(--dt-color-border-warning-strong-l);
600
+ --dt-color-border-warning-strong-hsla: hsla(var(--dt-color-border-warning-strong-h) var(--dt-color-border-warning-strong-s) var(--dt-color-border-warning-strong-l) / var(--alpha, 100%));
601
+ --dt-color-border-warning-strong: #FFF4CC;
602
+ --dt-color-border-brand-subtle-h: 254.49999999999997;
603
+ --dt-color-border-brand-subtle-s: 67.41573033707866%;
604
+ --dt-color-border-brand-subtle-l: 34.90196078431373%;
605
+ --dt-color-border-brand-subtle-hsl: var(--dt-color-border-brand-subtle-h) var(--dt-color-border-brand-subtle-s) var(--dt-color-border-brand-subtle-l);
606
+ --dt-color-border-brand-subtle-hsla: hsla(var(--dt-color-border-brand-subtle-h) var(--dt-color-border-brand-subtle-s) var(--dt-color-border-brand-subtle-l) / var(--alpha, 100%));
607
+ --dt-color-border-brand-subtle: #3A1D95;
608
+ --dt-color-border-brand-strong-h: 260.35714285714283;
609
+ --dt-color-border-brand-strong-s: 100%;
610
+ --dt-color-border-brand-strong-l: 89.01960784313725%;
611
+ --dt-color-border-brand-strong-hsl: var(--dt-color-border-brand-strong-h) var(--dt-color-border-brand-strong-s) var(--dt-color-border-brand-strong-l);
612
+ --dt-color-border-brand-strong-hsla: hsla(var(--dt-color-border-brand-strong-h) var(--dt-color-border-brand-strong-s) var(--dt-color-border-brand-strong-l) / var(--alpha, 100%));
613
+ --dt-color-border-brand-strong: #DAC7FF;
614
+ --dt-color-border-critical-inverted-h: 0;
615
+ --dt-color-border-critical-inverted-s: 88.79999999999998%;
616
+ --dt-color-border-critical-inverted-l: 49.01960784313726%;
617
+ --dt-color-border-critical-inverted-hsl: var(--dt-color-border-critical-inverted-h) var(--dt-color-border-critical-inverted-s) var(--dt-color-border-critical-inverted-l);
618
+ --dt-color-border-critical-inverted-hsla: hsla(var(--dt-color-border-critical-inverted-h) var(--dt-color-border-critical-inverted-s) var(--dt-color-border-critical-inverted-l) / var(--alpha, 100%));
619
+ --dt-color-border-critical-inverted: #EC0E0E;
620
+ --dt-color-border-success-inverted-h: 136.64233576642334;
621
+ --dt-color-border-success-inverted-s: 72.4867724867725%;
622
+ --dt-color-border-success-inverted-l: 37.05882352941176%;
623
+ --dt-color-border-success-inverted-hsl: var(--dt-color-border-success-inverted-h) var(--dt-color-border-success-inverted-s) var(--dt-color-border-success-inverted-l);
624
+ --dt-color-border-success-inverted-hsla: hsla(var(--dt-color-border-success-inverted-h) var(--dt-color-border-success-inverted-s) var(--dt-color-border-success-inverted-l) / var(--alpha, 100%));
625
+ --dt-color-border-success-inverted: #1AA340;
626
+ --dt-color-border-warning-inverted-h: 35.92814371257486;
627
+ --dt-color-border-warning-inverted-s: 66.00790513833991%;
628
+ --dt-color-border-warning-inverted-l: 49.6078431372549%;
629
+ --dt-color-border-warning-inverted-hsl: var(--dt-color-border-warning-inverted-h) var(--dt-color-border-warning-inverted-s) var(--dt-color-border-warning-inverted-l);
630
+ --dt-color-border-warning-inverted-hsla: hsla(var(--dt-color-border-warning-inverted-h) var(--dt-color-border-warning-inverted-s) var(--dt-color-border-warning-inverted-l) / var(--alpha, 100%));
631
+ --dt-color-border-warning-inverted: #D28F2B;
632
+ --dt-color-border-brand-inverted-h: 254.5664739884393;
633
+ --dt-color-border-brand-inverted-s: 100%;
634
+ --dt-color-border-brand-inverted-l: 66.07843137254902%;
635
+ --dt-color-border-brand-inverted-hsl: var(--dt-color-border-brand-inverted-h) var(--dt-color-border-brand-inverted-s) var(--dt-color-border-brand-inverted-l);
636
+ --dt-color-border-brand-inverted-hsla: hsla(var(--dt-color-border-brand-inverted-h) var(--dt-color-border-brand-inverted-s) var(--dt-color-border-brand-inverted-l) / var(--alpha, 100%));
637
+ --dt-color-border-brand-inverted: #7C52FF;
638
+ --dt-color-border-critical-subtle-inverted-h: 0;
639
+ --dt-color-border-critical-subtle-inverted-s: 100%;
640
+ --dt-color-border-critical-subtle-inverted-l: 76.07843137254902%;
641
+ --dt-color-border-critical-subtle-inverted-hsl: var(--dt-color-border-critical-subtle-inverted-h) var(--dt-color-border-critical-subtle-inverted-s) var(--dt-color-border-critical-subtle-inverted-l);
642
+ --dt-color-border-critical-subtle-inverted-hsla: hsla(var(--dt-color-border-critical-subtle-inverted-h) var(--dt-color-border-critical-subtle-inverted-s) var(--dt-color-border-critical-subtle-inverted-l) / var(--alpha, 100%));
643
+ --dt-color-border-critical-subtle-inverted: #FF8585;
644
+ --dt-color-border-critical-strong-inverted-h: 0;
645
+ --dt-color-border-critical-strong-inverted-s: 88.659793814433%;
646
+ --dt-color-border-critical-strong-inverted-l: 38.03921568627451%;
647
+ --dt-color-border-critical-strong-inverted-hsl: var(--dt-color-border-critical-strong-inverted-h) var(--dt-color-border-critical-strong-inverted-s) var(--dt-color-border-critical-strong-inverted-l);
648
+ --dt-color-border-critical-strong-inverted-hsla: hsla(var(--dt-color-border-critical-strong-inverted-h) var(--dt-color-border-critical-strong-inverted-s) var(--dt-color-border-critical-strong-inverted-l) / var(--alpha, 100%));
649
+ --dt-color-border-critical-strong-inverted: #B70B0B;
650
+ --dt-color-border-success-subtle-inverted-h: 111.52173913043478;
651
+ --dt-color-border-success-subtle-inverted-s: 100%;
652
+ --dt-color-border-success-subtle-inverted-l: 81.96078431372548%;
653
+ --dt-color-border-success-subtle-inverted-hsl: var(--dt-color-border-success-subtle-inverted-h) var(--dt-color-border-success-subtle-inverted-s) var(--dt-color-border-success-subtle-inverted-l);
654
+ --dt-color-border-success-subtle-inverted-hsla: hsla(var(--dt-color-border-success-subtle-inverted-h) var(--dt-color-border-success-subtle-inverted-s) var(--dt-color-border-success-subtle-inverted-l) / var(--alpha, 100%));
655
+ --dt-color-border-success-subtle-inverted: #B0FFA3;
656
+ --dt-color-border-success-strong-inverted-h: 136.15384615384616;
657
+ --dt-color-border-success-strong-inverted-s: 59.09090909090909%;
658
+ --dt-color-border-success-strong-inverted-l: 17.254901960784313%;
659
+ --dt-color-border-success-strong-inverted-hsl: var(--dt-color-border-success-strong-inverted-h) var(--dt-color-border-success-strong-inverted-s) var(--dt-color-border-success-strong-inverted-l);
660
+ --dt-color-border-success-strong-inverted-hsla: hsla(var(--dt-color-border-success-strong-inverted-h) var(--dt-color-border-success-strong-inverted-s) var(--dt-color-border-success-strong-inverted-l) / var(--alpha, 100%));
661
+ --dt-color-border-success-strong-inverted: #124620;
662
+ --dt-color-border-warning-subtle-inverted-h: 42.99212598425196;
663
+ --dt-color-border-warning-subtle-inverted-s: 100%;
664
+ --dt-color-border-warning-subtle-inverted-l: 75.09803921568627%;
665
+ --dt-color-border-warning-subtle-inverted-hsl: var(--dt-color-border-warning-subtle-inverted-h) var(--dt-color-border-warning-subtle-inverted-s) var(--dt-color-border-warning-subtle-inverted-l);
666
+ --dt-color-border-warning-subtle-inverted-hsla: hsla(var(--dt-color-border-warning-subtle-inverted-h) var(--dt-color-border-warning-subtle-inverted-s) var(--dt-color-border-warning-subtle-inverted-l) / var(--alpha, 100%));
667
+ --dt-color-border-warning-subtle-inverted: #FFDB80;
668
+ --dt-color-border-warning-strong-inverted-h: 35.70247933884298;
669
+ --dt-color-border-warning-strong-inverted-s: 88.32116788321169%;
670
+ --dt-color-border-warning-strong-inverted-l: 26.862745098039216%;
671
+ --dt-color-border-warning-strong-inverted-hsl: var(--dt-color-border-warning-strong-inverted-h) var(--dt-color-border-warning-strong-inverted-s) var(--dt-color-border-warning-strong-inverted-l);
672
+ --dt-color-border-warning-strong-inverted-hsla: hsla(var(--dt-color-border-warning-strong-inverted-h) var(--dt-color-border-warning-strong-inverted-s) var(--dt-color-border-warning-strong-inverted-l) / var(--alpha, 100%));
673
+ --dt-color-border-warning-strong-inverted: #815008;
674
+ --dt-color-border-brand-subtle-inverted-h: 260.35714285714283;
675
+ --dt-color-border-brand-subtle-inverted-s: 100%;
676
+ --dt-color-border-brand-subtle-inverted-l: 89.01960784313725%;
677
+ --dt-color-border-brand-subtle-inverted-hsl: var(--dt-color-border-brand-subtle-inverted-h) var(--dt-color-border-brand-subtle-inverted-s) var(--dt-color-border-brand-subtle-inverted-l);
678
+ --dt-color-border-brand-subtle-inverted-hsla: hsla(var(--dt-color-border-brand-subtle-inverted-h) var(--dt-color-border-brand-subtle-inverted-s) var(--dt-color-border-brand-subtle-inverted-l) / var(--alpha, 100%));
679
+ --dt-color-border-brand-subtle-inverted: #DAC7FF;
680
+ --dt-color-border-brand-strong-inverted-h: 254.49999999999997;
681
+ --dt-color-border-brand-strong-inverted-s: 67.41573033707866%;
682
+ --dt-color-border-brand-strong-inverted-l: 34.90196078431373%;
683
+ --dt-color-border-brand-strong-inverted-hsl: var(--dt-color-border-brand-strong-inverted-h) var(--dt-color-border-brand-strong-inverted-s) var(--dt-color-border-brand-strong-inverted-l);
684
+ --dt-color-border-brand-strong-inverted-hsla: hsla(var(--dt-color-border-brand-strong-inverted-h) var(--dt-color-border-brand-strong-inverted-s) var(--dt-color-border-brand-strong-inverted-l) / var(--alpha, 100%));
685
+ --dt-color-border-brand-strong-inverted: #3A1D95;
686
+ --dt-typography-body-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Base default medium text style for main content. */
687
+ --dt-typography-body-md-font-weight: 400; /* Base default medium text style for main content. */
688
+ --dt-typography-body-md-line-height: 1.6; /* Base default medium text style for main content. */
689
+ --dt-typography-body-md-font-size: 15px; /* Base default medium text style for main content. */
690
+ --dt-typography-body-md-text-case: none; /* Base default medium text style for main content. */
691
+ --dt-typography-body-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of medium body style. */
692
+ --dt-typography-body-md-compact-font-weight: 400; /* A tighter-spaced version of medium body style. */
693
+ --dt-typography-body-md-compact-line-height: 1.4; /* A tighter-spaced version of medium body style. */
694
+ --dt-typography-body-md-compact-font-size: 15px; /* A tighter-spaced version of medium body style. */
695
+ --dt-typography-body-md-compact-text-case: none; /* A tighter-spaced version of medium body style. */
696
+ --dt-typography-body-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Reduced small text style for less prominent or adjacent content. */
697
+ --dt-typography-body-sm-font-weight: 400; /* Reduced small text style for less prominent or adjacent content. */
698
+ --dt-typography-body-sm-line-height: 1.4; /* Reduced small text style for less prominent or adjacent content. */
699
+ --dt-typography-body-sm-font-size: 12px; /* Reduced small text style for less prominent or adjacent content. */
700
+ --dt-typography-body-sm-text-case: none; /* Reduced small text style for less prominent or adjacent content. */
701
+ --dt-typography-body-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of small body style. */
702
+ --dt-typography-body-sm-compact-font-weight: 400; /* A tighter-spaced version of small body style. */
703
+ --dt-typography-body-sm-compact-line-height: 1.2; /* A tighter-spaced version of small body style. */
704
+ --dt-typography-body-sm-compact-font-size: 12px; /* A tighter-spaced version of small body style. */
705
+ --dt-typography-body-sm-compact-text-case: none; /* A tighter-spaced version of small body style. */
706
+ --dt-typography-headline-eyebrow-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
707
+ --dt-typography-headline-eyebrow-font-weight: 400; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
708
+ --dt-typography-headline-eyebrow-line-height: 1.4; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
709
+ --dt-typography-headline-eyebrow-font-size: 12px; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
710
+ --dt-typography-headline-eyebrow-text-case: uppercase; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
711
+ --dt-typography-headline-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Smaller text size for secondary information or subheadings. */
712
+ --dt-typography-headline-sm-font-weight: 700; /* Smaller text size for secondary information or subheadings. */
713
+ --dt-typography-headline-sm-line-height: 1.4; /* Smaller text size for secondary information or subheadings. */
714
+ --dt-typography-headline-sm-font-size: 12px; /* Smaller text size for secondary information or subheadings. */
715
+ --dt-typography-headline-sm-text-case: none; /* Smaller text size for secondary information or subheadings. */
716
+ --dt-typography-headline-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of small headline style. */
717
+ --dt-typography-headline-sm-compact-font-weight: 700; /* A tighter-spaced version of small headline style. */
718
+ --dt-typography-headline-sm-compact-line-height: 1.2; /* A tighter-spaced version of small headline style. */
719
+ --dt-typography-headline-sm-compact-font-size: 12px; /* A tighter-spaced version of small headline style. */
720
+ --dt-typography-headline-sm-compact-text-case: none; /* A tighter-spaced version of small headline style. */
721
+ --dt-typography-headline-sm-soft-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A softer font weight version of small headline style. */
722
+ --dt-typography-headline-sm-soft-font-weight: 500; /* A softer font weight version of small headline style. */
723
+ --dt-typography-headline-sm-soft-line-height: 1.4; /* A softer font weight version of small headline style. */
724
+ --dt-typography-headline-sm-soft-font-size: 12px; /* A softer font weight version of small headline style. */
725
+ --dt-typography-headline-sm-soft-text-case: none; /* A softer font weight version of small headline style. */
726
+ --dt-typography-headline-sm-soft-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A softer font weight, tighter-spaced version of small headline style. */
727
+ --dt-typography-headline-sm-soft-compact-font-weight: 500; /* A softer font weight, tighter-spaced version of small headline style. */
728
+ --dt-typography-headline-sm-soft-compact-line-height: 1.2; /* A softer font weight, tighter-spaced version of small headline style. */
729
+ --dt-typography-headline-sm-soft-compact-font-size: 12px; /* A softer font weight, tighter-spaced version of small headline style. */
730
+ --dt-typography-headline-sm-soft-compact-text-case: none; /* A softer font weight, tighter-spaced version of small headline style. */
731
+ --dt-typography-headline-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Medium-sized base text style for headlines. */
732
+ --dt-typography-headline-md-font-weight: 700; /* Medium-sized base text style for headlines. */
733
+ --dt-typography-headline-md-line-height: 1.6; /* Medium-sized base text style for headlines. */
734
+ --dt-typography-headline-md-font-size: 15px; /* Medium-sized base text style for headlines. */
735
+ --dt-typography-headline-md-text-case: none; /* Medium-sized base text style for headlines. */
736
+ --dt-typography-headline-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of medium headline style. */
737
+ --dt-typography-headline-md-compact-font-weight: 700; /* A tighter-spaced version of medium headline style. */
738
+ --dt-typography-headline-md-compact-line-height: 1.4; /* A tighter-spaced version of medium headline style. */
739
+ --dt-typography-headline-md-compact-font-size: 15px; /* A tighter-spaced version of medium headline style. */
740
+ --dt-typography-headline-md-compact-text-case: none; /* A tighter-spaced version of medium headline style. */
741
+ --dt-typography-headline-lg-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Large text style for headlines to attract attention. */
742
+ --dt-typography-headline-lg-font-weight: 700; /* Large text style for headlines to attract attention. */
743
+ --dt-typography-headline-lg-line-height: 1.6; /* Large text style for headlines to attract attention. */
744
+ --dt-typography-headline-lg-font-size: 19px; /* Large text style for headlines to attract attention. */
745
+ --dt-typography-headline-lg-text-case: none; /* Large text style for headlines to attract attention. */
746
+ --dt-typography-headline-lg-soft-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A softer font weight version of large headline style. */
747
+ --dt-typography-headline-lg-soft-font-weight: 500; /* A softer font weight version of large headline style. */
748
+ --dt-typography-headline-lg-soft-line-height: 1.6; /* A softer font weight version of large headline style. */
749
+ --dt-typography-headline-lg-soft-font-size: 19px; /* A softer font weight version of large headline style. */
750
+ --dt-typography-headline-lg-soft-text-case: none; /* A softer font weight version of large headline style. */
751
+ --dt-typography-headline-lg-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of large body style. */
752
+ --dt-typography-headline-lg-compact-font-weight: 700; /* A tighter-spaced version of large body style. */
753
+ --dt-typography-headline-lg-compact-line-height: 1.2; /* A tighter-spaced version of large body style. */
754
+ --dt-typography-headline-lg-compact-font-size: 19px; /* A tighter-spaced version of large body style. */
755
+ --dt-typography-headline-lg-compact-text-case: none; /* A tighter-spaced version of large body style. */
756
+ --dt-typography-headline-lg-soft-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A softer font weight, tighter spaced version of large headline style. */
757
+ --dt-typography-headline-lg-soft-compact-font-weight: 500; /* A softer font weight, tighter spaced version of large headline style. */
758
+ --dt-typography-headline-lg-soft-compact-line-height: 1.2; /* A softer font weight, tighter spaced version of large headline style. */
759
+ --dt-typography-headline-lg-soft-compact-font-size: 19px; /* A softer font weight, tighter spaced version of large headline style. */
760
+ --dt-typography-headline-lg-soft-compact-text-case: none; /* A softer font weight, tighter spaced version of large headline style. */
761
+ --dt-typography-headline-xl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Extra large text style for high importance headlines. */
762
+ --dt-typography-headline-xl-font-weight: 500; /* Extra large text style for high importance headlines. */
763
+ --dt-typography-headline-xl-line-height: 1.2; /* Extra large text style for high importance headlines. */
764
+ --dt-typography-headline-xl-font-size: 27px; /* Extra large text style for high importance headlines. */
765
+ --dt-typography-headline-xl-text-case: none; /* Extra large text style for high importance headlines. */
766
+ --dt-typography-headline-xl-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of extra large headline style. */
767
+ --dt-typography-headline-xl-compact-font-weight: 500; /* A tighter-spaced version of extra large headline style. */
768
+ --dt-typography-headline-xl-compact-line-height: 1; /* A tighter-spaced version of extra large headline style. */
769
+ --dt-typography-headline-xl-compact-font-size: 27px; /* A tighter-spaced version of extra large headline style. */
770
+ --dt-typography-headline-xl-compact-text-case: none; /* A tighter-spaced version of extra large headline style. */
771
+ --dt-typography-headline-xxl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Largest text style for extra extra large content. */
772
+ --dt-typography-headline-xxl-font-weight: 500; /* Largest text style for extra extra large content. */
773
+ --dt-typography-headline-xxl-line-height: 1.2; /* Largest text style for extra extra large content. */
774
+ --dt-typography-headline-xxl-font-size: 38px; /* Largest text style for extra extra large content. */
775
+ --dt-typography-headline-xxl-text-case: none; /* Largest text style for extra extra large content. */
776
+ --dt-typography-headline-xxl-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of extra extra large headline style. */
777
+ --dt-typography-headline-xxl-compact-font-weight: 500; /* A tighter-spaced version of extra extra large headline style. */
778
+ --dt-typography-headline-xxl-compact-line-height: 1; /* A tighter-spaced version of extra extra large headline style. */
779
+ --dt-typography-headline-xxl-compact-font-size: 38px; /* A tighter-spaced version of extra extra large headline style. */
780
+ --dt-typography-headline-xxl-compact-text-case: none; /* A tighter-spaced version of extra extra large headline style. */
781
+ --dt-typography-label-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
782
+ --dt-typography-label-md-font-weight: 600; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
783
+ --dt-typography-label-md-line-height: 1.6; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
784
+ --dt-typography-label-md-font-size: 15px; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
785
+ --dt-typography-label-md-text-case: none; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
786
+ --dt-typography-label-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of medium label style. */
787
+ --dt-typography-label-md-compact-font-weight: 600; /* A tighter-spaced version of medium label style. */
788
+ --dt-typography-label-md-compact-line-height: 1.4; /* A tighter-spaced version of medium label style. */
789
+ --dt-typography-label-md-compact-font-size: 15px; /* A tighter-spaced version of medium label style. */
790
+ --dt-typography-label-md-compact-text-case: none; /* A tighter-spaced version of medium label style. */
791
+ --dt-typography-label-md-plain-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A non-bold version of medium label style. */
792
+ --dt-typography-label-md-plain-font-weight: 400; /* A non-bold version of medium label style. */
793
+ --dt-typography-label-md-plain-line-height: 1.6; /* A non-bold version of medium label style. */
794
+ --dt-typography-label-md-plain-font-size: 15px; /* A non-bold version of medium label style. */
795
+ --dt-typography-label-md-plain-text-case: none; /* A non-bold version of medium label style. */
796
+ --dt-typography-label-md-plain-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A non-bolded, tighter-spaced version of medium label style. */
797
+ --dt-typography-label-md-plain-compact-font-weight: 400; /* A non-bolded, tighter-spaced version of medium label style. */
798
+ --dt-typography-label-md-plain-compact-line-height: 1.4; /* A non-bolded, tighter-spaced version of medium label style. */
799
+ --dt-typography-label-md-plain-compact-font-size: 15px; /* A non-bolded, tighter-spaced version of medium label style. */
800
+ --dt-typography-label-md-plain-compact-text-case: none; /* A non-bolded, tighter-spaced version of medium label style. */
801
+ --dt-typography-label-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
802
+ --dt-typography-label-sm-font-weight: 600; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
803
+ --dt-typography-label-sm-line-height: 1.4; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
804
+ --dt-typography-label-sm-font-size: 12px; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
805
+ --dt-typography-label-sm-text-case: none; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
806
+ --dt-typography-label-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of small label style. */
807
+ --dt-typography-label-sm-compact-font-weight: 600; /* A tighter-spaced version of small label style. */
808
+ --dt-typography-label-sm-compact-line-height: 1.2; /* A tighter-spaced version of small label style. */
809
+ --dt-typography-label-sm-compact-font-size: 12px; /* A tighter-spaced version of small label style. */
810
+ --dt-typography-label-sm-compact-text-case: none; /* A tighter-spaced version of small label style. */
811
+ --dt-typography-label-sm-plain-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A non-bold version of small label style. */
812
+ --dt-typography-label-sm-plain-font-weight: 400; /* A non-bold version of small label style. */
813
+ --dt-typography-label-sm-plain-line-height: 1.4; /* A non-bold version of small label style. */
814
+ --dt-typography-label-sm-plain-font-size: 12px; /* A non-bold version of small label style. */
815
+ --dt-typography-label-sm-plain-text-case: none; /* A non-bold version of small label style. */
816
+ --dt-typography-label-sm-plain-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A non-bolded, tighter-spaced version of small label style. */
817
+ --dt-typography-label-sm-plain-compact-font-weight: 400; /* A non-bolded, tighter-spaced version of small label style. */
818
+ --dt-typography-label-sm-plain-compact-line-height: 1.2; /* A non-bolded, tighter-spaced version of small label style. */
819
+ --dt-typography-label-sm-plain-compact-font-size: 12px; /* A non-bolded, tighter-spaced version of small label style. */
820
+ --dt-typography-label-sm-plain-compact-text-case: none; /* A non-bolded, tighter-spaced version of small label style. */
821
+ --dt-typography-helper-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Base default medium-sized text style for supplementary contextual information. */
822
+ --dt-typography-helper-md-font-weight: 400; /* Base default medium-sized text style for supplementary contextual information. */
823
+ --dt-typography-helper-md-line-height: 1.4; /* Base default medium-sized text style for supplementary contextual information. */
824
+ --dt-typography-helper-md-font-size: 15px; /* Base default medium-sized text style for supplementary contextual information. */
825
+ --dt-typography-helper-md-text-case: none; /* Base default medium-sized text style for supplementary contextual information. */
826
+ --dt-typography-helper-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
827
+ --dt-typography-helper-sm-font-weight: 400; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
828
+ --dt-typography-helper-sm-line-height: 1.2; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
829
+ --dt-typography-helper-sm-font-size: 12px; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
830
+ --dt-typography-helper-sm-text-case: none; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
831
+ --dt-typography-code-md-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; /* Base default medium-sized text style for monospace code snippets of technical content. */
832
+ --dt-typography-code-md-font-weight: 400; /* Base default medium-sized text style for monospace code snippets of technical content. */
833
+ --dt-typography-code-md-line-height: 1.2; /* Base default medium-sized text style for monospace code snippets of technical content. */
834
+ --dt-typography-code-md-font-size: 15px; /* Base default medium-sized text style for monospace code snippets of technical content. */
835
+ --dt-typography-code-md-text-case: none; /* Base default medium-sized text style for monospace code snippets of technical content. */
836
+ --dt-typography-code-sm-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
837
+ --dt-typography-code-sm-font-weight: 400; /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
838
+ --dt-typography-code-sm-line-height: 1.2; /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
839
+ --dt-typography-code-sm-font-size: 12px; /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
840
+ --dt-typography-code-sm-text-case: none;
841
+ --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);
842
+ --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);
843
+ --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);
844
+ --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);
845
+ --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);
846
+ --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);
847
+ --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);
848
+ --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);
849
+ --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);
850
+ --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);
851
+ --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);
852
+ --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);
853
+ --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);
854
+ --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);
855
+ --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);
856
+ --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);
857
+ --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);
858
+ --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);
859
+ --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);
860
+ --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);
861
+ --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);
862
+ --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);
863
+ --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);
864
+ --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);
865
+ --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);
866
+ --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);
867
+ --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);
868
+ --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);
869
+ --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);
870
+ --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);
871
+ --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); /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
872
+ --dt-inputs-size-border-default: 0.15rem;
873
+ --dt-inputs-size-border-status: 0.2rem;
874
+ --dt-inputs-size-radius-xs: 0.4rem;
875
+ --dt-inputs-size-radius-sm: 0.8rem;
876
+ --dt-inputs-size-radius-md: 0.8rem;
877
+ --dt-inputs-size-radius-lg: 1.2rem;
878
+ --dt-inputs-size-radius-xl: 1.6rem;
879
+ --dt-inputs-line-height-default: 1.2;
880
+ --dt-inputs-font-size-xs: 12px;
881
+ --dt-inputs-font-size-sm: 12px;
882
+ --dt-inputs-font-size-md: 15px;
883
+ --dt-inputs-font-size-lg: 19px;
884
+ --dt-inputs-font-size-xl: 27px;
885
+ --dt-inputs-color-foreground-default-h: 0;
886
+ --dt-inputs-color-foreground-default-s: 0%;
887
+ --dt-inputs-color-foreground-default-l: 90.19607843137256%;
888
+ --dt-inputs-color-foreground-default-hsl: var(--dt-inputs-color-foreground-default-h) var(--dt-inputs-color-foreground-default-s) var(--dt-inputs-color-foreground-default-l);
889
+ --dt-inputs-color-foreground-default-hsla: hsla(var(--dt-inputs-color-foreground-default-h) var(--dt-inputs-color-foreground-default-s) var(--dt-inputs-color-foreground-default-l) / var(--alpha, 100%));
890
+ --dt-inputs-color-foreground-default: #E6E6E6;
891
+ --dt-inputs-color-foreground-placeholder-h: 0;
892
+ --dt-inputs-color-foreground-placeholder-s: 0%;
893
+ --dt-inputs-color-foreground-placeholder-l: 66.66666666666666%;
894
+ --dt-inputs-color-foreground-placeholder-hsl: var(--dt-inputs-color-foreground-placeholder-h) var(--dt-inputs-color-foreground-placeholder-s) var(--dt-inputs-color-foreground-placeholder-l);
895
+ --dt-inputs-color-foreground-placeholder-hsla: hsla(var(--dt-inputs-color-foreground-placeholder-h) var(--dt-inputs-color-foreground-placeholder-s) var(--dt-inputs-color-foreground-placeholder-l) / var(--alpha, 100%));
896
+ --dt-inputs-color-foreground-placeholder: #AAAAAA;
897
+ --dt-inputs-color-foreground-disabled-h: 0;
898
+ --dt-inputs-color-foreground-disabled-s: 0%;
899
+ --dt-inputs-color-foreground-disabled-l: 66.66666666666666%;
900
+ --dt-inputs-color-foreground-disabled-hsl: var(--dt-inputs-color-foreground-disabled-h) var(--dt-inputs-color-foreground-disabled-s) var(--dt-inputs-color-foreground-disabled-l);
901
+ --dt-inputs-color-foreground-disabled-hsla: hsla(var(--dt-inputs-color-foreground-disabled-h) var(--dt-inputs-color-foreground-disabled-s) var(--dt-inputs-color-foreground-disabled-l) / var(--alpha, 100%));
902
+ --dt-inputs-color-foreground-disabled: #AAAAAA;
903
+ --dt-inputs-color-border-default-h: 0;
904
+ --dt-inputs-color-border-default-s: 0%;
905
+ --dt-inputs-color-border-default-l: 100%;
906
+ --dt-inputs-color-border-default-hsl: var(--dt-inputs-color-border-default-h) var(--dt-inputs-color-border-default-s) var(--dt-inputs-color-border-default-l);
907
+ --dt-inputs-color-border-default-hsla: hsla(var(--dt-inputs-color-border-default-h) var(--dt-inputs-color-border-default-s) var(--dt-inputs-color-border-default-l) / var(--alpha, 100%));
908
+ --dt-inputs-color-border-default: hsl(0 0% 100% / 0.14);
909
+ --dt-inputs-color-border-focus-h: 212.60115606936418;
910
+ --dt-inputs-color-border-focus-s: 98.85714285714286%;
911
+ --dt-inputs-color-border-focus-l: 65.68627450980392%;
912
+ --dt-inputs-color-border-focus-hsl: var(--dt-inputs-color-border-focus-h) var(--dt-inputs-color-border-focus-s) var(--dt-inputs-color-border-focus-l);
913
+ --dt-inputs-color-border-focus-hsla: hsla(var(--dt-inputs-color-border-focus-h) var(--dt-inputs-color-border-focus-s) var(--dt-inputs-color-border-focus-l) / var(--alpha, 100%));
914
+ --dt-inputs-color-border-focus: #51A0FE;
915
+ --dt-inputs-color-border-critical-h: 0;
916
+ --dt-inputs-color-border-critical-s: 100%;
917
+ --dt-inputs-color-border-critical-l: 76.07843137254902%;
918
+ --dt-inputs-color-border-critical-hsl: var(--dt-inputs-color-border-critical-h) var(--dt-inputs-color-border-critical-s) var(--dt-inputs-color-border-critical-l);
919
+ --dt-inputs-color-border-critical-hsla: hsla(var(--dt-inputs-color-border-critical-h) var(--dt-inputs-color-border-critical-s) var(--dt-inputs-color-border-critical-l) / var(--alpha, 100%));
920
+ --dt-inputs-color-border-critical: #FF8585;
921
+ --dt-inputs-color-border-success-h: 111.52173913043478;
922
+ --dt-inputs-color-border-success-s: 100%;
923
+ --dt-inputs-color-border-success-l: 81.96078431372548%;
924
+ --dt-inputs-color-border-success-hsl: var(--dt-inputs-color-border-success-h) var(--dt-inputs-color-border-success-s) var(--dt-inputs-color-border-success-l);
925
+ --dt-inputs-color-border-success-hsla: hsla(var(--dt-inputs-color-border-success-h) var(--dt-inputs-color-border-success-s) var(--dt-inputs-color-border-success-l) / var(--alpha, 100%));
926
+ --dt-inputs-color-border-success: #B0FFA3;
927
+ --dt-inputs-color-border-warning-h: 42.99212598425196;
928
+ --dt-inputs-color-border-warning-s: 100%;
929
+ --dt-inputs-color-border-warning-l: 75.09803921568627%;
930
+ --dt-inputs-color-border-warning-hsl: var(--dt-inputs-color-border-warning-h) var(--dt-inputs-color-border-warning-s) var(--dt-inputs-color-border-warning-l);
931
+ --dt-inputs-color-border-warning-hsla: hsla(var(--dt-inputs-color-border-warning-h) var(--dt-inputs-color-border-warning-s) var(--dt-inputs-color-border-warning-l) / var(--alpha, 100%));
932
+ --dt-inputs-color-border-warning: #FFDB80;
933
+ --dt-inputs-color-border-disabled-h: 0;
934
+ --dt-inputs-color-border-disabled-s: 0%;
935
+ --dt-inputs-color-border-disabled-l: 0%;
936
+ --dt-inputs-color-border-disabled-hsl: var(--dt-inputs-color-border-disabled-h) var(--dt-inputs-color-border-disabled-s) var(--dt-inputs-color-border-disabled-l);
937
+ --dt-inputs-color-border-disabled-hsla: hsla(var(--dt-inputs-color-border-disabled-h) var(--dt-inputs-color-border-disabled-s) var(--dt-inputs-color-border-disabled-l) / var(--alpha, 100%));
938
+ --dt-inputs-color-border-disabled: transparent;
939
+ --dt-inputs-color-background-default-h: 0;
940
+ --dt-inputs-color-background-default-s: 0%;
941
+ --dt-inputs-color-background-default-l: 90.2%;
942
+ --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);
943
+ --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%));
944
+ --dt-inputs-color-background-default: hsl(0 0% 90.2% / 0.06);
945
+ --dt-inputs-color-background-focus-h: 0;
946
+ --dt-inputs-color-background-focus-s: 0%;
947
+ --dt-inputs-color-background-focus-l: 90.2%;
948
+ --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);
949
+ --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%));
950
+ --dt-inputs-color-background-focus: hsl(0 0% 90.2% / 0.03);
951
+ --dt-inputs-color-background-disabled-h: 0;
952
+ --dt-inputs-color-background-disabled-s: 0%;
953
+ --dt-inputs-color-background-disabled-l: 90.2%;
954
+ --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);
955
+ --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%));
956
+ --dt-inputs-color-background-disabled: hsl(0 0% 90.2% / 0.15);
957
+ --dt-action-color-foreground-base-default-h: 260.9302325581395;
958
+ --dt-action-color-foreground-base-default-s: 100%;
959
+ --dt-action-color-foreground-base-default-l: 74.70588235294117%;
960
+ --dt-action-color-foreground-base-default-hsl: var(--dt-action-color-foreground-base-default-h) var(--dt-action-color-foreground-base-default-s) var(--dt-action-color-foreground-base-default-l);
961
+ --dt-action-color-foreground-base-default-hsla: hsla(var(--dt-action-color-foreground-base-default-h) var(--dt-action-color-foreground-base-default-s) var(--dt-action-color-foreground-base-default-l) / var(--alpha, 100%));
962
+ --dt-action-color-foreground-base-default: #AB7EFF;
963
+ --dt-action-color-foreground-base-hover-h: 0;
964
+ --dt-action-color-foreground-base-hover-s: 0%;
965
+ --dt-action-color-foreground-base-hover-l: 0%;
966
+ --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);
967
+ --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%));
968
+ --dt-action-color-foreground-base-hover: lch(69.4 56.1 303);
969
+ --dt-action-color-foreground-base-active-h: 0;
970
+ --dt-action-color-foreground-base-active-s: 0%;
971
+ --dt-action-color-foreground-base-active-l: 0%;
972
+ --dt-action-color-foreground-base-active-hsl: var(--dt-action-color-foreground-base-active-h) var(--dt-action-color-foreground-base-active-s) var(--dt-action-color-foreground-base-active-l);
973
+ --dt-action-color-foreground-base-active-hsla: hsla(var(--dt-action-color-foreground-base-active-h) var(--dt-action-color-foreground-base-active-s) var(--dt-action-color-foreground-base-active-l) / var(--alpha, 100%));
974
+ --dt-action-color-foreground-base-active: lch(69.4 56.1 303);
975
+ --dt-action-color-foreground-base-primary-default-h: 0;
976
+ --dt-action-color-foreground-base-primary-default-s: 0%;
977
+ --dt-action-color-foreground-base-primary-default-l: 100%;
978
+ --dt-action-color-foreground-base-primary-default-hsl: var(--dt-action-color-foreground-base-primary-default-h) var(--dt-action-color-foreground-base-primary-default-s) var(--dt-action-color-foreground-base-primary-default-l);
979
+ --dt-action-color-foreground-base-primary-default-hsla: hsla(var(--dt-action-color-foreground-base-primary-default-h) var(--dt-action-color-foreground-base-primary-default-s) var(--dt-action-color-foreground-base-primary-default-l) / var(--alpha, 100%));
980
+ --dt-action-color-foreground-base-primary-default: #ffffff;
981
+ --dt-action-color-foreground-critical-default-h: 0;
982
+ --dt-action-color-foreground-critical-default-s: 100%;
983
+ --dt-action-color-foreground-critical-default-l: 76.07843137254902%;
984
+ --dt-action-color-foreground-critical-default-hsl: var(--dt-action-color-foreground-critical-default-h) var(--dt-action-color-foreground-critical-default-s) var(--dt-action-color-foreground-critical-default-l);
985
+ --dt-action-color-foreground-critical-default-hsla: hsla(var(--dt-action-color-foreground-critical-default-h) var(--dt-action-color-foreground-critical-default-s) var(--dt-action-color-foreground-critical-default-l) / var(--alpha, 100%));
986
+ --dt-action-color-foreground-critical-default: #FF8585;
987
+ --dt-action-color-foreground-critical-hover-h: 0;
988
+ --dt-action-color-foreground-critical-hover-s: 0%;
989
+ --dt-action-color-foreground-critical-hover-l: 0%;
990
+ --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);
991
+ --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%));
992
+ --dt-action-color-foreground-critical-hover: lch(77.4 39.2 25.4);
993
+ --dt-action-color-foreground-critical-active-h: 0;
994
+ --dt-action-color-foreground-critical-active-s: 0%;
995
+ --dt-action-color-foreground-critical-active-l: 0%;
996
+ --dt-action-color-foreground-critical-active-hsl: var(--dt-action-color-foreground-critical-active-h) var(--dt-action-color-foreground-critical-active-s) var(--dt-action-color-foreground-critical-active-l);
997
+ --dt-action-color-foreground-critical-active-hsla: hsla(var(--dt-action-color-foreground-critical-active-h) var(--dt-action-color-foreground-critical-active-s) var(--dt-action-color-foreground-critical-active-l) / var(--alpha, 100%));
998
+ --dt-action-color-foreground-critical-active: lch(77.4 39.2 25.4);
999
+ --dt-action-color-foreground-critical-primary-default-h: 0;
1000
+ --dt-action-color-foreground-critical-primary-default-s: 0%;
1001
+ --dt-action-color-foreground-critical-primary-default-l: 100%;
1002
+ --dt-action-color-foreground-critical-primary-default-hsl: var(--dt-action-color-foreground-critical-primary-default-h) var(--dt-action-color-foreground-critical-primary-default-s) var(--dt-action-color-foreground-critical-primary-default-l);
1003
+ --dt-action-color-foreground-critical-primary-default-hsla: hsla(var(--dt-action-color-foreground-critical-primary-default-h) var(--dt-action-color-foreground-critical-primary-default-s) var(--dt-action-color-foreground-critical-primary-default-l) / var(--alpha, 100%));
1004
+ --dt-action-color-foreground-critical-primary-default: #ffffff;
1005
+ --dt-action-color-foreground-inverted-default-h: 0;
1006
+ --dt-action-color-foreground-inverted-default-s: 0%;
1007
+ --dt-action-color-foreground-inverted-default-l: 0%;
1008
+ --dt-action-color-foreground-inverted-default-hsl: var(--dt-action-color-foreground-inverted-default-h) var(--dt-action-color-foreground-inverted-default-s) var(--dt-action-color-foreground-inverted-default-l);
1009
+ --dt-action-color-foreground-inverted-default-hsla: hsla(var(--dt-action-color-foreground-inverted-default-h) var(--dt-action-color-foreground-inverted-default-s) var(--dt-action-color-foreground-inverted-default-l) / var(--alpha, 100%));
1010
+ --dt-action-color-foreground-inverted-default: #000000;
1011
+ --dt-action-color-foreground-inverted-hover-h: 0;
1012
+ --dt-action-color-foreground-inverted-hover-s: 0%;
1013
+ --dt-action-color-foreground-inverted-hover-l: 0%;
1014
+ --dt-action-color-foreground-inverted-hover-hsl: var(--dt-action-color-foreground-inverted-hover-h) var(--dt-action-color-foreground-inverted-hover-s) var(--dt-action-color-foreground-inverted-hover-l);
1015
+ --dt-action-color-foreground-inverted-hover-hsla: hsla(var(--dt-action-color-foreground-inverted-hover-h) var(--dt-action-color-foreground-inverted-hover-s) var(--dt-action-color-foreground-inverted-hover-l) / var(--alpha, 100%));
1016
+ --dt-action-color-foreground-inverted-hover: #000000;
1017
+ --dt-action-color-foreground-inverted-active-h: 0;
1018
+ --dt-action-color-foreground-inverted-active-s: 0%;
1019
+ --dt-action-color-foreground-inverted-active-l: 0%;
1020
+ --dt-action-color-foreground-inverted-active-hsl: var(--dt-action-color-foreground-inverted-active-h) var(--dt-action-color-foreground-inverted-active-s) var(--dt-action-color-foreground-inverted-active-l);
1021
+ --dt-action-color-foreground-inverted-active-hsla: hsla(var(--dt-action-color-foreground-inverted-active-h) var(--dt-action-color-foreground-inverted-active-s) var(--dt-action-color-foreground-inverted-active-l) / var(--alpha, 100%));
1022
+ --dt-action-color-foreground-inverted-active: #000000;
1023
+ --dt-action-color-foreground-inverted-primary-default-h: 260.9302325581395;
1024
+ --dt-action-color-foreground-inverted-primary-default-s: 100%;
1025
+ --dt-action-color-foreground-inverted-primary-default-l: 74.70588235294117%;
1026
+ --dt-action-color-foreground-inverted-primary-default-hsl: var(--dt-action-color-foreground-inverted-primary-default-h) var(--dt-action-color-foreground-inverted-primary-default-s) var(--dt-action-color-foreground-inverted-primary-default-l);
1027
+ --dt-action-color-foreground-inverted-primary-default-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-default-h) var(--dt-action-color-foreground-inverted-primary-default-s) var(--dt-action-color-foreground-inverted-primary-default-l) / var(--alpha, 100%));
1028
+ --dt-action-color-foreground-inverted-primary-default: #AB7EFF;
1029
+ --dt-action-color-foreground-inverted-primary-hover-h: 260.35714285714283;
1030
+ --dt-action-color-foreground-inverted-primary-hover-s: 100%;
1031
+ --dt-action-color-foreground-inverted-primary-hover-l: 89.01960784313725%;
1032
+ --dt-action-color-foreground-inverted-primary-hover-hsl: var(--dt-action-color-foreground-inverted-primary-hover-h) var(--dt-action-color-foreground-inverted-primary-hover-s) var(--dt-action-color-foreground-inverted-primary-hover-l);
1033
+ --dt-action-color-foreground-inverted-primary-hover-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-hover-h) var(--dt-action-color-foreground-inverted-primary-hover-s) var(--dt-action-color-foreground-inverted-primary-hover-l) / var(--alpha, 100%));
1034
+ --dt-action-color-foreground-inverted-primary-hover: #DAC7FF;
1035
+ --dt-action-color-foreground-inverted-primary-active-h: 260.35714285714283;
1036
+ --dt-action-color-foreground-inverted-primary-active-s: 100%;
1037
+ --dt-action-color-foreground-inverted-primary-active-l: 89.01960784313725%;
1038
+ --dt-action-color-foreground-inverted-primary-active-hsl: var(--dt-action-color-foreground-inverted-primary-active-h) var(--dt-action-color-foreground-inverted-primary-active-s) var(--dt-action-color-foreground-inverted-primary-active-l);
1039
+ --dt-action-color-foreground-inverted-primary-active-hsla: hsla(var(--dt-action-color-foreground-inverted-primary-active-h) var(--dt-action-color-foreground-inverted-primary-active-s) var(--dt-action-color-foreground-inverted-primary-active-l) / var(--alpha, 100%));
1040
+ --dt-action-color-foreground-inverted-primary-active: #DAC7FF;
1041
+ --dt-action-color-foreground-muted-default-h: 0;
1042
+ --dt-action-color-foreground-muted-default-s: 0%;
1043
+ --dt-action-color-foreground-muted-default-l: 76.07843137254902%;
1044
+ --dt-action-color-foreground-muted-default-hsl: var(--dt-action-color-foreground-muted-default-h) var(--dt-action-color-foreground-muted-default-s) var(--dt-action-color-foreground-muted-default-l);
1045
+ --dt-action-color-foreground-muted-default-hsla: hsla(var(--dt-action-color-foreground-muted-default-h) var(--dt-action-color-foreground-muted-default-s) var(--dt-action-color-foreground-muted-default-l) / var(--alpha, 100%));
1046
+ --dt-action-color-foreground-muted-default: #C2C2C2;
1047
+ --dt-action-color-foreground-muted-hover-h: 0;
1048
+ --dt-action-color-foreground-muted-hover-s: 0%;
1049
+ --dt-action-color-foreground-muted-hover-l: 76.07843137254902%;
1050
+ --dt-action-color-foreground-muted-hover-hsl: var(--dt-action-color-foreground-muted-hover-h) var(--dt-action-color-foreground-muted-hover-s) var(--dt-action-color-foreground-muted-hover-l);
1051
+ --dt-action-color-foreground-muted-hover-hsla: hsla(var(--dt-action-color-foreground-muted-hover-h) var(--dt-action-color-foreground-muted-hover-s) var(--dt-action-color-foreground-muted-hover-l) / var(--alpha, 100%));
1052
+ --dt-action-color-foreground-muted-hover: #C2C2C2;
1053
+ --dt-action-color-foreground-muted-active-h: 0;
1054
+ --dt-action-color-foreground-muted-active-s: 0%;
1055
+ --dt-action-color-foreground-muted-active-l: 76.07843137254902%;
1056
+ --dt-action-color-foreground-muted-active-hsl: var(--dt-action-color-foreground-muted-active-h) var(--dt-action-color-foreground-muted-active-s) var(--dt-action-color-foreground-muted-active-l);
1057
+ --dt-action-color-foreground-muted-active-hsla: hsla(var(--dt-action-color-foreground-muted-active-h) var(--dt-action-color-foreground-muted-active-s) var(--dt-action-color-foreground-muted-active-l) / var(--alpha, 100%));
1058
+ --dt-action-color-foreground-muted-active: #C2C2C2;
1059
+ --dt-action-color-foreground-disabled-default-h: 0;
1060
+ --dt-action-color-foreground-disabled-default-s: 0%;
1061
+ --dt-action-color-foreground-disabled-default-l: 66.66666666666666%;
1062
+ --dt-action-color-foreground-disabled-default-hsl: var(--dt-action-color-foreground-disabled-default-h) var(--dt-action-color-foreground-disabled-default-s) var(--dt-action-color-foreground-disabled-default-l);
1063
+ --dt-action-color-foreground-disabled-default-hsla: hsla(var(--dt-action-color-foreground-disabled-default-h) var(--dt-action-color-foreground-disabled-default-s) var(--dt-action-color-foreground-disabled-default-l) / var(--alpha, 100%));
1064
+ --dt-action-color-foreground-disabled-default: #AAAAAA;
1065
+ --dt-action-color-foreground-positive-default-h: 111.52173913043478;
1066
+ --dt-action-color-foreground-positive-default-s: 100%;
1067
+ --dt-action-color-foreground-positive-default-l: 81.96078431372548%;
1068
+ --dt-action-color-foreground-positive-default-hsl: var(--dt-action-color-foreground-positive-default-h) var(--dt-action-color-foreground-positive-default-s) var(--dt-action-color-foreground-positive-default-l);
1069
+ --dt-action-color-foreground-positive-default-hsla: hsla(var(--dt-action-color-foreground-positive-default-h) var(--dt-action-color-foreground-positive-default-s) var(--dt-action-color-foreground-positive-default-l) / var(--alpha, 100%));
1070
+ --dt-action-color-foreground-positive-default: #B0FFA3;
1071
+ --dt-action-color-foreground-positive-hover-h: 111.99999999999999;
1072
+ --dt-action-color-foreground-positive-hover-s: 100%;
1073
+ --dt-action-color-foreground-positive-hover-l: 67.2%;
1074
+ --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);
1075
+ --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%));
1076
+ --dt-action-color-foreground-positive-hover: hsl(112 100% 67.2%);
1077
+ --dt-action-color-foreground-positive-active-h: 111.99999999999999;
1078
+ --dt-action-color-foreground-positive-active-s: 100%;
1079
+ --dt-action-color-foreground-positive-active-l: 67.2%;
1080
+ --dt-action-color-foreground-positive-active-hsl: var(--dt-action-color-foreground-positive-active-h) var(--dt-action-color-foreground-positive-active-s) var(--dt-action-color-foreground-positive-active-l);
1081
+ --dt-action-color-foreground-positive-active-hsla: hsla(var(--dt-action-color-foreground-positive-active-h) var(--dt-action-color-foreground-positive-active-s) var(--dt-action-color-foreground-positive-active-l) / var(--alpha, 100%));
1082
+ --dt-action-color-foreground-positive-active: hsl(112 100% 67.2%);
1083
+ --dt-action-color-foreground-positive-primary-default-h: 0;
1084
+ --dt-action-color-foreground-positive-primary-default-s: 0%;
1085
+ --dt-action-color-foreground-positive-primary-default-l: 100%;
1086
+ --dt-action-color-foreground-positive-primary-default-hsl: var(--dt-action-color-foreground-positive-primary-default-h) var(--dt-action-color-foreground-positive-primary-default-s) var(--dt-action-color-foreground-positive-primary-default-l);
1087
+ --dt-action-color-foreground-positive-primary-default-hsla: hsla(var(--dt-action-color-foreground-positive-primary-default-h) var(--dt-action-color-foreground-positive-primary-default-s) var(--dt-action-color-foreground-positive-primary-default-l) / var(--alpha, 100%));
1088
+ --dt-action-color-foreground-positive-primary-default: #ffffff;
1089
+ --dt-action-color-background-base-default-h: 0;
1090
+ --dt-action-color-background-base-default-s: 0%;
1091
+ --dt-action-color-background-base-default-l: 0%;
1092
+ --dt-action-color-background-base-default-hsl: var(--dt-action-color-background-base-default-h) var(--dt-action-color-background-base-default-s) var(--dt-action-color-background-base-default-l);
1093
+ --dt-action-color-background-base-default-hsla: hsla(var(--dt-action-color-background-base-default-h) var(--dt-action-color-background-base-default-s) var(--dt-action-color-background-base-default-l) / var(--alpha, 100%));
1094
+ --dt-action-color-background-base-default: transparent;
1095
+ --dt-action-color-background-base-hover-h: 261;
1096
+ --dt-action-color-background-base-hover-s: 100%;
1097
+ --dt-action-color-background-base-hover-l: 74.70000000000002%;
1098
+ --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);
1099
+ --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%));
1100
+ --dt-action-color-background-base-hover: hsl(261 100% 74.7% / 0.1);
1101
+ --dt-action-color-background-base-active-h: 261;
1102
+ --dt-action-color-background-base-active-s: 100%;
1103
+ --dt-action-color-background-base-active-l: 74.70000000000002%;
1104
+ --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);
1105
+ --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%));
1106
+ --dt-action-color-background-base-active: hsl(261 100% 74.7% / 0.2);
1107
+ --dt-action-color-background-base-primary-default-h: 254.5664739884393;
1108
+ --dt-action-color-background-base-primary-default-s: 100%;
1109
+ --dt-action-color-background-base-primary-default-l: 66.07843137254902%;
1110
+ --dt-action-color-background-base-primary-default-hsl: var(--dt-action-color-background-base-primary-default-h) var(--dt-action-color-background-base-primary-default-s) var(--dt-action-color-background-base-primary-default-l);
1111
+ --dt-action-color-background-base-primary-default-hsla: hsla(var(--dt-action-color-background-base-primary-default-h) var(--dt-action-color-background-base-primary-default-s) var(--dt-action-color-background-base-primary-default-l) / var(--alpha, 100%));
1112
+ --dt-action-color-background-base-primary-default: #7C52FF;
1113
+ --dt-action-color-background-base-primary-hover-h: 255;
1114
+ --dt-action-color-background-base-primary-hover-s: 100%;
1115
+ --dt-action-color-background-base-primary-hover-l: 63.40000000000001%;
1116
+ --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);
1117
+ --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%));
1118
+ --dt-action-color-background-base-primary-hover: hsl(255 100% 63.4%);
1119
+ --dt-action-color-background-base-primary-active-h: 255.00000000000006;
1120
+ --dt-action-color-background-base-primary-active-s: 100%;
1121
+ --dt-action-color-background-base-primary-active-l: 60.8%;
1122
+ --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);
1123
+ --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%));
1124
+ --dt-action-color-background-base-primary-active: hsl(255 100% 60.8%);
1125
+ --dt-action-color-background-critical-default-h: 0;
1126
+ --dt-action-color-background-critical-default-s: 0%;
1127
+ --dt-action-color-background-critical-default-l: 0%;
1128
+ --dt-action-color-background-critical-default-hsl: var(--dt-action-color-background-critical-default-h) var(--dt-action-color-background-critical-default-s) var(--dt-action-color-background-critical-default-l);
1129
+ --dt-action-color-background-critical-default-hsla: hsla(var(--dt-action-color-background-critical-default-h) var(--dt-action-color-background-critical-default-s) var(--dt-action-color-background-critical-default-l) / var(--alpha, 100%));
1130
+ --dt-action-color-background-critical-default: transparent;
1131
+ --dt-action-color-background-critical-hover-h: 0;
1132
+ --dt-action-color-background-critical-hover-s: 88.79999999999998%;
1133
+ --dt-action-color-background-critical-hover-l: 49%;
1134
+ --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);
1135
+ --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%));
1136
+ --dt-action-color-background-critical-hover: hsl(0 88.8% 49% / 0.2);
1137
+ --dt-action-color-background-critical-active-h: 0;
1138
+ --dt-action-color-background-critical-active-s: 88.79999999999998%;
1139
+ --dt-action-color-background-critical-active-l: 49%;
1140
+ --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);
1141
+ --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%));
1142
+ --dt-action-color-background-critical-active: hsl(0 88.8% 49% / 0.3);
1143
+ --dt-action-color-background-critical-primary-default-h: 0;
1144
+ --dt-action-color-background-critical-primary-default-s: 88.79999999999998%;
1145
+ --dt-action-color-background-critical-primary-default-l: 49.01960784313726%;
1146
+ --dt-action-color-background-critical-primary-default-hsl: var(--dt-action-color-background-critical-primary-default-h) var(--dt-action-color-background-critical-primary-default-s) var(--dt-action-color-background-critical-primary-default-l);
1147
+ --dt-action-color-background-critical-primary-default-hsla: hsla(var(--dt-action-color-background-critical-primary-default-h) var(--dt-action-color-background-critical-primary-default-s) var(--dt-action-color-background-critical-primary-default-l) / var(--alpha, 100%));
1148
+ --dt-action-color-background-critical-primary-default: #EC0E0E;
1149
+ --dt-action-color-background-critical-primary-hover-h: 0;
1150
+ --dt-action-color-background-critical-primary-hover-s: 88.8%;
1151
+ --dt-action-color-background-critical-primary-hover-l: 45.1%;
1152
+ --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);
1153
+ --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%));
1154
+ --dt-action-color-background-critical-primary-hover: hsl(0 88.8% 45.1%);
1155
+ --dt-action-color-background-critical-primary-active-h: 0;
1156
+ --dt-action-color-background-critical-primary-active-s: 88.79999999999998%;
1157
+ --dt-action-color-background-critical-primary-active-l: 43.1%;
1158
+ --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);
1159
+ --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%));
1160
+ --dt-action-color-background-critical-primary-active: hsl(0 88.8% 43.1%);
1161
+ --dt-action-color-background-inverted-default-h: 0;
1162
+ --dt-action-color-background-inverted-default-s: 0%;
1163
+ --dt-action-color-background-inverted-default-l: 0%;
1164
+ --dt-action-color-background-inverted-default-hsl: var(--dt-action-color-background-inverted-default-h) var(--dt-action-color-background-inverted-default-s) var(--dt-action-color-background-inverted-default-l);
1165
+ --dt-action-color-background-inverted-default-hsla: hsla(var(--dt-action-color-background-inverted-default-h) var(--dt-action-color-background-inverted-default-s) var(--dt-action-color-background-inverted-default-l) / var(--alpha, 100%));
1166
+ --dt-action-color-background-inverted-default: transparent;
1167
+ --dt-action-color-background-inverted-hover-h: 0;
1168
+ --dt-action-color-background-inverted-hover-s: 0%;
1169
+ --dt-action-color-background-inverted-hover-l: 12%;
1170
+ --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);
1171
+ --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%));
1172
+ --dt-action-color-background-inverted-hover: hsl(0 0% 12% / 0.15);
1173
+ --dt-action-color-background-inverted-active-h: 0;
1174
+ --dt-action-color-background-inverted-active-s: 0%;
1175
+ --dt-action-color-background-inverted-active-l: 12%;
1176
+ --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);
1177
+ --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%));
1178
+ --dt-action-color-background-inverted-active: hsl(0 0% 12% / 0.3);
1179
+ --dt-action-color-background-inverted-primary-default-h: 0;
1180
+ --dt-action-color-background-inverted-primary-default-s: 0%;
1181
+ --dt-action-color-background-inverted-primary-default-l: 12%;
1182
+ --dt-action-color-background-inverted-primary-default-hsl: var(--dt-action-color-background-inverted-primary-default-h) var(--dt-action-color-background-inverted-primary-default-s) var(--dt-action-color-background-inverted-primary-default-l);
1183
+ --dt-action-color-background-inverted-primary-default-hsla: hsla(var(--dt-action-color-background-inverted-primary-default-h) var(--dt-action-color-background-inverted-primary-default-s) var(--dt-action-color-background-inverted-primary-default-l) / var(--alpha, 100%));
1184
+ --dt-action-color-background-inverted-primary-default: hsl(0 0% 12%);
1185
+ --dt-action-color-background-inverted-primary-hover-h: 260;
1186
+ --dt-action-color-background-inverted-primary-hover-s: 91.30434782608695%;
1187
+ --dt-action-color-background-inverted-primary-hover-l: 9.019607843137255%;
1188
+ --dt-action-color-background-inverted-primary-hover-hsl: var(--dt-action-color-background-inverted-primary-hover-h) var(--dt-action-color-background-inverted-primary-hover-s) var(--dt-action-color-background-inverted-primary-hover-l);
1189
+ --dt-action-color-background-inverted-primary-hover-hsla: hsla(var(--dt-action-color-background-inverted-primary-hover-h) var(--dt-action-color-background-inverted-primary-hover-s) var(--dt-action-color-background-inverted-primary-hover-l) / var(--alpha, 100%));
1190
+ --dt-action-color-background-inverted-primary-hover: #10022C;
1191
+ --dt-action-color-background-inverted-primary-active-h: 254.49999999999997;
1192
+ --dt-action-color-background-inverted-primary-active-s: 67.41573033707866%;
1193
+ --dt-action-color-background-inverted-primary-active-l: 34.90196078431373%;
1194
+ --dt-action-color-background-inverted-primary-active-hsl: var(--dt-action-color-background-inverted-primary-active-h) var(--dt-action-color-background-inverted-primary-active-s) var(--dt-action-color-background-inverted-primary-active-l);
1195
+ --dt-action-color-background-inverted-primary-active-hsla: hsla(var(--dt-action-color-background-inverted-primary-active-h) var(--dt-action-color-background-inverted-primary-active-s) var(--dt-action-color-background-inverted-primary-active-l) / var(--alpha, 100%));
1196
+ --dt-action-color-background-inverted-primary-active: #3A1D95;
1197
+ --dt-action-color-background-muted-default-h: 0;
1198
+ --dt-action-color-background-muted-default-s: 0%;
1199
+ --dt-action-color-background-muted-default-l: 0%;
1200
+ --dt-action-color-background-muted-default-hsl: var(--dt-action-color-background-muted-default-h) var(--dt-action-color-background-muted-default-s) var(--dt-action-color-background-muted-default-l);
1201
+ --dt-action-color-background-muted-default-hsla: hsla(var(--dt-action-color-background-muted-default-h) var(--dt-action-color-background-muted-default-s) var(--dt-action-color-background-muted-default-l) / var(--alpha, 100%));
1202
+ --dt-action-color-background-muted-default: transparent;
1203
+ --dt-action-color-background-muted-hover-h: 0;
1204
+ --dt-action-color-background-muted-hover-s: 0%;
1205
+ --dt-action-color-background-muted-hover-l: 83.1%;
1206
+ --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);
1207
+ --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%));
1208
+ --dt-action-color-background-muted-hover: hsl(0 0% 83.1% / 0.1);
1209
+ --dt-action-color-background-muted-active-h: 0;
1210
+ --dt-action-color-background-muted-active-s: 0%;
1211
+ --dt-action-color-background-muted-active-l: 83.1%;
1212
+ --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);
1213
+ --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%));
1214
+ --dt-action-color-background-muted-active: hsl(0 0% 83.1% / 0.16);
1215
+ --dt-action-color-background-disabled-default-h: 0;
1216
+ --dt-action-color-background-disabled-default-s: 0%;
1217
+ --dt-action-color-background-disabled-default-l: 22.745098039215687%;
1218
+ --dt-action-color-background-disabled-default-hsl: var(--dt-action-color-background-disabled-default-h) var(--dt-action-color-background-disabled-default-s) var(--dt-action-color-background-disabled-default-l);
1219
+ --dt-action-color-background-disabled-default-hsla: hsla(var(--dt-action-color-background-disabled-default-h) var(--dt-action-color-background-disabled-default-s) var(--dt-action-color-background-disabled-default-l) / var(--alpha, 100%));
1220
+ --dt-action-color-background-disabled-default: #3A3A3A;
1221
+ --dt-action-color-background-positive-default-h: 0;
1222
+ --dt-action-color-background-positive-default-s: 0%;
1223
+ --dt-action-color-background-positive-default-l: 0%;
1224
+ --dt-action-color-background-positive-default-hsl: var(--dt-action-color-background-positive-default-h) var(--dt-action-color-background-positive-default-s) var(--dt-action-color-background-positive-default-l);
1225
+ --dt-action-color-background-positive-default-hsla: hsla(var(--dt-action-color-background-positive-default-h) var(--dt-action-color-background-positive-default-s) var(--dt-action-color-background-positive-default-l) / var(--alpha, 100%));
1226
+ --dt-action-color-background-positive-default: transparent;
1227
+ --dt-action-color-background-positive-hover-h: 136;
1228
+ --dt-action-color-background-positive-hover-s: 59.10000000000002%;
1229
+ --dt-action-color-background-positive-hover-l: 66.9%;
1230
+ --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);
1231
+ --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%));
1232
+ --dt-action-color-background-positive-hover: hsl(136 59.1% 66.9%);
1233
+ --dt-action-color-background-positive-active-h: 111.99999999999999;
1234
+ --dt-action-color-background-positive-active-s: 100%;
1235
+ --dt-action-color-background-positive-active-l: 82%;
1236
+ --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);
1237
+ --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%));
1238
+ --dt-action-color-background-positive-active: hsl(112 100% 82% / 0.08);
1239
+ --dt-action-color-background-positive-primary-default-h: 111.52173913043478;
1240
+ --dt-action-color-background-positive-primary-default-s: 100%;
1241
+ --dt-action-color-background-positive-primary-default-l: 81.96078431372548%;
1242
+ --dt-action-color-background-positive-primary-default-hsl: var(--dt-action-color-background-positive-primary-default-h) var(--dt-action-color-background-positive-primary-default-s) var(--dt-action-color-background-positive-primary-default-l);
1243
+ --dt-action-color-background-positive-primary-default-hsla: hsla(var(--dt-action-color-background-positive-primary-default-h) var(--dt-action-color-background-positive-primary-default-s) var(--dt-action-color-background-positive-primary-default-l) / var(--alpha, 100%));
1244
+ --dt-action-color-background-positive-primary-default: #B0FFA3;
1245
+ --dt-action-color-background-positive-primary-hover-h: 111.99999999999999;
1246
+ --dt-action-color-background-positive-primary-hover-s: 100%;
1247
+ --dt-action-color-background-positive-primary-hover-l: 73.8%;
1248
+ --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);
1249
+ --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%));
1250
+ --dt-action-color-background-positive-primary-hover: hsl(112 100% 73.8%);
1251
+ --dt-action-color-background-positive-primary-active-h: 111.99999999999999;
1252
+ --dt-action-color-background-positive-primary-active-s: 100%;
1253
+ --dt-action-color-background-positive-primary-active-l: 68.8%;
1254
+ --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);
1255
+ --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%));
1256
+ --dt-action-color-background-positive-primary-active: hsl(112 100% 68.8%);
1257
+ --dt-action-color-border-base-outlined-default-h: 260.9302325581395;
1258
+ --dt-action-color-border-base-outlined-default-s: 100%;
1259
+ --dt-action-color-border-base-outlined-default-l: 74.70588235294117%;
1260
+ --dt-action-color-border-base-outlined-default-hsl: var(--dt-action-color-border-base-outlined-default-h) var(--dt-action-color-border-base-outlined-default-s) var(--dt-action-color-border-base-outlined-default-l);
1261
+ --dt-action-color-border-base-outlined-default-hsla: hsla(var(--dt-action-color-border-base-outlined-default-h) var(--dt-action-color-border-base-outlined-default-s) var(--dt-action-color-border-base-outlined-default-l) / var(--alpha, 100%));
1262
+ --dt-action-color-border-base-outlined-default: #AB7EFF;
1263
+ --dt-action-color-border-critical-outlined-default-h: 0;
1264
+ --dt-action-color-border-critical-outlined-default-s: 100%;
1265
+ --dt-action-color-border-critical-outlined-default-l: 76.07843137254902%;
1266
+ --dt-action-color-border-critical-outlined-default-hsl: var(--dt-action-color-border-critical-outlined-default-h) var(--dt-action-color-border-critical-outlined-default-s) var(--dt-action-color-border-critical-outlined-default-l);
1267
+ --dt-action-color-border-critical-outlined-default-hsla: hsla(var(--dt-action-color-border-critical-outlined-default-h) var(--dt-action-color-border-critical-outlined-default-s) var(--dt-action-color-border-critical-outlined-default-l) / var(--alpha, 100%));
1268
+ --dt-action-color-border-critical-outlined-default: #FF8585;
1269
+ --dt-action-color-border-inverted-outlined-default-h: 0;
1270
+ --dt-action-color-border-inverted-outlined-default-s: 0%;
1271
+ --dt-action-color-border-inverted-outlined-default-l: 0%;
1272
+ --dt-action-color-border-inverted-outlined-default-hsl: var(--dt-action-color-border-inverted-outlined-default-h) var(--dt-action-color-border-inverted-outlined-default-s) var(--dt-action-color-border-inverted-outlined-default-l);
1273
+ --dt-action-color-border-inverted-outlined-default-hsla: hsla(var(--dt-action-color-border-inverted-outlined-default-h) var(--dt-action-color-border-inverted-outlined-default-s) var(--dt-action-color-border-inverted-outlined-default-l) / var(--alpha, 100%));
1274
+ --dt-action-color-border-inverted-outlined-default: #000000;
1275
+ --dt-action-color-border-muted-outlined-default-h: 0;
1276
+ --dt-action-color-border-muted-outlined-default-s: 0%;
1277
+ --dt-action-color-border-muted-outlined-default-l: 66.66666666666666%;
1278
+ --dt-action-color-border-muted-outlined-default-hsl: var(--dt-action-color-border-muted-outlined-default-h) var(--dt-action-color-border-muted-outlined-default-s) var(--dt-action-color-border-muted-outlined-default-l);
1279
+ --dt-action-color-border-muted-outlined-default-hsla: hsla(var(--dt-action-color-border-muted-outlined-default-h) var(--dt-action-color-border-muted-outlined-default-s) var(--dt-action-color-border-muted-outlined-default-l) / var(--alpha, 100%));
1280
+ --dt-action-color-border-muted-outlined-default: #AAAAAA;
1281
+ --dt-theme-color-base-h: 0;
1282
+ --dt-theme-color-base-s: 0%;
1283
+ --dt-theme-color-base-l: 90.19607843137256%;
1284
+ --dt-theme-color-base-hsl: var(--dt-theme-color-base-h) var(--dt-theme-color-base-s) var(--dt-theme-color-base-l);
1285
+ --dt-theme-color-base-hsla: hsla(var(--dt-theme-color-base-h) var(--dt-theme-color-base-s) var(--dt-theme-color-base-l) / var(--alpha, 100%));
1286
+ --dt-theme-color-base: #E6E6E6;
1287
+ --dt-theme-topbar-color-foreground-h: 0;
1288
+ --dt-theme-topbar-color-foreground-s: 0%;
1289
+ --dt-theme-topbar-color-foreground-l: 90.2%;
1290
+ --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);
1291
+ --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%));
1292
+ --dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / 0.75);
1293
+ --dt-theme-topbar-color-background-h: 0;
1294
+ --dt-theme-topbar-color-background-s: 0%;
1295
+ --dt-theme-topbar-color-background-l: 14.901960784313726%;
1296
+ --dt-theme-topbar-color-background-hsl: var(--dt-theme-topbar-color-background-h) var(--dt-theme-topbar-color-background-s) var(--dt-theme-topbar-color-background-l);
1297
+ --dt-theme-topbar-color-background-hsla: hsla(var(--dt-theme-topbar-color-background-h) var(--dt-theme-topbar-color-background-s) var(--dt-theme-topbar-color-background-l) / var(--alpha, 100%));
1298
+ --dt-theme-topbar-color-background: #262626;
1299
+ --dt-theme-topbar-field-color-foreground-h: 0;
1300
+ --dt-theme-topbar-field-color-foreground-s: 0%;
1301
+ --dt-theme-topbar-field-color-foreground-l: 90.2%;
1302
+ --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);
1303
+ --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%));
1304
+ --dt-theme-topbar-field-color-foreground: hsl(0 0% 90.2% / 0.5);
1305
+ --dt-theme-topbar-field-color-foreground-hover-h: 0;
1306
+ --dt-theme-topbar-field-color-foreground-hover-s: 0%;
1307
+ --dt-theme-topbar-field-color-foreground-hover-l: 90.2%;
1308
+ --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);
1309
+ --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%));
1310
+ --dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 90.2% / 0.75);
1311
+ --dt-theme-topbar-field-color-background-h: 0;
1312
+ --dt-theme-topbar-field-color-background-s: 0%;
1313
+ --dt-theme-topbar-field-color-background-l: 90.2%;
1314
+ --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);
1315
+ --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%));
1316
+ --dt-theme-topbar-field-color-background: hsl(0 0% 90.2% / 0.05);
1317
+ --dt-theme-topbar-field-color-background-hover-h: 0;
1318
+ --dt-theme-topbar-field-color-background-hover-s: 0%;
1319
+ --dt-theme-topbar-field-color-background-hover-l: 10.1%;
1320
+ --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);
1321
+ --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%));
1322
+ --dt-theme-topbar-field-color-background-hover: hsl(0 0% 10.1%);
1323
+ --dt-theme-topbar-field-color-border-h: 0;
1324
+ --dt-theme-topbar-field-color-border-s: 0%;
1325
+ --dt-theme-topbar-field-color-border-l: 90.2%;
1326
+ --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);
1327
+ --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%));
1328
+ --dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);
1329
+ --dt-theme-topbar-field-color-border-hover-h: 0;
1330
+ --dt-theme-topbar-field-color-border-hover-s: 0%;
1331
+ --dt-theme-topbar-field-color-border-hover-l: 90.2%;
1332
+ --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);
1333
+ --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%));
1334
+ --dt-theme-topbar-field-color-border-hover: hsl(0 0% 90.2% / 0.1);
1335
+ --dt-theme-topbar-field-color-border-active-h: 0;
1336
+ --dt-theme-topbar-field-color-border-active-s: 0%;
1337
+ --dt-theme-topbar-field-color-border-active-l: 90.2%;
1338
+ --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);
1339
+ --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%));
1340
+ --dt-theme-topbar-field-color-border-active: hsl(0 0% 90.2% / 0.2);
1341
+ --dt-theme-topbar-button-color-foreground-h: 0;
1342
+ --dt-theme-topbar-button-color-foreground-s: 0%;
1343
+ --dt-theme-topbar-button-color-foreground-l: 90.2%;
1344
+ --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);
1345
+ --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%));
1346
+ --dt-theme-topbar-button-color-foreground: hsl(0 0% 90.2% / 0.65);
1347
+ --dt-theme-topbar-button-color-foreground-hover-h: 0;
1348
+ --dt-theme-topbar-button-color-foreground-hover-s: 0%;
1349
+ --dt-theme-topbar-button-color-foreground-hover-l: 90.19607843137256%;
1350
+ --dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-theme-topbar-button-color-foreground-hover-h) var(--dt-theme-topbar-button-color-foreground-hover-s) var(--dt-theme-topbar-button-color-foreground-hover-l);
1351
+ --dt-theme-topbar-button-color-foreground-hover-hsla: hsla(var(--dt-theme-topbar-button-color-foreground-hover-h) var(--dt-theme-topbar-button-color-foreground-hover-s) var(--dt-theme-topbar-button-color-foreground-hover-l) / var(--alpha, 100%));
1352
+ --dt-theme-topbar-button-color-foreground-hover: #E6E6E6;
1353
+ --dt-theme-topbar-button-color-background-h: 0;
1354
+ --dt-theme-topbar-button-color-background-s: 0%;
1355
+ --dt-theme-topbar-button-color-background-l: 90.2%;
1356
+ --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);
1357
+ --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%));
1358
+ --dt-theme-topbar-button-color-background: hsl(0 0% 90.2% / 0);
1359
+ --dt-theme-topbar-button-color-background-hover-h: 0;
1360
+ --dt-theme-topbar-button-color-background-hover-s: 0%;
1361
+ --dt-theme-topbar-button-color-background-hover-l: 90.2%;
1362
+ --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);
1363
+ --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%));
1364
+ --dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
1365
+ --dt-theme-topbar-button-color-background-active-h: 0;
1366
+ --dt-theme-topbar-button-color-background-active-s: 0%;
1367
+ --dt-theme-topbar-button-color-background-active-l: 90.2%;
1368
+ --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);
1369
+ --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%));
1370
+ --dt-theme-topbar-button-color-background-active: hsl(0 0% 90.2% / 0.1);
1371
+ --dt-theme-topbar-profile-color-foreground-h: 0;
1372
+ --dt-theme-topbar-profile-color-foreground-s: 0%;
1373
+ --dt-theme-topbar-profile-color-foreground-l: 90.2%;
1374
+ --dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-profile-color-foreground-h) var(--dt-theme-topbar-profile-color-foreground-s) var(--dt-theme-topbar-profile-color-foreground-l);
1375
+ --dt-theme-topbar-profile-color-foreground-hsla: hsla(var(--dt-theme-topbar-profile-color-foreground-h) var(--dt-theme-topbar-profile-color-foreground-s) var(--dt-theme-topbar-profile-color-foreground-l) / var(--alpha, 100%));
1376
+ --dt-theme-topbar-profile-color-foreground: hsl(0 0% 90.2% / 0.75);
1377
+ --dt-theme-topbar-profile-color-foreground-inverted-h: 0;
1378
+ --dt-theme-topbar-profile-color-foreground-inverted-s: 0%;
1379
+ --dt-theme-topbar-profile-color-foreground-inverted-l: 0%;
1380
+ --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);
1381
+ --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%));
1382
+ --dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / 0.75);
1383
+ --dt-theme-topbar-profile-color-background-h: 0;
1384
+ --dt-theme-topbar-profile-color-background-s: 0%;
1385
+ --dt-theme-topbar-profile-color-background-l: 90.2%;
1386
+ --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);
1387
+ --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%));
1388
+ --dt-theme-topbar-profile-color-background: hsl(0 0% 90.2% / 0.05);
1389
+ --dt-theme-topbar-profile-color-background-inverted-h: 0;
1390
+ --dt-theme-topbar-profile-color-background-inverted-s: 0%;
1391
+ --dt-theme-topbar-profile-color-background-inverted-l: 90.2%;
1392
+ --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);
1393
+ --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%));
1394
+ --dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 90.2% / 0.75);
1395
+ --dt-theme-topbar-profile-color-background-hover-h: 0;
1396
+ --dt-theme-topbar-profile-color-background-hover-s: 0%;
1397
+ --dt-theme-topbar-profile-color-background-hover-l: 90.2%;
1398
+ --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);
1399
+ --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%));
1400
+ --dt-theme-topbar-profile-color-background-hover: hsl(0 0% 90.2% / 0.1);
1401
+ --dt-theme-topbar-profile-color-background-active-h: 0;
1402
+ --dt-theme-topbar-profile-color-background-active-s: 0%;
1403
+ --dt-theme-topbar-profile-color-background-active-l: 90.2%;
1404
+ --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);
1405
+ --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%));
1406
+ --dt-theme-topbar-profile-color-background-active: hsl(0 0% 90.2% / 0.14);
1407
+ --dt-theme-sidebar-color-foreground-h: 0;
1408
+ --dt-theme-sidebar-color-foreground-s: 0%;
1409
+ --dt-theme-sidebar-color-foreground-l: 76.07843137254902%;
1410
+ --dt-theme-sidebar-color-foreground-hsl: var(--dt-theme-sidebar-color-foreground-h) var(--dt-theme-sidebar-color-foreground-s) var(--dt-theme-sidebar-color-foreground-l);
1411
+ --dt-theme-sidebar-color-foreground-hsla: hsla(var(--dt-theme-sidebar-color-foreground-h) var(--dt-theme-sidebar-color-foreground-s) var(--dt-theme-sidebar-color-foreground-l) / var(--alpha, 100%));
1412
+ --dt-theme-sidebar-color-foreground: #C2C2C2;
1413
+ --dt-theme-sidebar-color-foreground-unread-h: 0;
1414
+ --dt-theme-sidebar-color-foreground-unread-s: 0%;
1415
+ --dt-theme-sidebar-color-foreground-unread-l: 90.19607843137256%;
1416
+ --dt-theme-sidebar-color-foreground-unread-hsl: var(--dt-theme-sidebar-color-foreground-unread-h) var(--dt-theme-sidebar-color-foreground-unread-s) var(--dt-theme-sidebar-color-foreground-unread-l);
1417
+ --dt-theme-sidebar-color-foreground-unread-hsla: hsla(var(--dt-theme-sidebar-color-foreground-unread-h) var(--dt-theme-sidebar-color-foreground-unread-s) var(--dt-theme-sidebar-color-foreground-unread-l) / var(--alpha, 100%));
1418
+ --dt-theme-sidebar-color-foreground-unread: #E6E6E6;
1419
+ --dt-theme-sidebar-color-background-h: 0;
1420
+ --dt-theme-sidebar-color-background-s: 0%;
1421
+ --dt-theme-sidebar-color-background-l: 14.901960784313726%;
1422
+ --dt-theme-sidebar-color-background-hsl: var(--dt-theme-sidebar-color-background-h) var(--dt-theme-sidebar-color-background-s) var(--dt-theme-sidebar-color-background-l);
1423
+ --dt-theme-sidebar-color-background-hsla: hsla(var(--dt-theme-sidebar-color-background-h) var(--dt-theme-sidebar-color-background-s) var(--dt-theme-sidebar-color-background-l) / var(--alpha, 100%));
1424
+ --dt-theme-sidebar-color-background: #262626;
1425
+ --dt-theme-sidebar-icon-color-foreground-h: 0;
1426
+ --dt-theme-sidebar-icon-color-foreground-s: 0%;
1427
+ --dt-theme-sidebar-icon-color-foreground-l: 76.07843137254902%;
1428
+ --dt-theme-sidebar-icon-color-foreground-hsl: var(--dt-theme-sidebar-icon-color-foreground-h) var(--dt-theme-sidebar-icon-color-foreground-s) var(--dt-theme-sidebar-icon-color-foreground-l);
1429
+ --dt-theme-sidebar-icon-color-foreground-hsla: hsla(var(--dt-theme-sidebar-icon-color-foreground-h) var(--dt-theme-sidebar-icon-color-foreground-s) var(--dt-theme-sidebar-icon-color-foreground-l) / var(--alpha, 100%));
1430
+ --dt-theme-sidebar-icon-color-foreground: #C2C2C2;
1431
+ --dt-theme-sidebar-status-color-foreground-h: 0;
1432
+ --dt-theme-sidebar-status-color-foreground-s: 0%;
1433
+ --dt-theme-sidebar-status-color-foreground-l: 66.66666666666666%;
1434
+ --dt-theme-sidebar-status-color-foreground-hsl: var(--dt-theme-sidebar-status-color-foreground-h) var(--dt-theme-sidebar-status-color-foreground-s) var(--dt-theme-sidebar-status-color-foreground-l);
1435
+ --dt-theme-sidebar-status-color-foreground-hsla: hsla(var(--dt-theme-sidebar-status-color-foreground-h) var(--dt-theme-sidebar-status-color-foreground-s) var(--dt-theme-sidebar-status-color-foreground-l) / var(--alpha, 100%));
1436
+ --dt-theme-sidebar-status-color-foreground: #AAAAAA;
1437
+ --dt-theme-sidebar-row-color-background-h: 0;
1438
+ --dt-theme-sidebar-row-color-background-s: 0%;
1439
+ --dt-theme-sidebar-row-color-background-l: 90.2%;
1440
+ --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);
1441
+ --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%));
1442
+ --dt-theme-sidebar-row-color-background: hsl(0 0% 90.2% / 0);
1443
+ --dt-theme-sidebar-row-color-background-hover-h: 0;
1444
+ --dt-theme-sidebar-row-color-background-hover-s: 0%;
1445
+ --dt-theme-sidebar-row-color-background-hover-l: 90.2%;
1446
+ --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);
1447
+ --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%));
1448
+ --dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.18);
1449
+ --dt-theme-sidebar-row-color-background-active-h: 0;
1450
+ --dt-theme-sidebar-row-color-background-active-s: 0%;
1451
+ --dt-theme-sidebar-row-color-background-active-l: 90.2%;
1452
+ --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);
1453
+ --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%));
1454
+ --dt-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.24);
1455
+ --dt-theme-sidebar-selected-row-color-foreground-h: 0;
1456
+ --dt-theme-sidebar-selected-row-color-foreground-s: 0%;
1457
+ --dt-theme-sidebar-selected-row-color-foreground-l: 90.19607843137256%;
1458
+ --dt-theme-sidebar-selected-row-color-foreground-hsl: var(--dt-theme-sidebar-selected-row-color-foreground-h) var(--dt-theme-sidebar-selected-row-color-foreground-s) var(--dt-theme-sidebar-selected-row-color-foreground-l);
1459
+ --dt-theme-sidebar-selected-row-color-foreground-hsla: hsla(var(--dt-theme-sidebar-selected-row-color-foreground-h) var(--dt-theme-sidebar-selected-row-color-foreground-s) var(--dt-theme-sidebar-selected-row-color-foreground-l) / var(--alpha, 100%));
1460
+ --dt-theme-sidebar-selected-row-color-foreground: #E6E6E6;
1461
+ --dt-theme-sidebar-selected-row-color-background-h: 0;
1462
+ --dt-theme-sidebar-selected-row-color-background-s: 0%;
1463
+ --dt-theme-sidebar-selected-row-color-background-l: 90.2%;
1464
+ --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);
1465
+ --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%));
1466
+ --dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.2);
1467
+ --dt-theme-sidebar-section-color-foreground-h: 0;
1468
+ --dt-theme-sidebar-section-color-foreground-s: 0%;
1469
+ --dt-theme-sidebar-section-color-foreground-l: 66.66666666666666%;
1470
+ --dt-theme-sidebar-section-color-foreground-hsl: var(--dt-theme-sidebar-section-color-foreground-h) var(--dt-theme-sidebar-section-color-foreground-s) var(--dt-theme-sidebar-section-color-foreground-l);
1471
+ --dt-theme-sidebar-section-color-foreground-hsla: hsla(var(--dt-theme-sidebar-section-color-foreground-h) var(--dt-theme-sidebar-section-color-foreground-s) var(--dt-theme-sidebar-section-color-foreground-l) / var(--alpha, 100%));
1472
+ --dt-theme-sidebar-section-color-foreground: #AAAAAA;
1473
+ --dt-theme-presence-color-background-available-h: 111.52173913043478;
1474
+ --dt-theme-presence-color-background-available-s: 100%;
1475
+ --dt-theme-presence-color-background-available-l: 81.96078431372548%;
1476
+ --dt-theme-presence-color-background-available-hsl: var(--dt-theme-presence-color-background-available-h) var(--dt-theme-presence-color-background-available-s) var(--dt-theme-presence-color-background-available-l);
1477
+ --dt-theme-presence-color-background-available-hsla: hsla(var(--dt-theme-presence-color-background-available-h) var(--dt-theme-presence-color-background-available-s) var(--dt-theme-presence-color-background-available-l) / var(--alpha, 100%));
1478
+ --dt-theme-presence-color-background-available: #B0FFA3;
1479
+ --dt-theme-presence-color-background-busy-unavailable-h: 0;
1480
+ --dt-theme-presence-color-background-busy-unavailable-s: 88.79999999999998%;
1481
+ --dt-theme-presence-color-background-busy-unavailable-l: 49.01960784313726%;
1482
+ --dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-theme-presence-color-background-busy-unavailable-h) var(--dt-theme-presence-color-background-busy-unavailable-s) var(--dt-theme-presence-color-background-busy-unavailable-l);
1483
+ --dt-theme-presence-color-background-busy-unavailable-hsla: hsla(var(--dt-theme-presence-color-background-busy-unavailable-h) var(--dt-theme-presence-color-background-busy-unavailable-s) var(--dt-theme-presence-color-background-busy-unavailable-l) / var(--alpha, 100%));
1484
+ --dt-theme-presence-color-background-busy-unavailable: #EC0E0E;
1485
+ --dt-theme-presence-color-background-busy-h: 35.80645161290322;
1486
+ --dt-theme-presence-color-background-busy-s: 91.17647058823533%;
1487
+ --dt-theme-presence-color-background-busy-l: 60%;
1488
+ --dt-theme-presence-color-background-busy-hsl: var(--dt-theme-presence-color-background-busy-h) var(--dt-theme-presence-color-background-busy-s) var(--dt-theme-presence-color-background-busy-l);
1489
+ --dt-theme-presence-color-background-busy-hsla: hsla(var(--dt-theme-presence-color-background-busy-h) var(--dt-theme-presence-color-background-busy-s) var(--dt-theme-presence-color-background-busy-l) / var(--alpha, 100%));
1490
+ --dt-theme-presence-color-background-busy: #F6AB3C;
1491
+ --dt-theme-presence-color-background-offline-h: 0;
1492
+ --dt-theme-presence-color-background-offline-s: 0%;
1493
+ --dt-theme-presence-color-background-offline-l: 100%;
1494
+ --dt-theme-presence-color-background-offline-hsl: var(--dt-theme-presence-color-background-offline-h) var(--dt-theme-presence-color-background-offline-s) var(--dt-theme-presence-color-background-offline-l);
1495
+ --dt-theme-presence-color-background-offline-hsla: hsla(var(--dt-theme-presence-color-background-offline-h) var(--dt-theme-presence-color-background-offline-s) var(--dt-theme-presence-color-background-offline-l) / var(--alpha, 100%));
1496
+ --dt-theme-presence-color-background-offline: #ffffff;
1497
+ --dt-theme-mention-color-foreground-h: 0;
1498
+ --dt-theme-mention-color-foreground-s: 0%;
1499
+ --dt-theme-mention-color-foreground-l: 100%;
1500
+ --dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
1501
+ --dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
1502
+ --dt-theme-mention-color-foreground: #ffffff;
1503
+ --dt-theme-mention-color-background-h: 254.5664739884393;
1504
+ --dt-theme-mention-color-background-s: 100%;
1505
+ --dt-theme-mention-color-background-l: 66.07843137254902%;
1506
+ --dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
1507
+ --dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
1508
+ --dt-theme-mention-color-background: #7C52FF;
1509
+ --dt-avatar-color-foreground-h: 0;
1510
+ --dt-avatar-color-foreground-s: 0%;
1511
+ --dt-avatar-color-foreground-l: 0%;
1512
+ --dt-avatar-color-foreground-hsl: var(--dt-avatar-color-foreground-h) var(--dt-avatar-color-foreground-s) var(--dt-avatar-color-foreground-l);
1513
+ --dt-avatar-color-foreground-hsla: hsla(var(--dt-avatar-color-foreground-h) var(--dt-avatar-color-foreground-s) var(--dt-avatar-color-foreground-l) / var(--alpha, 100%));
1514
+ --dt-avatar-color-foreground: #000000;
1515
+ --dt-avatar-color-background-100-h: 136.64233576642334;
1516
+ --dt-avatar-color-background-100-s: 72.4867724867725%;
1517
+ --dt-avatar-color-background-100-l: 37.05882352941176%;
1518
+ --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);
1519
+ --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%));
1520
+ --dt-avatar-color-background-100: #1aa340;
1521
+ --dt-avatar-color-background-200-h: 101.12903225806453;
1522
+ --dt-avatar-color-background-200-s: 100%;
1523
+ --dt-avatar-color-background-200-l: 75.68627450980392%;
1524
+ --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);
1525
+ --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%));
1526
+ --dt-avatar-color-background-200: #aaff83;
1527
+ --dt-avatar-color-background-300-h: 97.3469387755102;
1528
+ --dt-avatar-color-background-300-s: 69.99999999999997%;
1529
+ --dt-avatar-color-background-300-l: 72.54901960784314%;
1530
+ --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);
1531
+ --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%));
1532
+ --dt-avatar-color-background-300: #adea88;
1533
+ --dt-avatar-color-background-400-h: 144.1025641025641;
1534
+ --dt-avatar-color-background-400-s: 75.48387096774195%;
1535
+ --dt-avatar-color-background-400-l: 69.6078431372549%;
1536
+ --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);
1537
+ --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%));
1538
+ --dt-avatar-color-background-400: #77eca6;
1539
+ --dt-avatar-color-background-500-h: 154.9565217391304;
1540
+ --dt-avatar-color-background-500-s: 76.158940397351%;
1541
+ --dt-avatar-color-background-500-l: 70.3921568627451%;
1542
+ --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);
1543
+ --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%));
1544
+ --dt-avatar-color-background-500: #7aedbd;
1545
+ --dt-avatar-color-background-600-h: 187.17948717948718;
1546
+ --dt-avatar-color-background-600-s: 75.48387096774195%;
1547
+ --dt-avatar-color-background-600-l: 69.6078431372549%;
1548
+ --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);
1549
+ --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%));
1550
+ --dt-avatar-color-background-600: #77deec;
1551
+ --dt-avatar-color-background-700-h: 194.53416149068323;
1552
+ --dt-avatar-color-background-700-s: 100%;
1553
+ --dt-avatar-color-background-700-l: 68.43137254901961%;
1554
+ --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);
1555
+ --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%));
1556
+ --dt-avatar-color-background-700: #5ed8ff;
1557
+ --dt-avatar-color-background-800-h: 194.1176470588235;
1558
+ --dt-avatar-color-background-800-s: 100%;
1559
+ --dt-avatar-color-background-800-l: 80%;
1560
+ --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);
1561
+ --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%));
1562
+ --dt-avatar-color-background-800: #99e7ff;
1563
+ --dt-avatar-color-background-900-h: 212.60115606936418;
1564
+ --dt-avatar-color-background-900-s: 98.85714285714286%;
1565
+ --dt-avatar-color-background-900-l: 65.68627450980392%;
1566
+ --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);
1567
+ --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%));
1568
+ --dt-avatar-color-background-900: #51a0fe;
1569
+ --dt-avatar-color-background-1000-h: 219.45205479452054;
1570
+ --dt-avatar-color-background-1000-s: 100%;
1571
+ --dt-avatar-color-background-1000-l: 85.68627450980392%;
1572
+ --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);
1573
+ --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%));
1574
+ --dt-avatar-color-background-1000: #b6cfff;
1575
+ --dt-avatar-color-background-1100-h: 309.31034482758616;
1576
+ --dt-avatar-color-background-1100-s: 67.44186046511626%;
1577
+ --dt-avatar-color-background-1100-l: 83.13725490196077%;
1578
+ --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);
1579
+ --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%));
1580
+ --dt-avatar-color-background-1100: #f1b7e8;
1581
+ --dt-avatar-color-background-1200-h: 324.10256410256414;
1582
+ --dt-avatar-color-background-1200-s: 75.48387096774195%;
1583
+ --dt-avatar-color-background-1200-l: 69.6078431372549%;
1584
+ --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);
1585
+ --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%));
1586
+ --dt-avatar-color-background-1200: #ec77bd;
1587
+ --dt-avatar-color-background-1300-h: 325.6578947368421;
1588
+ --dt-avatar-color-background-1300-s: 100%;
1589
+ --dt-avatar-color-background-1300-l: 70.19607843137254%;
1590
+ --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);
1591
+ --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%));
1592
+ --dt-avatar-color-background-1300: #ff67be;
1593
+ --dt-avatar-color-background-1400-h: 0;
1594
+ --dt-avatar-color-background-1400-s: 89.70588235294119%;
1595
+ --dt-avatar-color-background-1400-l: 73.33333333333334%;
1596
+ --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);
1597
+ --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%));
1598
+ --dt-avatar-color-background-1400: #f87e7e;
1599
+ --dt-avatar-color-background-1500-h: 25.128205128205128;
1600
+ --dt-avatar-color-background-1500-s: 75.48387096774195%;
1601
+ --dt-avatar-color-background-1500-l: 69.6078431372549%;
1602
+ --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);
1603
+ --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%));
1604
+ --dt-avatar-color-background-1500: #eca877;
1605
+ --dt-avatar-color-background-1600-h: 39.473684210526315;
1606
+ --dt-avatar-color-background-1600-s: 100%;
1607
+ --dt-avatar-color-background-1600-l: 62.745098039215684%;
1608
+ --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);
1609
+ --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%));
1610
+ --dt-avatar-color-background-1600: #ffbe41;
1611
+ --dt-avatar-color-background-1700-h: 46.70270270270271;
1612
+ --dt-avatar-color-background-1700-s: 100%;
1613
+ --dt-avatar-color-background-1700-l: 63.725490196078425%;
1614
+ --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);
1615
+ --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%));
1616
+ --dt-avatar-color-background-1700: #ffd646;
1617
+ --dt-avatar-color-background-1800-h: 36.20689655172413;
1618
+ --dt-avatar-color-background-1800-s: 67.44186046511626%;
1619
+ --dt-avatar-color-background-1800-l: 83.13725490196077%;
1620
+ --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);
1621
+ --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%));
1622
+ --dt-avatar-color-background-1800: #f1dab7;
1623
+ --dt-avatar-color-background-000-h: 0;
1624
+ --dt-avatar-color-background-000-s: 0%;
1625
+ --dt-avatar-color-background-000-l: 87.84313725490196%;
1626
+ --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);
1627
+ --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%));
1628
+ --dt-avatar-color-background-000: #e0e0e0;
1629
+ --dt-badge-color-background-default-h: 0;
1630
+ --dt-badge-color-background-default-s: 0%;
1631
+ --dt-badge-color-background-default-l: 90.2%;
1632
+ --dt-badge-color-background-default-hsl: var(--dt-badge-color-background-default-h) var(--dt-badge-color-background-default-s) var(--dt-badge-color-background-default-l);
1633
+ --dt-badge-color-background-default-hsla: hsla(var(--dt-badge-color-background-default-h) var(--dt-badge-color-background-default-s) var(--dt-badge-color-background-default-l) / var(--alpha, 100%));
1634
+ --dt-badge-color-background-default: hsl(0 0% 90.2% / 0.15);
1635
+ --dt-badge-color-background-info-h: 212.77777777777777;
1636
+ --dt-badge-color-background-info-s: 98.18181818181819%;
1637
+ --dt-badge-color-background-info-l: 21.56862745098039%;
1638
+ --dt-badge-color-background-info-hsl: var(--dt-badge-color-background-info-h) var(--dt-badge-color-background-info-s) var(--dt-badge-color-background-info-l);
1639
+ --dt-badge-color-background-info-hsla: hsla(var(--dt-badge-color-background-info-h) var(--dt-badge-color-background-info-s) var(--dt-badge-color-background-info-l) / var(--alpha, 100%));
1640
+ --dt-badge-color-background-info: #01326D;
1641
+ --dt-badge-color-background-success-h: 136.15384615384616;
1642
+ --dt-badge-color-background-success-s: 59.09090909090909%;
1643
+ --dt-badge-color-background-success-l: 17.254901960784313%;
1644
+ --dt-badge-color-background-success-hsl: var(--dt-badge-color-background-success-h) var(--dt-badge-color-background-success-s) var(--dt-badge-color-background-success-l);
1645
+ --dt-badge-color-background-success-hsla: hsla(var(--dt-badge-color-background-success-h) var(--dt-badge-color-background-success-s) var(--dt-badge-color-background-success-l) / var(--alpha, 100%));
1646
+ --dt-badge-color-background-success: #124620;
1647
+ --dt-badge-color-background-warning-h: 35.70247933884298;
1648
+ --dt-badge-color-background-warning-s: 88.32116788321169%;
1649
+ --dt-badge-color-background-warning-l: 26.862745098039216%;
1650
+ --dt-badge-color-background-warning-hsl: var(--dt-badge-color-background-warning-h) var(--dt-badge-color-background-warning-s) var(--dt-badge-color-background-warning-l);
1651
+ --dt-badge-color-background-warning-hsla: hsla(var(--dt-badge-color-background-warning-h) var(--dt-badge-color-background-warning-s) var(--dt-badge-color-background-warning-l) / var(--alpha, 100%));
1652
+ --dt-badge-color-background-warning: #815008;
1653
+ --dt-badge-color-background-critical-h: 0;
1654
+ --dt-badge-color-background-critical-s: 89.58333333333334%;
1655
+ --dt-badge-color-background-critical-l: 18.823529411764707%;
1656
+ --dt-badge-color-background-critical-hsl: var(--dt-badge-color-background-critical-h) var(--dt-badge-color-background-critical-s) var(--dt-badge-color-background-critical-l);
1657
+ --dt-badge-color-background-critical-hsla: hsla(var(--dt-badge-color-background-critical-h) var(--dt-badge-color-background-critical-s) var(--dt-badge-color-background-critical-l) / var(--alpha, 100%));
1658
+ --dt-badge-color-background-critical: #5B0505;
1659
+ --dt-badge-color-background-bulletin-h: 254.5664739884393;
1660
+ --dt-badge-color-background-bulletin-s: 100%;
1661
+ --dt-badge-color-background-bulletin-l: 66.07843137254902%;
1662
+ --dt-badge-color-background-bulletin-hsl: var(--dt-badge-color-background-bulletin-h) var(--dt-badge-color-background-bulletin-s) var(--dt-badge-color-background-bulletin-l);
1663
+ --dt-badge-color-background-bulletin-hsla: hsla(var(--dt-badge-color-background-bulletin-h) var(--dt-badge-color-background-bulletin-s) var(--dt-badge-color-background-bulletin-l) / var(--alpha, 100%));
1664
+ --dt-badge-color-background-bulletin: #7C52FF;
1665
+ --dt-badge-color-background-bulletin-subtle-h: 261;
1666
+ --dt-badge-color-background-bulletin-subtle-s: 100%;
1667
+ --dt-badge-color-background-bulletin-subtle-l: 74.70000000000002%;
1668
+ --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);
1669
+ --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%));
1670
+ --dt-badge-color-background-bulletin-subtle: hsl(261 100% 74.7% / 0.6);
1671
+ --dt-badge-color-background-ai-h: 0;
1672
+ --dt-badge-color-background-ai-s: 0%;
1673
+ --dt-badge-color-background-ai-l: 0%;
1674
+ --dt-badge-color-background-ai-hsl: var(--dt-badge-color-background-ai-h) var(--dt-badge-color-background-ai-s) var(--dt-badge-color-background-ai-l);
1675
+ --dt-badge-color-background-ai-hsla: hsla(var(--dt-badge-color-background-ai-h) var(--dt-badge-color-background-ai-s) var(--dt-badge-color-background-ai-l) / var(--alpha, 100%));
1676
+ --dt-badge-color-background-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
1677
+ --dt-badge-color-foreground-default-h: 0;
1678
+ --dt-badge-color-foreground-default-s: 0%;
1679
+ --dt-badge-color-foreground-default-l: 90.19607843137256%;
1680
+ --dt-badge-color-foreground-default-hsl: var(--dt-badge-color-foreground-default-h) var(--dt-badge-color-foreground-default-s) var(--dt-badge-color-foreground-default-l);
1681
+ --dt-badge-color-foreground-default-hsla: hsla(var(--dt-badge-color-foreground-default-h) var(--dt-badge-color-foreground-default-s) var(--dt-badge-color-foreground-default-l) / var(--alpha, 100%));
1682
+ --dt-badge-color-foreground-default: #E6E6E6;
1683
+ --dt-badge-color-foreground-bulletin-h: 0;
1684
+ --dt-badge-color-foreground-bulletin-s: 0%;
1685
+ --dt-badge-color-foreground-bulletin-l: 100%;
1686
+ --dt-badge-color-foreground-bulletin-hsl: var(--dt-badge-color-foreground-bulletin-h) var(--dt-badge-color-foreground-bulletin-s) var(--dt-badge-color-foreground-bulletin-l);
1687
+ --dt-badge-color-foreground-bulletin-hsla: hsla(var(--dt-badge-color-foreground-bulletin-h) var(--dt-badge-color-foreground-bulletin-s) var(--dt-badge-color-foreground-bulletin-l) / var(--alpha, 100%));
1688
+ --dt-badge-color-foreground-bulletin: #ffffff;
1689
+ --dt-badge-color-foreground-bulletin-subtle-h: 0;
1690
+ --dt-badge-color-foreground-bulletin-subtle-s: 0%;
1691
+ --dt-badge-color-foreground-bulletin-subtle-l: 90.2%;
1692
+ --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);
1693
+ --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%));
1694
+ --dt-badge-color-foreground-bulletin-subtle: hsl(0 0% 90.2%);
1695
+ --dt-badge-color-border-default-h: 0;
1696
+ --dt-badge-color-border-default-s: 0%;
1697
+ --dt-badge-color-border-default-l: 100%;
1698
+ --dt-badge-color-border-default-hsl: var(--dt-badge-color-border-default-h) var(--dt-badge-color-border-default-s) var(--dt-badge-color-border-default-l);
1699
+ --dt-badge-color-border-default-hsla: hsla(var(--dt-badge-color-border-default-h) var(--dt-badge-color-border-default-s) var(--dt-badge-color-border-default-l) / var(--alpha, 100%));
1700
+ --dt-badge-color-border-default: hsl(0 0% 100% / 0.14);
1701
+ --dt-badge-color-border-bulletin-subtle-h: 261;
1702
+ --dt-badge-color-border-bulletin-subtle-s: 100%;
1703
+ --dt-badge-color-border-bulletin-subtle-l: 74.70000000000002%;
1704
+ --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);
1705
+ --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%));
1706
+ --dt-badge-color-border-bulletin-subtle: hsl(261 100% 74.7% / 0.6);
1707
+ --dt-checkbox-size-width: 1.6rem;
1708
+ --dt-checkbox-size-height: 1.6rem;
1709
+ --dt-checkbox-size-radius: 0.4rem;
1710
+ --dt-checkbox-color-border-unchecked-h: 0;
1711
+ --dt-checkbox-color-border-unchecked-s: 0%;
1712
+ --dt-checkbox-color-border-unchecked-l: 50.19607843137255%;
1713
+ --dt-checkbox-color-border-unchecked-hsl: var(--dt-checkbox-color-border-unchecked-h) var(--dt-checkbox-color-border-unchecked-s) var(--dt-checkbox-color-border-unchecked-l);
1714
+ --dt-checkbox-color-border-unchecked-hsla: hsla(var(--dt-checkbox-color-border-unchecked-h) var(--dt-checkbox-color-border-unchecked-s) var(--dt-checkbox-color-border-unchecked-l) / var(--alpha, 100%));
1715
+ --dt-checkbox-color-border-unchecked: #808080;
1716
+ --dt-checkbox-color-border-checked-h: 254.5664739884393;
1717
+ --dt-checkbox-color-border-checked-s: 100%;
1718
+ --dt-checkbox-color-border-checked-l: 66.07843137254902%;
1719
+ --dt-checkbox-color-border-checked-hsl: var(--dt-checkbox-color-border-checked-h) var(--dt-checkbox-color-border-checked-s) var(--dt-checkbox-color-border-checked-l);
1720
+ --dt-checkbox-color-border-checked-hsla: hsla(var(--dt-checkbox-color-border-checked-h) var(--dt-checkbox-color-border-checked-s) var(--dt-checkbox-color-border-checked-l) / var(--alpha, 100%));
1721
+ --dt-checkbox-color-border-checked: #7C52FF;
1722
+ --dt-checkbox-color-background-checked-h: 254.5664739884393;
1723
+ --dt-checkbox-color-background-checked-s: 100%;
1724
+ --dt-checkbox-color-background-checked-l: 66.07843137254902%;
1725
+ --dt-checkbox-color-background-checked-hsl: var(--dt-checkbox-color-background-checked-h) var(--dt-checkbox-color-background-checked-s) var(--dt-checkbox-color-background-checked-l);
1726
+ --dt-checkbox-color-background-checked-hsla: hsla(var(--dt-checkbox-color-background-checked-h) var(--dt-checkbox-color-background-checked-s) var(--dt-checkbox-color-background-checked-l) / var(--alpha, 100%));
1727
+ --dt-checkbox-color-background-checked: #7C52FF;
1728
+ --dt-icon-size-100: 12px;
1729
+ --dt-icon-size-200: 14px;
1730
+ --dt-icon-size-300: 18px;
1731
+ --dt-icon-size-400: 20px;
1732
+ --dt-icon-size-500: 24px;
1733
+ --dt-icon-size-600: 32px;
1734
+ --dt-icon-size-700: 38px;
1735
+ --dt-icon-size-800: 48px;
1736
+ --dt-icon-size-border-100: 0.1rem;
1737
+ --dt-icon-size-border-200: 0.125rem;
1738
+ --dt-icon-size-border-300: 0.15rem;
1739
+ --dt-icon-size-border-400: 0.175rem;
1740
+ --dt-icon-size-border-500: 0.175rem;
1741
+ --dt-icon-size-border-600: 0.25rem;
1742
+ --dt-icon-size-border-700: 0.275rem;
1743
+ --dt-icon-size-border-800: 0.35rem;
1744
+ --dt-radio-size-width: 1.6rem;
1745
+ --dt-radio-size-height: 1.6rem;
1746
+ --dt-radio-size-radius: 50%;
1747
+ --dt-radio-color-border-unchecked-h: 0;
1748
+ --dt-radio-color-border-unchecked-s: 0%;
1749
+ --dt-radio-color-border-unchecked-l: 50.19607843137255%;
1750
+ --dt-radio-color-border-unchecked-hsl: var(--dt-radio-color-border-unchecked-h) var(--dt-radio-color-border-unchecked-s) var(--dt-radio-color-border-unchecked-l);
1751
+ --dt-radio-color-border-unchecked-hsla: hsla(var(--dt-radio-color-border-unchecked-h) var(--dt-radio-color-border-unchecked-s) var(--dt-radio-color-border-unchecked-l) / var(--alpha, 100%));
1752
+ --dt-radio-color-border-unchecked: #808080;
1753
+ --dt-radio-color-border-checked-h: 254.5664739884393;
1754
+ --dt-radio-color-border-checked-s: 100%;
1755
+ --dt-radio-color-border-checked-l: 66.07843137254902%;
1756
+ --dt-radio-color-border-checked-hsl: var(--dt-radio-color-border-checked-h) var(--dt-radio-color-border-checked-s) var(--dt-radio-color-border-checked-l);
1757
+ --dt-radio-color-border-checked-hsla: hsla(var(--dt-radio-color-border-checked-h) var(--dt-radio-color-border-checked-s) var(--dt-radio-color-border-checked-l) / var(--alpha, 100%));
1758
+ --dt-radio-color-border-checked: #7C52FF;
1759
+ --dt-radio-color-background-checked-h: 254.5664739884393;
1760
+ --dt-radio-color-background-checked-s: 100%;
1761
+ --dt-radio-color-background-checked-l: 66.07843137254902%;
1762
+ --dt-radio-color-background-checked-hsl: var(--dt-radio-color-background-checked-h) var(--dt-radio-color-background-checked-s) var(--dt-radio-color-background-checked-l);
1763
+ --dt-radio-color-background-checked-hsla: hsla(var(--dt-radio-color-background-checked-h) var(--dt-radio-color-background-checked-s) var(--dt-radio-color-background-checked-l) / var(--alpha, 100%));
1764
+ --dt-radio-color-background-checked: #7C52FF;
1765
+ --dt-font-size-100-mobile: 1.2rem;
1766
+ --dt-font-size-200-mobile: 1.6rem;
1767
+ --dt-font-size-300-mobile: 2rem;
1768
+ --dt-font-size-400-mobile: 2.9rem;
1769
+ --dt-font-size-500-mobile: 4.1rem;
1770
+ --dt-font-size-100-tc8: 1.7rem;
1771
+ --dt-font-size-200-tc8: 2.1rem;
1772
+ --dt-font-size-300-tc8: 2.7rem;
1773
+ --dt-font-size-400-tc8: 3.8rem;
1774
+ --dt-font-size-500-tc8: 5.4rem;
1775
+ --dt-font-size-100-tv: 2.5rem;
1776
+ --dt-font-size-200-tv: 3.2rem;
1777
+ --dt-font-size-300-tv: 4.1rem;
1778
+ --dt-font-size-400-tv: 5.8rem;
1779
+ --dt-font-size-500-tv: 8.2rem;
1780
+ --zi-hide: -1;
1781
+ --zi-base: 0;
1782
+ --zi-base1: 1;
1783
+ --zi-selected: 25;
1784
+ --zi-active: 50;
1785
+ --zi-navigation: 100;
1786
+ --zi-navigation-fixed: 150;
1787
+ --zi-dropdown: 200;
1788
+ --zi-popover: 300;
1789
+ --zi-tooltip: 400;
1790
+ --zi-drawer: 500;
1791
+ --zi-modal: 600;
1792
+ --zi-modal-element: 650;
1793
+ --zi-notification: 700;
1794
+ }