lightning_ui_kit 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +33 -0
- data/Rakefile +5 -0
- data/app/assets/builds/lightning_ui.css +2710 -0
- data/app/assets/builds/lightning_ui.js +6 -0
- data/app/assets/builds/lightning_ui.js.map +7 -0
- data/app/assets/stylesheets/lightning_ui/application.css +1 -0
- data/app/components/lightning_ui/alert_component.html.erb +4 -0
- data/app/components/lightning_ui/alert_component.rb +16 -0
- data/app/components/lightning_ui/avatar_component.html.erb +20 -0
- data/app/components/lightning_ui/avatar_component.rb +20 -0
- data/app/components/lightning_ui/badge_component.html.erb +9 -0
- data/app/components/lightning_ui/badge_component.rb +43 -0
- data/app/components/lightning_ui/banner_component.html.erb +17 -0
- data/app/components/lightning_ui/banner_component.rb +35 -0
- data/app/components/lightning_ui/base_component.rb +9 -0
- data/app/components/lightning_ui/button_component.html.erb +13 -0
- data/app/components/lightning_ui/button_component.rb +75 -0
- data/app/components/lightning_ui/checkbox_component.html.erb +37 -0
- data/app/components/lightning_ui/checkbox_component.rb +14 -0
- data/app/components/lightning_ui/description_list/item_component.html.erb +13 -0
- data/app/components/lightning_ui/description_list/item_component.rb +7 -0
- data/app/components/lightning_ui/description_list_component.html.erb +5 -0
- data/app/components/lightning_ui/description_list_component.rb +5 -0
- data/app/components/lightning_ui/dropdown/item_component.rb +5 -0
- data/app/components/lightning_ui/dropdown_component.html.erb +35 -0
- data/app/components/lightning_ui/dropdown_component.rb +23 -0
- data/app/components/lightning_ui/input_component.html.erb +99 -0
- data/app/components/lightning_ui/input_component.rb +44 -0
- data/app/components/lightning_ui/link_component.html.erb +7 -0
- data/app/components/lightning_ui/link_component.rb +8 -0
- data/app/components/lightning_ui/modal_component.html.erb +27 -0
- data/app/components/lightning_ui/modal_component.rb +21 -0
- data/app/components/lightning_ui/pagination_component.html.erb +21 -0
- data/app/components/lightning_ui/pagination_component.rb +42 -0
- data/app/components/lightning_ui/select_component.html.erb +20 -0
- data/app/components/lightning_ui/select_component.rb +25 -0
- data/app/components/lightning_ui/sidebar_component.html.erb +1 -0
- data/app/components/lightning_ui/sidebar_component.rb +4 -0
- data/app/components/lightning_ui/skeleton_component.html.erb +10 -0
- data/app/components/lightning_ui/skeleton_component.rb +8 -0
- data/app/components/lightning_ui/spinner_component.html.erb +10 -0
- data/app/components/lightning_ui/spinner_component.rb +4 -0
- data/app/components/lightning_ui/switch_component.html.erb +38 -0
- data/app/components/lightning_ui/switch_component.rb +31 -0
- data/app/components/lightning_ui/table/action_component.rb +9 -0
- data/app/components/lightning_ui/table/column_component.rb +12 -0
- data/app/components/lightning_ui/table_component.html.erb +40 -0
- data/app/components/lightning_ui/table_component.rb +16 -0
- data/app/components/lightning_ui/text_component.html.erb +3 -0
- data/app/components/lightning_ui/text_component.rb +12 -0
- data/app/components/lightning_ui/textarea_component.html.erb +48 -0
- data/app/components/lightning_ui/textarea_component.rb +42 -0
- data/app/helpers/lightning_ui/application_helper.rb +7 -0
- data/app/helpers/lightning_ui/heroicon_helper.rb +14 -0
- data/app/javascript/lightning_ui/controllers/accordion_controller.js +51 -0
- data/app/javascript/lightning_ui/controllers/banner_controller.js +11 -0
- data/app/javascript/lightning_ui/controllers/checkbox_controller.js +18 -0
- data/app/javascript/lightning_ui/controllers/clipboard_controller.js +21 -0
- data/app/javascript/lightning_ui/controllers/dropdown_controller.js +22 -0
- data/app/javascript/lightning_ui/controllers/main_controller.js +17 -0
- data/app/javascript/lightning_ui/controllers/modal_controller.js +44 -0
- data/app/javascript/lightning_ui/controllers/reveal_controller.js +22 -0
- data/app/javascript/lightning_ui/controllers/switch_controller.js +18 -0
- data/app/javascript/lightning_ui/index.js +31 -0
- data/config/initializers/heroicons.rb +5 -0
- data/lib/lightning_ui/engine.rb +20 -0
- data/lib/lightning_ui/version.rb +3 -0
- data/lib/lightning_ui.rb +6 -0
- data/lib/tasks/lightning_ui_tasks.rake +4 -0
- metadata +200 -0
@@ -0,0 +1,2710 @@
|
|
1
|
+
/*! tailwindcss v4.0.4 | MIT License | https://tailwindcss.com */
|
2
|
+
@layer theme, base, components, utilities;
|
3
|
+
@layer theme {
|
4
|
+
:root, :host {
|
5
|
+
--font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
6
|
+
'Segoe UI Symbol', 'Noto Color Emoji';
|
7
|
+
--font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
|
8
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
|
9
|
+
'Courier New', monospace;
|
10
|
+
--color-red-50: oklch(0.971 0.013 17.38);
|
11
|
+
--color-red-100: oklch(0.936 0.032 17.717);
|
12
|
+
--color-red-200: oklch(0.885 0.062 18.334);
|
13
|
+
--color-red-300: oklch(0.808 0.114 19.571);
|
14
|
+
--color-red-400: oklch(0.704 0.191 22.216);
|
15
|
+
--color-red-500: oklch(0.637 0.237 25.331);
|
16
|
+
--color-red-600: oklch(0.577 0.245 27.325);
|
17
|
+
--color-red-700: oklch(0.505 0.213 27.518);
|
18
|
+
--color-red-800: oklch(0.444 0.177 26.899);
|
19
|
+
--color-red-900: oklch(0.396 0.141 25.723);
|
20
|
+
--color-red-950: oklch(0.258 0.092 26.042);
|
21
|
+
--color-orange-50: oklch(0.98 0.016 73.684);
|
22
|
+
--color-orange-100: oklch(0.954 0.038 75.164);
|
23
|
+
--color-orange-200: oklch(0.901 0.076 70.697);
|
24
|
+
--color-orange-300: oklch(0.837 0.128 66.29);
|
25
|
+
--color-orange-400: oklch(0.75 0.183 55.934);
|
26
|
+
--color-orange-500: oklch(0.705 0.213 47.604);
|
27
|
+
--color-orange-600: oklch(0.646 0.222 41.116);
|
28
|
+
--color-orange-700: oklch(0.553 0.195 38.402);
|
29
|
+
--color-orange-800: oklch(0.47 0.157 37.304);
|
30
|
+
--color-orange-900: oklch(0.408 0.123 38.172);
|
31
|
+
--color-orange-950: oklch(0.266 0.079 36.259);
|
32
|
+
--color-amber-50: oklch(0.987 0.022 95.277);
|
33
|
+
--color-amber-100: oklch(0.962 0.059 95.617);
|
34
|
+
--color-amber-200: oklch(0.924 0.12 95.746);
|
35
|
+
--color-amber-300: oklch(0.879 0.169 91.605);
|
36
|
+
--color-amber-400: oklch(0.828 0.189 84.429);
|
37
|
+
--color-amber-500: oklch(0.769 0.188 70.08);
|
38
|
+
--color-amber-600: oklch(0.666 0.179 58.318);
|
39
|
+
--color-amber-700: oklch(0.555 0.163 48.998);
|
40
|
+
--color-amber-800: oklch(0.473 0.137 46.201);
|
41
|
+
--color-amber-900: oklch(0.414 0.112 45.904);
|
42
|
+
--color-amber-950: oklch(0.279 0.077 45.635);
|
43
|
+
--color-yellow-50: oklch(0.987 0.026 102.212);
|
44
|
+
--color-yellow-100: oklch(0.973 0.071 103.193);
|
45
|
+
--color-yellow-200: oklch(0.945 0.129 101.54);
|
46
|
+
--color-yellow-300: oklch(0.905 0.182 98.111);
|
47
|
+
--color-yellow-400: oklch(0.852 0.199 91.936);
|
48
|
+
--color-yellow-500: oklch(0.795 0.184 86.047);
|
49
|
+
--color-yellow-600: oklch(0.681 0.162 75.834);
|
50
|
+
--color-yellow-700: oklch(0.554 0.135 66.442);
|
51
|
+
--color-yellow-800: oklch(0.476 0.114 61.907);
|
52
|
+
--color-yellow-900: oklch(0.421 0.095 57.708);
|
53
|
+
--color-yellow-950: oklch(0.286 0.066 53.813);
|
54
|
+
--color-lime-50: oklch(0.986 0.031 120.757);
|
55
|
+
--color-lime-100: oklch(0.967 0.067 122.328);
|
56
|
+
--color-lime-200: oklch(0.938 0.127 124.321);
|
57
|
+
--color-lime-300: oklch(0.897 0.196 126.665);
|
58
|
+
--color-lime-400: oklch(0.841 0.238 128.85);
|
59
|
+
--color-lime-500: oklch(0.768 0.233 130.85);
|
60
|
+
--color-lime-600: oklch(0.648 0.2 131.684);
|
61
|
+
--color-lime-700: oklch(0.532 0.157 131.589);
|
62
|
+
--color-lime-800: oklch(0.453 0.124 130.933);
|
63
|
+
--color-lime-900: oklch(0.405 0.101 131.063);
|
64
|
+
--color-lime-950: oklch(0.274 0.072 132.109);
|
65
|
+
--color-green-50: oklch(0.982 0.018 155.826);
|
66
|
+
--color-green-100: oklch(0.962 0.044 156.743);
|
67
|
+
--color-green-200: oklch(0.925 0.084 155.995);
|
68
|
+
--color-green-300: oklch(0.871 0.15 154.449);
|
69
|
+
--color-green-400: oklch(0.792 0.209 151.711);
|
70
|
+
--color-green-500: oklch(0.723 0.219 149.579);
|
71
|
+
--color-green-600: oklch(0.627 0.194 149.214);
|
72
|
+
--color-green-700: oklch(0.527 0.154 150.069);
|
73
|
+
--color-green-800: oklch(0.448 0.119 151.328);
|
74
|
+
--color-green-900: oklch(0.393 0.095 152.535);
|
75
|
+
--color-green-950: oklch(0.266 0.065 152.934);
|
76
|
+
--color-emerald-50: oklch(0.979 0.021 166.113);
|
77
|
+
--color-emerald-100: oklch(0.95 0.052 163.051);
|
78
|
+
--color-emerald-200: oklch(0.905 0.093 164.15);
|
79
|
+
--color-emerald-300: oklch(0.845 0.143 164.978);
|
80
|
+
--color-emerald-400: oklch(0.765 0.177 163.223);
|
81
|
+
--color-emerald-500: oklch(0.696 0.17 162.48);
|
82
|
+
--color-emerald-600: oklch(0.596 0.145 163.225);
|
83
|
+
--color-emerald-700: oklch(0.508 0.118 165.612);
|
84
|
+
--color-emerald-800: oklch(0.432 0.095 166.913);
|
85
|
+
--color-emerald-900: oklch(0.378 0.077 168.94);
|
86
|
+
--color-emerald-950: oklch(0.262 0.051 172.552);
|
87
|
+
--color-teal-50: oklch(0.984 0.014 180.72);
|
88
|
+
--color-teal-100: oklch(0.953 0.051 180.801);
|
89
|
+
--color-teal-200: oklch(0.91 0.096 180.426);
|
90
|
+
--color-teal-300: oklch(0.855 0.138 181.071);
|
91
|
+
--color-teal-400: oklch(0.777 0.152 181.912);
|
92
|
+
--color-teal-500: oklch(0.704 0.14 182.503);
|
93
|
+
--color-teal-600: oklch(0.6 0.118 184.704);
|
94
|
+
--color-teal-700: oklch(0.511 0.096 186.391);
|
95
|
+
--color-teal-800: oklch(0.437 0.078 188.216);
|
96
|
+
--color-teal-900: oklch(0.386 0.063 188.416);
|
97
|
+
--color-teal-950: oklch(0.277 0.046 192.524);
|
98
|
+
--color-cyan-50: oklch(0.984 0.019 200.873);
|
99
|
+
--color-cyan-100: oklch(0.956 0.045 203.388);
|
100
|
+
--color-cyan-200: oklch(0.917 0.08 205.041);
|
101
|
+
--color-cyan-300: oklch(0.865 0.127 207.078);
|
102
|
+
--color-cyan-400: oklch(0.789 0.154 211.53);
|
103
|
+
--color-cyan-500: oklch(0.715 0.143 215.221);
|
104
|
+
--color-cyan-600: oklch(0.609 0.126 221.723);
|
105
|
+
--color-cyan-700: oklch(0.52 0.105 223.128);
|
106
|
+
--color-cyan-800: oklch(0.45 0.085 224.283);
|
107
|
+
--color-cyan-900: oklch(0.398 0.07 227.392);
|
108
|
+
--color-cyan-950: oklch(0.302 0.056 229.695);
|
109
|
+
--color-sky-50: oklch(0.977 0.013 236.62);
|
110
|
+
--color-sky-100: oklch(0.951 0.026 236.824);
|
111
|
+
--color-sky-200: oklch(0.901 0.058 230.902);
|
112
|
+
--color-sky-300: oklch(0.828 0.111 230.318);
|
113
|
+
--color-sky-400: oklch(0.746 0.16 232.661);
|
114
|
+
--color-sky-500: oklch(0.685 0.169 237.323);
|
115
|
+
--color-sky-600: oklch(0.588 0.158 241.966);
|
116
|
+
--color-sky-700: oklch(0.5 0.134 242.749);
|
117
|
+
--color-sky-800: oklch(0.443 0.11 240.79);
|
118
|
+
--color-sky-900: oklch(0.391 0.09 240.876);
|
119
|
+
--color-sky-950: oklch(0.293 0.066 243.157);
|
120
|
+
--color-blue-50: oklch(0.97 0.014 254.604);
|
121
|
+
--color-blue-100: oklch(0.932 0.032 255.585);
|
122
|
+
--color-blue-200: oklch(0.882 0.059 254.128);
|
123
|
+
--color-blue-300: oklch(0.809 0.105 251.813);
|
124
|
+
--color-blue-400: oklch(0.707 0.165 254.624);
|
125
|
+
--color-blue-500: oklch(0.623 0.214 259.815);
|
126
|
+
--color-blue-600: oklch(0.546 0.245 262.881);
|
127
|
+
--color-blue-700: oklch(0.488 0.243 264.376);
|
128
|
+
--color-blue-800: oklch(0.424 0.199 265.638);
|
129
|
+
--color-blue-900: oklch(0.379 0.146 265.522);
|
130
|
+
--color-blue-950: oklch(0.282 0.091 267.935);
|
131
|
+
--color-indigo-50: oklch(0.962 0.018 272.314);
|
132
|
+
--color-indigo-100: oklch(0.93 0.034 272.788);
|
133
|
+
--color-indigo-200: oklch(0.87 0.065 274.039);
|
134
|
+
--color-indigo-300: oklch(0.785 0.115 274.713);
|
135
|
+
--color-indigo-400: oklch(0.673 0.182 276.935);
|
136
|
+
--color-indigo-500: oklch(0.585 0.233 277.117);
|
137
|
+
--color-indigo-600: oklch(0.511 0.262 276.966);
|
138
|
+
--color-indigo-700: oklch(0.457 0.24 277.023);
|
139
|
+
--color-indigo-800: oklch(0.398 0.195 277.366);
|
140
|
+
--color-indigo-900: oklch(0.359 0.144 278.697);
|
141
|
+
--color-indigo-950: oklch(0.257 0.09 281.288);
|
142
|
+
--color-violet-50: oklch(0.969 0.016 293.756);
|
143
|
+
--color-violet-100: oklch(0.943 0.029 294.588);
|
144
|
+
--color-violet-200: oklch(0.894 0.057 293.283);
|
145
|
+
--color-violet-300: oklch(0.811 0.111 293.571);
|
146
|
+
--color-violet-400: oklch(0.702 0.183 293.541);
|
147
|
+
--color-violet-500: oklch(0.606 0.25 292.717);
|
148
|
+
--color-violet-600: oklch(0.541 0.281 293.009);
|
149
|
+
--color-violet-700: oklch(0.491 0.27 292.581);
|
150
|
+
--color-violet-800: oklch(0.432 0.232 292.759);
|
151
|
+
--color-violet-900: oklch(0.38 0.189 293.745);
|
152
|
+
--color-violet-950: oklch(0.283 0.141 291.089);
|
153
|
+
--color-purple-50: oklch(0.977 0.014 308.299);
|
154
|
+
--color-purple-100: oklch(0.946 0.033 307.174);
|
155
|
+
--color-purple-200: oklch(0.902 0.063 306.703);
|
156
|
+
--color-purple-300: oklch(0.827 0.119 306.383);
|
157
|
+
--color-purple-400: oklch(0.714 0.203 305.504);
|
158
|
+
--color-purple-500: oklch(0.627 0.265 303.9);
|
159
|
+
--color-purple-600: oklch(0.558 0.288 302.321);
|
160
|
+
--color-purple-700: oklch(0.496 0.265 301.924);
|
161
|
+
--color-purple-800: oklch(0.438 0.218 303.724);
|
162
|
+
--color-purple-900: oklch(0.381 0.176 304.987);
|
163
|
+
--color-purple-950: oklch(0.291 0.149 302.717);
|
164
|
+
--color-fuchsia-50: oklch(0.977 0.017 320.058);
|
165
|
+
--color-fuchsia-100: oklch(0.952 0.037 318.852);
|
166
|
+
--color-fuchsia-200: oklch(0.903 0.076 319.62);
|
167
|
+
--color-fuchsia-300: oklch(0.833 0.145 321.434);
|
168
|
+
--color-fuchsia-400: oklch(0.74 0.238 322.16);
|
169
|
+
--color-fuchsia-500: oklch(0.667 0.295 322.15);
|
170
|
+
--color-fuchsia-600: oklch(0.591 0.293 322.896);
|
171
|
+
--color-fuchsia-700: oklch(0.518 0.253 323.949);
|
172
|
+
--color-fuchsia-800: oklch(0.452 0.211 324.591);
|
173
|
+
--color-fuchsia-900: oklch(0.401 0.17 325.612);
|
174
|
+
--color-fuchsia-950: oklch(0.293 0.136 325.661);
|
175
|
+
--color-pink-50: oklch(0.971 0.014 343.198);
|
176
|
+
--color-pink-100: oklch(0.948 0.028 342.258);
|
177
|
+
--color-pink-200: oklch(0.899 0.061 343.231);
|
178
|
+
--color-pink-300: oklch(0.823 0.12 346.018);
|
179
|
+
--color-pink-400: oklch(0.718 0.202 349.761);
|
180
|
+
--color-pink-500: oklch(0.656 0.241 354.308);
|
181
|
+
--color-pink-600: oklch(0.592 0.249 0.584);
|
182
|
+
--color-pink-700: oklch(0.525 0.223 3.958);
|
183
|
+
--color-pink-800: oklch(0.459 0.187 3.815);
|
184
|
+
--color-pink-900: oklch(0.408 0.153 2.432);
|
185
|
+
--color-pink-950: oklch(0.284 0.109 3.907);
|
186
|
+
--color-rose-50: oklch(0.969 0.015 12.422);
|
187
|
+
--color-rose-100: oklch(0.941 0.03 12.58);
|
188
|
+
--color-rose-200: oklch(0.892 0.058 10.001);
|
189
|
+
--color-rose-300: oklch(0.81 0.117 11.638);
|
190
|
+
--color-rose-400: oklch(0.712 0.194 13.428);
|
191
|
+
--color-rose-500: oklch(0.645 0.246 16.439);
|
192
|
+
--color-rose-600: oklch(0.586 0.253 17.585);
|
193
|
+
--color-rose-700: oklch(0.514 0.222 16.935);
|
194
|
+
--color-rose-800: oklch(0.455 0.188 13.697);
|
195
|
+
--color-rose-900: oklch(0.41 0.159 10.272);
|
196
|
+
--color-rose-950: oklch(0.271 0.105 12.094);
|
197
|
+
--color-slate-50: oklch(0.984 0.003 247.858);
|
198
|
+
--color-slate-100: oklch(0.968 0.007 247.896);
|
199
|
+
--color-slate-200: oklch(0.929 0.013 255.508);
|
200
|
+
--color-slate-300: oklch(0.869 0.022 252.894);
|
201
|
+
--color-slate-400: oklch(0.704 0.04 256.788);
|
202
|
+
--color-slate-500: oklch(0.554 0.046 257.417);
|
203
|
+
--color-slate-600: oklch(0.446 0.043 257.281);
|
204
|
+
--color-slate-700: oklch(0.372 0.044 257.287);
|
205
|
+
--color-slate-800: oklch(0.279 0.041 260.031);
|
206
|
+
--color-slate-900: oklch(0.208 0.042 265.755);
|
207
|
+
--color-slate-950: oklch(0.129 0.042 264.695);
|
208
|
+
--color-gray-50: oklch(0.985 0.002 247.839);
|
209
|
+
--color-gray-100: oklch(0.967 0.003 264.542);
|
210
|
+
--color-gray-200: oklch(0.928 0.006 264.531);
|
211
|
+
--color-gray-300: oklch(0.872 0.01 258.338);
|
212
|
+
--color-gray-400: oklch(0.707 0.022 261.325);
|
213
|
+
--color-gray-500: oklch(0.551 0.027 264.364);
|
214
|
+
--color-gray-600: oklch(0.446 0.03 256.802);
|
215
|
+
--color-gray-700: oklch(0.373 0.034 259.733);
|
216
|
+
--color-gray-800: oklch(0.278 0.033 256.848);
|
217
|
+
--color-gray-900: oklch(0.21 0.034 264.665);
|
218
|
+
--color-gray-950: oklch(0.13 0.028 261.692);
|
219
|
+
--color-zinc-50: oklch(0.985 0 0);
|
220
|
+
--color-zinc-100: oklch(0.967 0.001 286.375);
|
221
|
+
--color-zinc-200: oklch(0.92 0.004 286.32);
|
222
|
+
--color-zinc-300: oklch(0.871 0.006 286.286);
|
223
|
+
--color-zinc-400: oklch(0.705 0.015 286.067);
|
224
|
+
--color-zinc-500: oklch(0.552 0.016 285.938);
|
225
|
+
--color-zinc-600: oklch(0.442 0.017 285.786);
|
226
|
+
--color-zinc-700: oklch(0.37 0.013 285.805);
|
227
|
+
--color-zinc-800: oklch(0.274 0.006 286.033);
|
228
|
+
--color-zinc-900: oklch(0.21 0.006 285.885);
|
229
|
+
--color-zinc-950: oklch(0.141 0.005 285.823);
|
230
|
+
--color-neutral-50: oklch(0.985 0 0);
|
231
|
+
--color-neutral-100: oklch(0.97 0 0);
|
232
|
+
--color-neutral-200: oklch(0.922 0 0);
|
233
|
+
--color-neutral-300: oklch(0.87 0 0);
|
234
|
+
--color-neutral-400: oklch(0.708 0 0);
|
235
|
+
--color-neutral-500: oklch(0.556 0 0);
|
236
|
+
--color-neutral-600: oklch(0.439 0 0);
|
237
|
+
--color-neutral-700: oklch(0.371 0 0);
|
238
|
+
--color-neutral-800: oklch(0.269 0 0);
|
239
|
+
--color-neutral-900: oklch(0.205 0 0);
|
240
|
+
--color-neutral-950: oklch(0.145 0 0);
|
241
|
+
--color-stone-50: oklch(0.985 0.001 106.423);
|
242
|
+
--color-stone-100: oklch(0.97 0.001 106.424);
|
243
|
+
--color-stone-200: oklch(0.923 0.003 48.717);
|
244
|
+
--color-stone-300: oklch(0.869 0.005 56.366);
|
245
|
+
--color-stone-400: oklch(0.709 0.01 56.259);
|
246
|
+
--color-stone-500: oklch(0.553 0.013 58.071);
|
247
|
+
--color-stone-600: oklch(0.444 0.011 73.639);
|
248
|
+
--color-stone-700: oklch(0.374 0.01 67.558);
|
249
|
+
--color-stone-800: oklch(0.268 0.007 34.298);
|
250
|
+
--color-stone-900: oklch(0.216 0.006 56.043);
|
251
|
+
--color-stone-950: oklch(0.147 0.004 49.25);
|
252
|
+
--color-black: #000;
|
253
|
+
--color-white: #fff;
|
254
|
+
--spacing: 0.25rem;
|
255
|
+
--breakpoint-sm: 40rem;
|
256
|
+
--breakpoint-md: 48rem;
|
257
|
+
--breakpoint-lg: 64rem;
|
258
|
+
--breakpoint-xl: 80rem;
|
259
|
+
--breakpoint-2xl: 96rem;
|
260
|
+
--container-3xs: 16rem;
|
261
|
+
--container-2xs: 18rem;
|
262
|
+
--container-xs: 20rem;
|
263
|
+
--container-sm: 24rem;
|
264
|
+
--container-md: 28rem;
|
265
|
+
--container-lg: 32rem;
|
266
|
+
--container-xl: 36rem;
|
267
|
+
--container-2xl: 42rem;
|
268
|
+
--container-3xl: 48rem;
|
269
|
+
--container-4xl: 56rem;
|
270
|
+
--container-5xl: 64rem;
|
271
|
+
--container-6xl: 72rem;
|
272
|
+
--container-7xl: 80rem;
|
273
|
+
--text-xs: 0.75rem;
|
274
|
+
--text-xs--line-height: calc(1 / 0.75);
|
275
|
+
--text-sm: 0.875rem;
|
276
|
+
--text-sm--line-height: calc(1.25 / 0.875);
|
277
|
+
--text-base: 1rem;
|
278
|
+
--text-base--line-height: calc(1.5 / 1);
|
279
|
+
--text-lg: 1.125rem;
|
280
|
+
--text-lg--line-height: calc(1.75 / 1.125);
|
281
|
+
--text-xl: 1.25rem;
|
282
|
+
--text-xl--line-height: calc(1.75 / 1.25);
|
283
|
+
--text-2xl: 1.5rem;
|
284
|
+
--text-2xl--line-height: calc(2 / 1.5);
|
285
|
+
--text-3xl: 1.875rem;
|
286
|
+
--text-3xl--line-height: calc(2.25 / 1.875);
|
287
|
+
--text-4xl: 2.25rem;
|
288
|
+
--text-4xl--line-height: calc(2.5 / 2.25);
|
289
|
+
--text-5xl: 3rem;
|
290
|
+
--text-5xl--line-height: 1;
|
291
|
+
--text-6xl: 3.75rem;
|
292
|
+
--text-6xl--line-height: 1;
|
293
|
+
--text-7xl: 4.5rem;
|
294
|
+
--text-7xl--line-height: 1;
|
295
|
+
--text-8xl: 6rem;
|
296
|
+
--text-8xl--line-height: 1;
|
297
|
+
--text-9xl: 8rem;
|
298
|
+
--text-9xl--line-height: 1;
|
299
|
+
--font-weight-thin: 100;
|
300
|
+
--font-weight-extralight: 200;
|
301
|
+
--font-weight-light: 300;
|
302
|
+
--font-weight-normal: 400;
|
303
|
+
--font-weight-medium: 500;
|
304
|
+
--font-weight-semibold: 600;
|
305
|
+
--font-weight-bold: 700;
|
306
|
+
--font-weight-extrabold: 800;
|
307
|
+
--font-weight-black: 900;
|
308
|
+
--tracking-tighter: -0.05em;
|
309
|
+
--tracking-tight: -0.025em;
|
310
|
+
--tracking-normal: 0em;
|
311
|
+
--tracking-wide: 0.025em;
|
312
|
+
--tracking-wider: 0.05em;
|
313
|
+
--tracking-widest: 0.1em;
|
314
|
+
--leading-tight: 1.25;
|
315
|
+
--leading-snug: 1.375;
|
316
|
+
--leading-normal: 1.5;
|
317
|
+
--leading-relaxed: 1.625;
|
318
|
+
--leading-loose: 2;
|
319
|
+
--radius-xs: 0.125rem;
|
320
|
+
--radius-sm: 0.25rem;
|
321
|
+
--radius-md: 0.375rem;
|
322
|
+
--radius-lg: 0.5rem;
|
323
|
+
--radius-xl: 0.75rem;
|
324
|
+
--radius-2xl: 1rem;
|
325
|
+
--radius-3xl: 1.5rem;
|
326
|
+
--radius-4xl: 2rem;
|
327
|
+
--shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
|
328
|
+
--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
329
|
+
--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
330
|
+
--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
331
|
+
--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
332
|
+
--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
333
|
+
--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
334
|
+
--inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
|
335
|
+
--inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
|
336
|
+
--inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
|
337
|
+
--drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
|
338
|
+
--drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
|
339
|
+
--drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
|
340
|
+
--drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
|
341
|
+
--drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
|
342
|
+
--drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
|
343
|
+
--ease-in: cubic-bezier(0.4, 0, 1, 1);
|
344
|
+
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
345
|
+
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
346
|
+
--animate-spin: spin 1s linear infinite;
|
347
|
+
--animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
|
348
|
+
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
349
|
+
--animate-bounce: bounce 1s infinite;
|
350
|
+
--blur-xs: 4px;
|
351
|
+
--blur-sm: 8px;
|
352
|
+
--blur-md: 12px;
|
353
|
+
--blur-lg: 16px;
|
354
|
+
--blur-xl: 24px;
|
355
|
+
--blur-2xl: 40px;
|
356
|
+
--blur-3xl: 64px;
|
357
|
+
--perspective-dramatic: 100px;
|
358
|
+
--perspective-near: 300px;
|
359
|
+
--perspective-normal: 500px;
|
360
|
+
--perspective-midrange: 800px;
|
361
|
+
--perspective-distant: 1200px;
|
362
|
+
--aspect-video: 16 / 9;
|
363
|
+
--default-transition-duration: 150ms;
|
364
|
+
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
365
|
+
--default-font-family: var(--font-sans);
|
366
|
+
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
367
|
+
--default-font-variation-settings: var(--font-sans--font-variation-settings);
|
368
|
+
--default-mono-font-family: var(--font-mono);
|
369
|
+
--default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
|
370
|
+
--default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
|
371
|
+
}
|
372
|
+
}
|
373
|
+
@layer base {
|
374
|
+
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
375
|
+
box-sizing: border-box;
|
376
|
+
margin: 0;
|
377
|
+
padding: 0;
|
378
|
+
border: 0 solid;
|
379
|
+
}
|
380
|
+
html, :host {
|
381
|
+
line-height: 1.5;
|
382
|
+
-webkit-text-size-adjust: 100%;
|
383
|
+
tab-size: 4;
|
384
|
+
font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' );
|
385
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
386
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
387
|
+
-webkit-tap-highlight-color: transparent;
|
388
|
+
}
|
389
|
+
body {
|
390
|
+
line-height: inherit;
|
391
|
+
}
|
392
|
+
hr {
|
393
|
+
height: 0;
|
394
|
+
color: inherit;
|
395
|
+
border-top-width: 1px;
|
396
|
+
}
|
397
|
+
abbr:where([title]) {
|
398
|
+
-webkit-text-decoration: underline dotted;
|
399
|
+
text-decoration: underline dotted;
|
400
|
+
}
|
401
|
+
h1, h2, h3, h4, h5, h6 {
|
402
|
+
font-size: inherit;
|
403
|
+
font-weight: inherit;
|
404
|
+
}
|
405
|
+
a {
|
406
|
+
color: inherit;
|
407
|
+
-webkit-text-decoration: inherit;
|
408
|
+
text-decoration: inherit;
|
409
|
+
}
|
410
|
+
b, strong {
|
411
|
+
font-weight: bolder;
|
412
|
+
}
|
413
|
+
code, kbd, samp, pre {
|
414
|
+
font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace );
|
415
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
416
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
417
|
+
font-size: 1em;
|
418
|
+
}
|
419
|
+
small {
|
420
|
+
font-size: 80%;
|
421
|
+
}
|
422
|
+
sub, sup {
|
423
|
+
font-size: 75%;
|
424
|
+
line-height: 0;
|
425
|
+
position: relative;
|
426
|
+
vertical-align: baseline;
|
427
|
+
}
|
428
|
+
sub {
|
429
|
+
bottom: -0.25em;
|
430
|
+
}
|
431
|
+
sup {
|
432
|
+
top: -0.5em;
|
433
|
+
}
|
434
|
+
table {
|
435
|
+
text-indent: 0;
|
436
|
+
border-color: inherit;
|
437
|
+
border-collapse: collapse;
|
438
|
+
}
|
439
|
+
:-moz-focusring {
|
440
|
+
outline: auto;
|
441
|
+
}
|
442
|
+
progress {
|
443
|
+
vertical-align: baseline;
|
444
|
+
}
|
445
|
+
summary {
|
446
|
+
display: list-item;
|
447
|
+
}
|
448
|
+
ol, ul, menu {
|
449
|
+
list-style: none;
|
450
|
+
}
|
451
|
+
img, svg, video, canvas, audio, iframe, embed, object {
|
452
|
+
display: block;
|
453
|
+
vertical-align: middle;
|
454
|
+
}
|
455
|
+
img, video {
|
456
|
+
max-width: 100%;
|
457
|
+
height: auto;
|
458
|
+
}
|
459
|
+
button, input, select, optgroup, textarea, ::file-selector-button {
|
460
|
+
font: inherit;
|
461
|
+
font-feature-settings: inherit;
|
462
|
+
font-variation-settings: inherit;
|
463
|
+
letter-spacing: inherit;
|
464
|
+
color: inherit;
|
465
|
+
border-radius: 0;
|
466
|
+
background-color: transparent;
|
467
|
+
opacity: 1;
|
468
|
+
}
|
469
|
+
:where(select:is([multiple], [size])) optgroup {
|
470
|
+
font-weight: bolder;
|
471
|
+
}
|
472
|
+
:where(select:is([multiple], [size])) optgroup option {
|
473
|
+
padding-inline-start: 20px;
|
474
|
+
}
|
475
|
+
::file-selector-button {
|
476
|
+
margin-inline-end: 4px;
|
477
|
+
}
|
478
|
+
::placeholder {
|
479
|
+
opacity: 1;
|
480
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
481
|
+
}
|
482
|
+
textarea {
|
483
|
+
resize: vertical;
|
484
|
+
}
|
485
|
+
::-webkit-search-decoration {
|
486
|
+
-webkit-appearance: none;
|
487
|
+
}
|
488
|
+
::-webkit-date-and-time-value {
|
489
|
+
min-height: 1lh;
|
490
|
+
text-align: inherit;
|
491
|
+
}
|
492
|
+
::-webkit-datetime-edit {
|
493
|
+
display: inline-flex;
|
494
|
+
}
|
495
|
+
::-webkit-datetime-edit-fields-wrapper {
|
496
|
+
padding: 0;
|
497
|
+
}
|
498
|
+
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
499
|
+
padding-block: 0;
|
500
|
+
}
|
501
|
+
:-moz-ui-invalid {
|
502
|
+
box-shadow: none;
|
503
|
+
}
|
504
|
+
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
|
505
|
+
appearance: button;
|
506
|
+
}
|
507
|
+
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
508
|
+
height: auto;
|
509
|
+
}
|
510
|
+
[hidden]:where(:not([hidden='until-found'])) {
|
511
|
+
display: none !important;
|
512
|
+
}
|
513
|
+
}
|
514
|
+
@layer utilities {
|
515
|
+
.pointer-events-none {
|
516
|
+
pointer-events: none;
|
517
|
+
}
|
518
|
+
.invisible {
|
519
|
+
visibility: hidden;
|
520
|
+
}
|
521
|
+
.visible {
|
522
|
+
visibility: visible;
|
523
|
+
}
|
524
|
+
.sr-only {
|
525
|
+
position: absolute;
|
526
|
+
width: 1px;
|
527
|
+
height: 1px;
|
528
|
+
padding: 0;
|
529
|
+
margin: -1px;
|
530
|
+
overflow: hidden;
|
531
|
+
clip: rect(0, 0, 0, 0);
|
532
|
+
white-space: nowrap;
|
533
|
+
border-width: 0;
|
534
|
+
}
|
535
|
+
.absolute {
|
536
|
+
position: absolute;
|
537
|
+
}
|
538
|
+
.fixed {
|
539
|
+
position: fixed;
|
540
|
+
}
|
541
|
+
.relative {
|
542
|
+
position: relative;
|
543
|
+
}
|
544
|
+
.static {
|
545
|
+
position: static;
|
546
|
+
}
|
547
|
+
.inset-0 {
|
548
|
+
inset: calc(var(--spacing) * 0);
|
549
|
+
}
|
550
|
+
.inset-y-0 {
|
551
|
+
inset-block: calc(var(--spacing) * 0);
|
552
|
+
}
|
553
|
+
.top-auto {
|
554
|
+
top: auto;
|
555
|
+
}
|
556
|
+
.right-0 {
|
557
|
+
right: calc(var(--spacing) * 0);
|
558
|
+
}
|
559
|
+
.bottom-full {
|
560
|
+
bottom: 100%;
|
561
|
+
}
|
562
|
+
.left-0 {
|
563
|
+
left: calc(var(--spacing) * 0);
|
564
|
+
}
|
565
|
+
.isolate {
|
566
|
+
isolation: isolate;
|
567
|
+
}
|
568
|
+
.col-start-1 {
|
569
|
+
grid-column-start: 1;
|
570
|
+
}
|
571
|
+
.row-start-2 {
|
572
|
+
grid-row-start: 2;
|
573
|
+
}
|
574
|
+
.container {
|
575
|
+
width: 100%;
|
576
|
+
@media (width >= 40rem) {
|
577
|
+
max-width: 40rem;
|
578
|
+
}
|
579
|
+
@media (width >= 48rem) {
|
580
|
+
max-width: 48rem;
|
581
|
+
}
|
582
|
+
@media (width >= 64rem) {
|
583
|
+
max-width: 64rem;
|
584
|
+
}
|
585
|
+
@media (width >= 80rem) {
|
586
|
+
max-width: 80rem;
|
587
|
+
}
|
588
|
+
@media (width >= 96rem) {
|
589
|
+
max-width: 96rem;
|
590
|
+
}
|
591
|
+
}
|
592
|
+
.ms-2\.5 {
|
593
|
+
margin-inline-start: calc(var(--spacing) * 2.5);
|
594
|
+
}
|
595
|
+
.me-2 {
|
596
|
+
margin-inline-end: calc(var(--spacing) * 2);
|
597
|
+
}
|
598
|
+
.me-3 {
|
599
|
+
margin-inline-end: calc(var(--spacing) * 3);
|
600
|
+
}
|
601
|
+
.mt-2 {
|
602
|
+
margin-top: calc(var(--spacing) * 2);
|
603
|
+
}
|
604
|
+
.mt-6 {
|
605
|
+
margin-top: calc(var(--spacing) * 6);
|
606
|
+
}
|
607
|
+
.mt-8 {
|
608
|
+
margin-top: calc(var(--spacing) * 8);
|
609
|
+
}
|
610
|
+
.mb-2 {
|
611
|
+
margin-bottom: calc(var(--spacing) * 2);
|
612
|
+
}
|
613
|
+
.mb-4 {
|
614
|
+
margin-bottom: calc(var(--spacing) * 4);
|
615
|
+
}
|
616
|
+
.ml-2 {
|
617
|
+
margin-left: calc(var(--spacing) * 2);
|
618
|
+
}
|
619
|
+
.block {
|
620
|
+
display: block;
|
621
|
+
}
|
622
|
+
.contents {
|
623
|
+
display: contents;
|
624
|
+
}
|
625
|
+
.flex {
|
626
|
+
display: flex;
|
627
|
+
}
|
628
|
+
.grid {
|
629
|
+
display: grid;
|
630
|
+
}
|
631
|
+
.hidden {
|
632
|
+
display: none;
|
633
|
+
}
|
634
|
+
.inline {
|
635
|
+
display: inline;
|
636
|
+
}
|
637
|
+
.inline-block {
|
638
|
+
display: inline-block;
|
639
|
+
}
|
640
|
+
.inline-flex {
|
641
|
+
display: inline-flex;
|
642
|
+
}
|
643
|
+
.inline-grid {
|
644
|
+
display: inline-grid;
|
645
|
+
}
|
646
|
+
.table {
|
647
|
+
display: table;
|
648
|
+
}
|
649
|
+
.size-4 {
|
650
|
+
width: calc(var(--spacing) * 4);
|
651
|
+
height: calc(var(--spacing) * 4);
|
652
|
+
}
|
653
|
+
.size-5 {
|
654
|
+
width: calc(var(--spacing) * 5);
|
655
|
+
height: calc(var(--spacing) * 5);
|
656
|
+
}
|
657
|
+
.size-6 {
|
658
|
+
width: calc(var(--spacing) * 6);
|
659
|
+
height: calc(var(--spacing) * 6);
|
660
|
+
}
|
661
|
+
.size-8 {
|
662
|
+
width: calc(var(--spacing) * 8);
|
663
|
+
height: calc(var(--spacing) * 8);
|
664
|
+
}
|
665
|
+
.size-10 {
|
666
|
+
width: calc(var(--spacing) * 10);
|
667
|
+
height: calc(var(--spacing) * 10);
|
668
|
+
}
|
669
|
+
.size-\[1\.125rem\] {
|
670
|
+
width: 1.125rem;
|
671
|
+
height: 1.125rem;
|
672
|
+
}
|
673
|
+
.size-full {
|
674
|
+
width: 100%;
|
675
|
+
height: 100%;
|
676
|
+
}
|
677
|
+
.h-2 {
|
678
|
+
height: calc(var(--spacing) * 2);
|
679
|
+
}
|
680
|
+
.h-2\.5 {
|
681
|
+
height: calc(var(--spacing) * 2.5);
|
682
|
+
}
|
683
|
+
.h-3 {
|
684
|
+
height: calc(var(--spacing) * 3);
|
685
|
+
}
|
686
|
+
.h-4 {
|
687
|
+
height: calc(var(--spacing) * 4);
|
688
|
+
}
|
689
|
+
.h-5 {
|
690
|
+
height: calc(var(--spacing) * 5);
|
691
|
+
}
|
692
|
+
.h-6 {
|
693
|
+
height: calc(var(--spacing) * 6);
|
694
|
+
}
|
695
|
+
.min-h-full {
|
696
|
+
min-height: 100%;
|
697
|
+
}
|
698
|
+
.w-2 {
|
699
|
+
width: calc(var(--spacing) * 2);
|
700
|
+
}
|
701
|
+
.w-2\.5 {
|
702
|
+
width: calc(var(--spacing) * 2.5);
|
703
|
+
}
|
704
|
+
.w-4 {
|
705
|
+
width: calc(var(--spacing) * 4);
|
706
|
+
}
|
707
|
+
.w-5 {
|
708
|
+
width: calc(var(--spacing) * 5);
|
709
|
+
}
|
710
|
+
.w-10 {
|
711
|
+
width: calc(var(--spacing) * 10);
|
712
|
+
}
|
713
|
+
.w-48 {
|
714
|
+
width: calc(var(--spacing) * 48);
|
715
|
+
}
|
716
|
+
.w-56 {
|
717
|
+
width: calc(var(--spacing) * 56);
|
718
|
+
}
|
719
|
+
.w-\[2\.25rem\] {
|
720
|
+
width: 2.25rem;
|
721
|
+
}
|
722
|
+
.w-full {
|
723
|
+
width: 100%;
|
724
|
+
}
|
725
|
+
.w-screen {
|
726
|
+
width: 100vw;
|
727
|
+
}
|
728
|
+
.min-w-0 {
|
729
|
+
min-width: calc(var(--spacing) * 0);
|
730
|
+
}
|
731
|
+
.min-w-\[2\.25rem\] {
|
732
|
+
min-width: 2.25rem;
|
733
|
+
}
|
734
|
+
.min-w-full {
|
735
|
+
min-width: 100%;
|
736
|
+
}
|
737
|
+
.shrink-0 {
|
738
|
+
flex-shrink: 0;
|
739
|
+
}
|
740
|
+
.border-collapse {
|
741
|
+
border-collapse: collapse;
|
742
|
+
}
|
743
|
+
.origin-top-left {
|
744
|
+
transform-origin: top left;
|
745
|
+
}
|
746
|
+
.translate-x-0 {
|
747
|
+
--tw-translate-x: calc(var(--spacing) * 0);
|
748
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
749
|
+
}
|
750
|
+
.scale-95 {
|
751
|
+
--tw-scale-x: 95%;
|
752
|
+
--tw-scale-y: 95%;
|
753
|
+
--tw-scale-z: 95%;
|
754
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
755
|
+
}
|
756
|
+
.scale-100 {
|
757
|
+
--tw-scale-x: 100%;
|
758
|
+
--tw-scale-y: 100%;
|
759
|
+
--tw-scale-z: 100%;
|
760
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
761
|
+
}
|
762
|
+
.rotate-180 {
|
763
|
+
rotate: 180deg;
|
764
|
+
}
|
765
|
+
.transform {
|
766
|
+
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
767
|
+
}
|
768
|
+
.animate-pulse {
|
769
|
+
animation: var(--animate-pulse);
|
770
|
+
}
|
771
|
+
.animate-spin {
|
772
|
+
animation: var(--animate-spin);
|
773
|
+
}
|
774
|
+
.cursor-default {
|
775
|
+
cursor: default;
|
776
|
+
}
|
777
|
+
.cursor-pointer {
|
778
|
+
cursor: pointer;
|
779
|
+
}
|
780
|
+
.resize {
|
781
|
+
resize: both;
|
782
|
+
}
|
783
|
+
.appearance-none {
|
784
|
+
appearance: none;
|
785
|
+
}
|
786
|
+
.grid-cols-1 {
|
787
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
788
|
+
}
|
789
|
+
.grid-cols-2 {
|
790
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
791
|
+
}
|
792
|
+
.grid-cols-4 {
|
793
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
794
|
+
}
|
795
|
+
.grid-cols-\[1\.125rem_1fr\] {
|
796
|
+
grid-template-columns: 1.125rem 1fr;
|
797
|
+
}
|
798
|
+
.grid-cols-\[1fr_auto\] {
|
799
|
+
grid-template-columns: 1fr auto;
|
800
|
+
}
|
801
|
+
.grid-rows-\[0fr\] {
|
802
|
+
grid-template-rows: 0fr;
|
803
|
+
}
|
804
|
+
.grid-rows-\[1fr\] {
|
805
|
+
grid-template-rows: 1fr;
|
806
|
+
}
|
807
|
+
.grid-rows-\[1fr_auto\] {
|
808
|
+
grid-template-rows: 1fr auto;
|
809
|
+
}
|
810
|
+
.flex-col-reverse {
|
811
|
+
flex-direction: column-reverse;
|
812
|
+
}
|
813
|
+
.items-baseline {
|
814
|
+
align-items: baseline;
|
815
|
+
}
|
816
|
+
.items-center {
|
817
|
+
align-items: center;
|
818
|
+
}
|
819
|
+
.justify-between {
|
820
|
+
justify-content: space-between;
|
821
|
+
}
|
822
|
+
.justify-center {
|
823
|
+
justify-content: center;
|
824
|
+
}
|
825
|
+
.justify-end {
|
826
|
+
justify-content: flex-end;
|
827
|
+
}
|
828
|
+
.justify-items-center {
|
829
|
+
justify-items: center;
|
830
|
+
}
|
831
|
+
.gap-1 {
|
832
|
+
gap: calc(var(--spacing) * 1);
|
833
|
+
}
|
834
|
+
.gap-3 {
|
835
|
+
gap: calc(var(--spacing) * 3);
|
836
|
+
}
|
837
|
+
.gap-4 {
|
838
|
+
gap: calc(var(--spacing) * 4);
|
839
|
+
}
|
840
|
+
.gap-x-1\.5 {
|
841
|
+
column-gap: calc(var(--spacing) * 1.5);
|
842
|
+
}
|
843
|
+
.gap-x-2 {
|
844
|
+
column-gap: calc(var(--spacing) * 2);
|
845
|
+
}
|
846
|
+
.gap-x-4 {
|
847
|
+
column-gap: calc(var(--spacing) * 4);
|
848
|
+
}
|
849
|
+
.gap-x-8 {
|
850
|
+
column-gap: calc(var(--spacing) * 8);
|
851
|
+
}
|
852
|
+
.space-y-2\.5 {
|
853
|
+
:where(& > :not(:last-child)) {
|
854
|
+
--tw-space-y-reverse: 0;
|
855
|
+
margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
|
856
|
+
margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
|
857
|
+
}
|
858
|
+
}
|
859
|
+
.space-y-4 {
|
860
|
+
:where(& > :not(:last-child)) {
|
861
|
+
--tw-space-y-reverse: 0;
|
862
|
+
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
|
863
|
+
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
864
|
+
}
|
865
|
+
}
|
866
|
+
.gap-y-1 {
|
867
|
+
row-gap: calc(var(--spacing) * 1);
|
868
|
+
}
|
869
|
+
.overflow-hidden {
|
870
|
+
overflow: hidden;
|
871
|
+
}
|
872
|
+
.overflow-y-auto {
|
873
|
+
overflow-y: auto;
|
874
|
+
}
|
875
|
+
.rounded-\(--avatar-radius\) {
|
876
|
+
border-radius: var(--avatar-radius);
|
877
|
+
}
|
878
|
+
.rounded-\[0\.3125rem\] {
|
879
|
+
border-radius: 0.3125rem;
|
880
|
+
}
|
881
|
+
.rounded-\[3px\] {
|
882
|
+
border-radius: 3px;
|
883
|
+
}
|
884
|
+
.rounded-\[10px\] {
|
885
|
+
border-radius: 10px;
|
886
|
+
}
|
887
|
+
.rounded-full {
|
888
|
+
border-radius: calc(infinity * 1px);
|
889
|
+
}
|
890
|
+
.rounded-lg {
|
891
|
+
border-radius: var(--radius-lg);
|
892
|
+
}
|
893
|
+
.rounded-md {
|
894
|
+
border-radius: var(--radius-md);
|
895
|
+
}
|
896
|
+
.rounded-xl {
|
897
|
+
border-radius: var(--radius-xl);
|
898
|
+
}
|
899
|
+
.rounded-t-3xl {
|
900
|
+
border-top-left-radius: var(--radius-3xl);
|
901
|
+
border-top-right-radius: var(--radius-3xl);
|
902
|
+
}
|
903
|
+
.border {
|
904
|
+
border-style: var(--tw-border-style);
|
905
|
+
border-width: 1px;
|
906
|
+
}
|
907
|
+
.border-\[1px\] {
|
908
|
+
border-style: var(--tw-border-style);
|
909
|
+
border-width: 1px;
|
910
|
+
}
|
911
|
+
.border-t {
|
912
|
+
border-top-style: var(--tw-border-style);
|
913
|
+
border-top-width: 1px;
|
914
|
+
}
|
915
|
+
.border-b {
|
916
|
+
border-bottom-style: var(--tw-border-style);
|
917
|
+
border-bottom-width: 1px;
|
918
|
+
}
|
919
|
+
.border-amber-400 {
|
920
|
+
border-color: var(--color-amber-400);
|
921
|
+
}
|
922
|
+
.border-inherit {
|
923
|
+
border-color: inherit;
|
924
|
+
}
|
925
|
+
.border-red-500 {
|
926
|
+
border-color: var(--color-red-500);
|
927
|
+
}
|
928
|
+
.border-transparent {
|
929
|
+
border-color: transparent;
|
930
|
+
}
|
931
|
+
.border-yellow-600 {
|
932
|
+
border-color: var(--color-yellow-600);
|
933
|
+
}
|
934
|
+
.border-zinc-400 {
|
935
|
+
border-color: var(--color-zinc-400);
|
936
|
+
}
|
937
|
+
.border-zinc-500 {
|
938
|
+
border-color: var(--color-zinc-500);
|
939
|
+
}
|
940
|
+
.border-zinc-950\/5 {
|
941
|
+
border-color: color-mix(in oklab, var(--color-zinc-950) 5%, transparent);
|
942
|
+
}
|
943
|
+
.border-zinc-950\/10 {
|
944
|
+
border-color: color-mix(in oklab, var(--color-zinc-950) 10%, transparent);
|
945
|
+
}
|
946
|
+
.border-zinc-950\/15 {
|
947
|
+
border-color: color-mix(in oklab, var(--color-zinc-950) 15%, transparent);
|
948
|
+
}
|
949
|
+
.border-b-zinc-950\/10 {
|
950
|
+
border-bottom-color: color-mix(in oklab, var(--color-zinc-950) 10%, transparent);
|
951
|
+
}
|
952
|
+
.bg-\(--btn-border\) {
|
953
|
+
background-color: var(--btn-border);
|
954
|
+
}
|
955
|
+
.bg-amber-50 {
|
956
|
+
background-color: var(--color-amber-50);
|
957
|
+
}
|
958
|
+
.bg-gray-50 {
|
959
|
+
background-color: var(--color-gray-50);
|
960
|
+
}
|
961
|
+
.bg-gray-300 {
|
962
|
+
background-color: var(--color-gray-300);
|
963
|
+
}
|
964
|
+
.bg-green-200 {
|
965
|
+
background-color: var(--color-green-200);
|
966
|
+
}
|
967
|
+
.bg-red-600 {
|
968
|
+
background-color: var(--color-red-600);
|
969
|
+
}
|
970
|
+
.bg-transparent {
|
971
|
+
background-color: transparent;
|
972
|
+
}
|
973
|
+
.bg-white {
|
974
|
+
background-color: var(--color-white);
|
975
|
+
}
|
976
|
+
.bg-yellow-200 {
|
977
|
+
background-color: var(--color-yellow-200);
|
978
|
+
}
|
979
|
+
.bg-yellow-300 {
|
980
|
+
background-color: var(--color-yellow-300);
|
981
|
+
}
|
982
|
+
.bg-zinc-200 {
|
983
|
+
background-color: var(--color-zinc-200);
|
984
|
+
}
|
985
|
+
.bg-zinc-400 {
|
986
|
+
background-color: var(--color-zinc-400);
|
987
|
+
}
|
988
|
+
.bg-zinc-400\/20 {
|
989
|
+
background-color: color-mix(in oklab, var(--color-zinc-400) 20%, transparent);
|
990
|
+
}
|
991
|
+
.bg-zinc-900 {
|
992
|
+
background-color: var(--color-zinc-900);
|
993
|
+
}
|
994
|
+
.bg-zinc-950\/25 {
|
995
|
+
background-color: color-mix(in oklab, var(--color-zinc-950) 25%, transparent);
|
996
|
+
}
|
997
|
+
.fill-current {
|
998
|
+
fill: currentColor;
|
999
|
+
}
|
1000
|
+
.fill-yellow-500 {
|
1001
|
+
fill: var(--color-yellow-500);
|
1002
|
+
}
|
1003
|
+
.stroke-\(--checkbox-check\) {
|
1004
|
+
stroke: var(--checkbox-check);
|
1005
|
+
}
|
1006
|
+
.stroke-zinc-500 {
|
1007
|
+
stroke: var(--color-zinc-500);
|
1008
|
+
}
|
1009
|
+
.p-\(--gutter\) {
|
1010
|
+
padding: var(--gutter);
|
1011
|
+
}
|
1012
|
+
.p-1 {
|
1013
|
+
padding: calc(var(--spacing) * 1);
|
1014
|
+
}
|
1015
|
+
.p-4 {
|
1016
|
+
padding: calc(var(--spacing) * 4);
|
1017
|
+
}
|
1018
|
+
.p-\[3px\] {
|
1019
|
+
padding: 3px;
|
1020
|
+
}
|
1021
|
+
.p-\[5\%\] {
|
1022
|
+
padding: 5%;
|
1023
|
+
}
|
1024
|
+
.px-1\.5 {
|
1025
|
+
padding-inline: calc(var(--spacing) * 1.5);
|
1026
|
+
}
|
1027
|
+
.px-2 {
|
1028
|
+
padding-inline: calc(var(--spacing) * 2);
|
1029
|
+
}
|
1030
|
+
.px-2\.5 {
|
1031
|
+
padding-inline: calc(var(--spacing) * 2.5);
|
1032
|
+
}
|
1033
|
+
.px-4 {
|
1034
|
+
padding-inline: calc(var(--spacing) * 4);
|
1035
|
+
}
|
1036
|
+
.px-\[calc\(--spacing\(3\.5\)-1px\)\] {
|
1037
|
+
padding-inline: calc(calc(var(--spacing) * 3.5) - 1px);
|
1038
|
+
}
|
1039
|
+
.py-1 {
|
1040
|
+
padding-block: calc(var(--spacing) * 1);
|
1041
|
+
}
|
1042
|
+
.py-1\.5 {
|
1043
|
+
padding-block: calc(var(--spacing) * 1.5);
|
1044
|
+
}
|
1045
|
+
.py-2 {
|
1046
|
+
padding-block: calc(var(--spacing) * 2);
|
1047
|
+
}
|
1048
|
+
.py-3 {
|
1049
|
+
padding-block: calc(var(--spacing) * 3);
|
1050
|
+
}
|
1051
|
+
.py-\[calc\(--spacing\(2\.5\)-1px\)\] {
|
1052
|
+
padding-block: calc(calc(var(--spacing) * 2.5) - 1px);
|
1053
|
+
}
|
1054
|
+
.pt-0 {
|
1055
|
+
padding-top: calc(var(--spacing) * 0);
|
1056
|
+
}
|
1057
|
+
.pt-1 {
|
1058
|
+
padding-top: calc(var(--spacing) * 1);
|
1059
|
+
}
|
1060
|
+
.pt-3 {
|
1061
|
+
padding-top: calc(var(--spacing) * 3);
|
1062
|
+
}
|
1063
|
+
.pt-6 {
|
1064
|
+
padding-top: calc(var(--spacing) * 6);
|
1065
|
+
}
|
1066
|
+
.pr-2 {
|
1067
|
+
padding-right: calc(var(--spacing) * 2);
|
1068
|
+
}
|
1069
|
+
.pr-\[calc\(--spacing\(10\)-1px\)\] {
|
1070
|
+
padding-right: calc(calc(var(--spacing) * 10) - 1px);
|
1071
|
+
}
|
1072
|
+
.pb-3 {
|
1073
|
+
padding-bottom: calc(var(--spacing) * 3);
|
1074
|
+
}
|
1075
|
+
.pl-\[calc\(--spacing\(3\.5\)-1px\)\] {
|
1076
|
+
padding-left: calc(calc(var(--spacing) * 3.5) - 1px);
|
1077
|
+
}
|
1078
|
+
.text-center {
|
1079
|
+
text-align: center;
|
1080
|
+
}
|
1081
|
+
.text-left {
|
1082
|
+
text-align: left;
|
1083
|
+
}
|
1084
|
+
.align-middle {
|
1085
|
+
vertical-align: middle;
|
1086
|
+
}
|
1087
|
+
.text-sm {
|
1088
|
+
font-size: var(--text-sm);
|
1089
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
1090
|
+
}
|
1091
|
+
.text-xs {
|
1092
|
+
font-size: var(--text-xs);
|
1093
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
1094
|
+
}
|
1095
|
+
.text-base\/6 {
|
1096
|
+
font-size: var(--text-base);
|
1097
|
+
line-height: calc(var(--spacing) * 6);
|
1098
|
+
}
|
1099
|
+
.text-lg\/6 {
|
1100
|
+
font-size: var(--text-lg);
|
1101
|
+
line-height: calc(var(--spacing) * 6);
|
1102
|
+
}
|
1103
|
+
.text-sm\/5 {
|
1104
|
+
font-size: var(--text-sm);
|
1105
|
+
line-height: calc(var(--spacing) * 5);
|
1106
|
+
}
|
1107
|
+
.text-sm\/6 {
|
1108
|
+
font-size: var(--text-sm);
|
1109
|
+
line-height: calc(var(--spacing) * 6);
|
1110
|
+
}
|
1111
|
+
.text-\[48px\] {
|
1112
|
+
font-size: 48px;
|
1113
|
+
}
|
1114
|
+
.font-medium {
|
1115
|
+
--tw-font-weight: var(--font-weight-medium);
|
1116
|
+
font-weight: var(--font-weight-medium);
|
1117
|
+
}
|
1118
|
+
.font-semibold {
|
1119
|
+
--tw-font-weight: var(--font-weight-semibold);
|
1120
|
+
font-weight: var(--font-weight-semibold);
|
1121
|
+
}
|
1122
|
+
.text-balance {
|
1123
|
+
text-wrap: balance;
|
1124
|
+
}
|
1125
|
+
.text-pretty {
|
1126
|
+
text-wrap: pretty;
|
1127
|
+
}
|
1128
|
+
.text-amber-600 {
|
1129
|
+
color: var(--color-amber-600);
|
1130
|
+
}
|
1131
|
+
.text-gray-800 {
|
1132
|
+
color: var(--color-gray-800);
|
1133
|
+
}
|
1134
|
+
.text-white {
|
1135
|
+
color: var(--color-white);
|
1136
|
+
}
|
1137
|
+
.text-zinc-500 {
|
1138
|
+
color: var(--color-zinc-500);
|
1139
|
+
}
|
1140
|
+
.text-zinc-600 {
|
1141
|
+
color: var(--color-zinc-600);
|
1142
|
+
}
|
1143
|
+
.text-zinc-700 {
|
1144
|
+
color: var(--color-zinc-700);
|
1145
|
+
}
|
1146
|
+
.text-zinc-950 {
|
1147
|
+
color: var(--color-zinc-950);
|
1148
|
+
}
|
1149
|
+
.capitalize {
|
1150
|
+
text-transform: capitalize;
|
1151
|
+
}
|
1152
|
+
.uppercase {
|
1153
|
+
text-transform: uppercase;
|
1154
|
+
}
|
1155
|
+
.italic {
|
1156
|
+
font-style: italic;
|
1157
|
+
}
|
1158
|
+
.underline {
|
1159
|
+
text-decoration-line: underline;
|
1160
|
+
}
|
1161
|
+
.antialiased {
|
1162
|
+
-webkit-font-smoothing: antialiased;
|
1163
|
+
-moz-osx-font-smoothing: grayscale;
|
1164
|
+
}
|
1165
|
+
.opacity-0 {
|
1166
|
+
opacity: 0%;
|
1167
|
+
}
|
1168
|
+
.opacity-100 {
|
1169
|
+
opacity: 100%;
|
1170
|
+
}
|
1171
|
+
.ring-1 {
|
1172
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
1173
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
1174
|
+
}
|
1175
|
+
.shadow {
|
1176
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
1177
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
1178
|
+
}
|
1179
|
+
.shadow-lg {
|
1180
|
+
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
1181
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
1182
|
+
}
|
1183
|
+
.shadow-sm {
|
1184
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
1185
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
1186
|
+
}
|
1187
|
+
.ring-black\/5 {
|
1188
|
+
--tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
|
1189
|
+
}
|
1190
|
+
.ring-zinc-950\/10 {
|
1191
|
+
--tw-ring-color: color-mix(in oklab, var(--color-zinc-950) 10%, transparent);
|
1192
|
+
}
|
1193
|
+
.outline {
|
1194
|
+
outline-style: var(--tw-outline-style);
|
1195
|
+
outline-width: 1px;
|
1196
|
+
}
|
1197
|
+
.-outline-offset-1 {
|
1198
|
+
outline-offset: calc(1px * -1);
|
1199
|
+
}
|
1200
|
+
.outline-black\/\(--ring-opacity\) {
|
1201
|
+
outline-color: color-mix(in oklab, var(--color-black) var(--ring-opacity), transparent);
|
1202
|
+
}
|
1203
|
+
.filter {
|
1204
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
1205
|
+
}
|
1206
|
+
.transition {
|
1207
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
|
1208
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
1209
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
1210
|
+
}
|
1211
|
+
.transition-opacity {
|
1212
|
+
transition-property: opacity;
|
1213
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
1214
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
1215
|
+
}
|
1216
|
+
.duration-0 {
|
1217
|
+
--tw-duration: 0ms;
|
1218
|
+
transition-duration: 0ms;
|
1219
|
+
}
|
1220
|
+
.duration-100 {
|
1221
|
+
--tw-duration: 100ms;
|
1222
|
+
transition-duration: 100ms;
|
1223
|
+
}
|
1224
|
+
.duration-200 {
|
1225
|
+
--tw-duration: 200ms;
|
1226
|
+
transition-duration: 200ms;
|
1227
|
+
}
|
1228
|
+
.duration-300 {
|
1229
|
+
--tw-duration: 300ms;
|
1230
|
+
transition-duration: 300ms;
|
1231
|
+
}
|
1232
|
+
.ease-in-out {
|
1233
|
+
--tw-ease: var(--ease-in-out);
|
1234
|
+
transition-timing-function: var(--ease-in-out);
|
1235
|
+
}
|
1236
|
+
.ease-out {
|
1237
|
+
--tw-ease: var(--ease-out);
|
1238
|
+
transition-timing-function: var(--ease-out);
|
1239
|
+
}
|
1240
|
+
.will-change-transform {
|
1241
|
+
will-change: transform;
|
1242
|
+
}
|
1243
|
+
.\[--avatar-radius\:20\%\] {
|
1244
|
+
--avatar-radius: 20%;
|
1245
|
+
}
|
1246
|
+
.\[--btn-bg\:var\(--color-red-600\)\] {
|
1247
|
+
--btn-bg: var(--color-red-600);
|
1248
|
+
}
|
1249
|
+
.\[--btn-bg\:var\(--color-zinc-900\)\] {
|
1250
|
+
--btn-bg: var(--color-zinc-900);
|
1251
|
+
}
|
1252
|
+
.\[--btn-border\:var\(--color-red-950\)\]\/90 {
|
1253
|
+
--btn-border: color-mix(in oklab, var(--color-red-950) 90%, transparent);
|
1254
|
+
}
|
1255
|
+
.\[--btn-border\:var\(--color-zinc-950\)\]\/90 {
|
1256
|
+
--btn-border: color-mix(in oklab, var(--color-zinc-950) 90%, transparent);
|
1257
|
+
}
|
1258
|
+
.\[--btn-hover-overlay\:var\(--color-white\)\]\/10 {
|
1259
|
+
--btn-hover-overlay: color-mix(in oklab, var(--color-white) 10%, transparent);
|
1260
|
+
}
|
1261
|
+
.\[--btn-icon\:var\(--color-red-400\)\] {
|
1262
|
+
--btn-icon: var(--color-red-400);
|
1263
|
+
}
|
1264
|
+
.\[--btn-icon\:var\(--color-zinc-400\)\] {
|
1265
|
+
--btn-icon: var(--color-zinc-400);
|
1266
|
+
}
|
1267
|
+
.\[--btn-icon\:var\(--color-zinc-500\)\] {
|
1268
|
+
--btn-icon: var(--color-zinc-500);
|
1269
|
+
}
|
1270
|
+
.\[--checkbox-check\:var\(--color-white\)\] {
|
1271
|
+
--checkbox-check: var(--color-white);
|
1272
|
+
}
|
1273
|
+
.\[--checkbox-checked-bg\:var\(--color-zinc-900\)\] {
|
1274
|
+
--checkbox-checked-bg: var(--color-zinc-900);
|
1275
|
+
}
|
1276
|
+
.\[--checkbox-checked-border\:var\(--color-zinc-950\)\]\/90 {
|
1277
|
+
--checkbox-checked-border: color-mix(in oklab, var(--color-zinc-950) 90%, transparent);
|
1278
|
+
}
|
1279
|
+
.\[--gutter\:--spacing\(8\)\] {
|
1280
|
+
--gutter: calc(var(--spacing) * 8);
|
1281
|
+
}
|
1282
|
+
.\[--ring-opacity\:20\%\] {
|
1283
|
+
--ring-opacity: 20%;
|
1284
|
+
}
|
1285
|
+
.\[--switch-bg-ring\:var\(--color-zinc-950\)\]\/90 {
|
1286
|
+
--switch-bg-ring: color-mix(in oklab, var(--color-zinc-950) 90%, transparent);
|
1287
|
+
}
|
1288
|
+
.\[--switch-bg\:var\(--color-zinc-900\)\] {
|
1289
|
+
--switch-bg: var(--color-zinc-900);
|
1290
|
+
}
|
1291
|
+
.\[--switch-ring\:var\(--color-zinc-950\)\]\/90 {
|
1292
|
+
--switch-ring: color-mix(in oklab, var(--color-zinc-950) 90%, transparent);
|
1293
|
+
}
|
1294
|
+
.\[--switch-shadow\:var\(--color-black\)\]\/10 {
|
1295
|
+
--switch-shadow: color-mix(in oklab, var(--color-black) 10%, transparent);
|
1296
|
+
}
|
1297
|
+
.\[--switch\:white\] {
|
1298
|
+
--switch: white;
|
1299
|
+
}
|
1300
|
+
.\[callback\:\<function\>\] {
|
1301
|
+
callback: <function>;
|
1302
|
+
}
|
1303
|
+
.\[keys\:\<String\>\] {
|
1304
|
+
keys: <String>;
|
1305
|
+
}
|
1306
|
+
.\[option\:\[string\|object\|function\]\] {
|
1307
|
+
option: [string|object|function];
|
1308
|
+
}
|
1309
|
+
.ring-inset {
|
1310
|
+
--tw-ring-inset: inset;
|
1311
|
+
}
|
1312
|
+
.select-none {
|
1313
|
+
-webkit-user-select: none;
|
1314
|
+
user-select: none;
|
1315
|
+
}
|
1316
|
+
.\*\:col-start-1 {
|
1317
|
+
:is(& > *) {
|
1318
|
+
grid-column-start: 1;
|
1319
|
+
}
|
1320
|
+
}
|
1321
|
+
.\*\:row-start-1 {
|
1322
|
+
:is(& > *) {
|
1323
|
+
grid-row-start: 1;
|
1324
|
+
}
|
1325
|
+
}
|
1326
|
+
.\*\:w-full {
|
1327
|
+
:is(& > *) {
|
1328
|
+
width: 100%;
|
1329
|
+
}
|
1330
|
+
}
|
1331
|
+
.\*\:rounded-\(--avatar-radius\) {
|
1332
|
+
:is(& > *) {
|
1333
|
+
border-radius: var(--avatar-radius);
|
1334
|
+
}
|
1335
|
+
}
|
1336
|
+
.\*\:rounded-full {
|
1337
|
+
:is(& > *) {
|
1338
|
+
border-radius: calc(infinity * 1px);
|
1339
|
+
}
|
1340
|
+
}
|
1341
|
+
.group-last\:border-b-0 {
|
1342
|
+
&:is(:where(.group):last-child *) {
|
1343
|
+
border-bottom-style: var(--tw-border-style);
|
1344
|
+
border-bottom-width: 0px;
|
1345
|
+
}
|
1346
|
+
}
|
1347
|
+
.group-has-data-disabled\:stroke-zinc-600 {
|
1348
|
+
&:is(:where(.group):has(*[data-disabled]) *) {
|
1349
|
+
stroke: var(--color-zinc-600);
|
1350
|
+
}
|
1351
|
+
}
|
1352
|
+
.group-data-checked\:translate-x-4 {
|
1353
|
+
&:is(:where(.group)[data-checked] *) {
|
1354
|
+
--tw-translate-x: calc(var(--spacing) * 4);
|
1355
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
1356
|
+
}
|
1357
|
+
}
|
1358
|
+
.group-data-checked\:border-transparent {
|
1359
|
+
&:is(:where(.group)[data-checked] *) {
|
1360
|
+
border-color: transparent;
|
1361
|
+
}
|
1362
|
+
}
|
1363
|
+
.group-data-checked\:bg-\(--checkbox-checked-border\) {
|
1364
|
+
&:is(:where(.group)[data-checked] *) {
|
1365
|
+
background-color: var(--checkbox-checked-border);
|
1366
|
+
}
|
1367
|
+
}
|
1368
|
+
.group-data-checked\:bg-\(--switch\) {
|
1369
|
+
&:is(:where(.group)[data-checked] *) {
|
1370
|
+
background-color: var(--switch);
|
1371
|
+
}
|
1372
|
+
}
|
1373
|
+
.group-data-checked\:opacity-100 {
|
1374
|
+
&:is(:where(.group)[data-checked] *) {
|
1375
|
+
opacity: 100%;
|
1376
|
+
}
|
1377
|
+
}
|
1378
|
+
.group-data-checked\:shadow-\(--switch-shadow\) {
|
1379
|
+
&:is(:where(.group)[data-checked] *) {
|
1380
|
+
--tw-shadow: var(--switch-shadow);
|
1381
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
1382
|
+
}
|
1383
|
+
}
|
1384
|
+
.group-data-checked\:ring-\(--switch-ring\) {
|
1385
|
+
&:is(:where(.group)[data-checked] *) {
|
1386
|
+
--tw-ring-color: var(--switch-ring);
|
1387
|
+
}
|
1388
|
+
}
|
1389
|
+
.group-data-disabled\:border-zinc-950\/25 {
|
1390
|
+
&:is(:where(.group)[data-disabled] *) {
|
1391
|
+
border-color: color-mix(in oklab, var(--color-zinc-950) 25%, transparent);
|
1392
|
+
}
|
1393
|
+
}
|
1394
|
+
.group-data-disabled\:bg-zinc-950\/5 {
|
1395
|
+
&:is(:where(.group)[data-disabled] *) {
|
1396
|
+
background-color: color-mix(in oklab, var(--color-zinc-950) 5%, transparent);
|
1397
|
+
}
|
1398
|
+
}
|
1399
|
+
.group-data-disabled\:opacity-50 {
|
1400
|
+
&:is(:where(.group)[data-disabled] *) {
|
1401
|
+
opacity: 50%;
|
1402
|
+
}
|
1403
|
+
}
|
1404
|
+
.group-data-disabled\:\[--checkbox-check\:var\(--color-zinc-950\)\]\/50 {
|
1405
|
+
&:is(:where(.group)[data-disabled] *) {
|
1406
|
+
--checkbox-check: color-mix(in oklab, var(--color-zinc-950) 50%, transparent);
|
1407
|
+
}
|
1408
|
+
}
|
1409
|
+
.group-data-checked\:group-data-disabled\:bg-white {
|
1410
|
+
&:is(:where(.group)[data-checked] *) {
|
1411
|
+
&:is(:where(.group)[data-disabled] *) {
|
1412
|
+
background-color: var(--color-white);
|
1413
|
+
}
|
1414
|
+
}
|
1415
|
+
}
|
1416
|
+
.group-data-checked\:group-data-disabled\:shadow-sm {
|
1417
|
+
&:is(:where(.group)[data-checked] *) {
|
1418
|
+
&:is(:where(.group)[data-disabled] *) {
|
1419
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
1420
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
1421
|
+
}
|
1422
|
+
}
|
1423
|
+
}
|
1424
|
+
.group-data-checked\:group-data-disabled\:ring-black\/5 {
|
1425
|
+
&:is(:where(.group)[data-checked] *) {
|
1426
|
+
&:is(:where(.group)[data-disabled] *) {
|
1427
|
+
--tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
|
1428
|
+
}
|
1429
|
+
}
|
1430
|
+
}
|
1431
|
+
.group-data-focus\:outline {
|
1432
|
+
&:is(:where(.group)[data-focus] *) {
|
1433
|
+
outline-style: var(--tw-outline-style);
|
1434
|
+
outline-width: 1px;
|
1435
|
+
}
|
1436
|
+
}
|
1437
|
+
.group-data-focus\:outline-2 {
|
1438
|
+
&:is(:where(.group)[data-focus] *) {
|
1439
|
+
outline-style: var(--tw-outline-style);
|
1440
|
+
outline-width: 2px;
|
1441
|
+
}
|
1442
|
+
}
|
1443
|
+
.group-data-focus\:outline-offset-2 {
|
1444
|
+
&:is(:where(.group)[data-focus] *) {
|
1445
|
+
outline-offset: 2px;
|
1446
|
+
}
|
1447
|
+
}
|
1448
|
+
.group-data-focus\:outline-blue-500 {
|
1449
|
+
&:is(:where(.group)[data-focus] *) {
|
1450
|
+
outline-color: var(--color-blue-500);
|
1451
|
+
}
|
1452
|
+
}
|
1453
|
+
.group-data-hover\:border-zinc-950\/30 {
|
1454
|
+
&:is(:where(.group)[data-hover] *) {
|
1455
|
+
border-color: color-mix(in oklab, var(--color-zinc-950) 30%, transparent);
|
1456
|
+
}
|
1457
|
+
}
|
1458
|
+
.group-data-hover\:group-data-checked\:border-transparent {
|
1459
|
+
&:is(:where(.group)[data-hover] *) {
|
1460
|
+
&:is(:where(.group)[data-checked] *) {
|
1461
|
+
border-color: transparent;
|
1462
|
+
}
|
1463
|
+
}
|
1464
|
+
}
|
1465
|
+
.group-data-indeterminate\:opacity-0 {
|
1466
|
+
&:is(:where(.group)[data-indeterminate] *) {
|
1467
|
+
opacity: 0%;
|
1468
|
+
}
|
1469
|
+
}
|
1470
|
+
.group-data-indeterminate\:opacity-100 {
|
1471
|
+
&:is(:where(.group)[data-indeterminate] *) {
|
1472
|
+
opacity: 100%;
|
1473
|
+
}
|
1474
|
+
}
|
1475
|
+
.placeholder\:text-zinc-500 {
|
1476
|
+
&::placeholder {
|
1477
|
+
color: var(--color-zinc-500);
|
1478
|
+
}
|
1479
|
+
}
|
1480
|
+
.before\:absolute {
|
1481
|
+
&::before {
|
1482
|
+
content: var(--tw-content);
|
1483
|
+
position: absolute;
|
1484
|
+
}
|
1485
|
+
}
|
1486
|
+
.before\:inset-0 {
|
1487
|
+
&::before {
|
1488
|
+
content: var(--tw-content);
|
1489
|
+
inset: calc(var(--spacing) * 0);
|
1490
|
+
}
|
1491
|
+
}
|
1492
|
+
.before\:inset-px {
|
1493
|
+
&::before {
|
1494
|
+
content: var(--tw-content);
|
1495
|
+
inset: 1px;
|
1496
|
+
}
|
1497
|
+
}
|
1498
|
+
.before\:-z-10 {
|
1499
|
+
&::before {
|
1500
|
+
content: var(--tw-content);
|
1501
|
+
z-index: calc(10 * -1);
|
1502
|
+
}
|
1503
|
+
}
|
1504
|
+
.before\:rounded-\[calc\(0\.3125rem-1px\)\] {
|
1505
|
+
&::before {
|
1506
|
+
content: var(--tw-content);
|
1507
|
+
border-radius: calc(0.3125rem - 1px);
|
1508
|
+
}
|
1509
|
+
}
|
1510
|
+
.before\:rounded-\[calc\(var\(--radius-lg\)-1px\)\] {
|
1511
|
+
&::before {
|
1512
|
+
content: var(--tw-content);
|
1513
|
+
border-radius: calc(var(--radius-lg) - 1px);
|
1514
|
+
}
|
1515
|
+
}
|
1516
|
+
.before\:bg-\(--btn-bg\) {
|
1517
|
+
&::before {
|
1518
|
+
content: var(--tw-content);
|
1519
|
+
background-color: var(--btn-bg);
|
1520
|
+
}
|
1521
|
+
}
|
1522
|
+
.before\:bg-white {
|
1523
|
+
&::before {
|
1524
|
+
content: var(--tw-content);
|
1525
|
+
background-color: var(--color-white);
|
1526
|
+
}
|
1527
|
+
}
|
1528
|
+
.before\:shadow-sm {
|
1529
|
+
&::before {
|
1530
|
+
content: var(--tw-content);
|
1531
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
1532
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
1533
|
+
}
|
1534
|
+
}
|
1535
|
+
.group-data-checked\:before\:bg-\(--checkbox-checked-bg\) {
|
1536
|
+
&:is(:where(.group)[data-checked] *) {
|
1537
|
+
&::before {
|
1538
|
+
content: var(--tw-content);
|
1539
|
+
background-color: var(--checkbox-checked-bg);
|
1540
|
+
}
|
1541
|
+
}
|
1542
|
+
}
|
1543
|
+
.group-data-disabled\:before\:bg-transparent {
|
1544
|
+
&:is(:where(.group)[data-disabled] *) {
|
1545
|
+
&::before {
|
1546
|
+
content: var(--tw-content);
|
1547
|
+
background-color: transparent;
|
1548
|
+
}
|
1549
|
+
}
|
1550
|
+
}
|
1551
|
+
.after\:pointer-events-none {
|
1552
|
+
&::after {
|
1553
|
+
content: var(--tw-content);
|
1554
|
+
pointer-events: none;
|
1555
|
+
}
|
1556
|
+
}
|
1557
|
+
.after\:absolute {
|
1558
|
+
&::after {
|
1559
|
+
content: var(--tw-content);
|
1560
|
+
position: absolute;
|
1561
|
+
}
|
1562
|
+
}
|
1563
|
+
.after\:inset-0 {
|
1564
|
+
&::after {
|
1565
|
+
content: var(--tw-content);
|
1566
|
+
inset: calc(var(--spacing) * 0);
|
1567
|
+
}
|
1568
|
+
}
|
1569
|
+
.after\:-top-\[1px\] {
|
1570
|
+
&::after {
|
1571
|
+
content: var(--tw-content);
|
1572
|
+
top: calc(1px * -1);
|
1573
|
+
}
|
1574
|
+
}
|
1575
|
+
.after\:left-\[1px\] {
|
1576
|
+
&::after {
|
1577
|
+
content: var(--tw-content);
|
1578
|
+
left: 1px;
|
1579
|
+
}
|
1580
|
+
}
|
1581
|
+
.after\:-z-10 {
|
1582
|
+
&::after {
|
1583
|
+
content: var(--tw-content);
|
1584
|
+
z-index: calc(10 * -1);
|
1585
|
+
}
|
1586
|
+
}
|
1587
|
+
.after\:h-\[8\.2px\] {
|
1588
|
+
&::after {
|
1589
|
+
content: var(--tw-content);
|
1590
|
+
height: 8.2px;
|
1591
|
+
}
|
1592
|
+
}
|
1593
|
+
.after\:w-\[3\.75px\] {
|
1594
|
+
&::after {
|
1595
|
+
content: var(--tw-content);
|
1596
|
+
width: 3.75px;
|
1597
|
+
}
|
1598
|
+
}
|
1599
|
+
.after\:-rotate-45 {
|
1600
|
+
&::after {
|
1601
|
+
content: var(--tw-content);
|
1602
|
+
rotate: calc(45deg * -1);
|
1603
|
+
}
|
1604
|
+
}
|
1605
|
+
.after\:rounded-\[calc\(0\.3125rem-1px\)\] {
|
1606
|
+
&::after {
|
1607
|
+
content: var(--tw-content);
|
1608
|
+
border-radius: calc(0.3125rem - 1px);
|
1609
|
+
}
|
1610
|
+
}
|
1611
|
+
.after\:rounded-\[calc\(var\(--radius-lg\)-1px\)\] {
|
1612
|
+
&::after {
|
1613
|
+
content: var(--tw-content);
|
1614
|
+
border-radius: calc(var(--radius-lg) - 1px);
|
1615
|
+
}
|
1616
|
+
}
|
1617
|
+
.after\:rounded-lg {
|
1618
|
+
&::after {
|
1619
|
+
content: var(--tw-content);
|
1620
|
+
border-radius: var(--radius-lg);
|
1621
|
+
}
|
1622
|
+
}
|
1623
|
+
.after\:border-\[1px\] {
|
1624
|
+
&::after {
|
1625
|
+
content: var(--tw-content);
|
1626
|
+
border-style: var(--tw-border-style);
|
1627
|
+
border-width: 1px;
|
1628
|
+
}
|
1629
|
+
}
|
1630
|
+
.after\:border-transparent {
|
1631
|
+
&::after {
|
1632
|
+
content: var(--tw-content);
|
1633
|
+
border-color: transparent;
|
1634
|
+
}
|
1635
|
+
}
|
1636
|
+
.after\:border-r-yellow-600 {
|
1637
|
+
&::after {
|
1638
|
+
content: var(--tw-content);
|
1639
|
+
border-right-color: var(--color-yellow-600);
|
1640
|
+
}
|
1641
|
+
}
|
1642
|
+
.after\:border-l-yellow-600 {
|
1643
|
+
&::after {
|
1644
|
+
content: var(--tw-content);
|
1645
|
+
border-left-color: var(--color-yellow-600);
|
1646
|
+
}
|
1647
|
+
}
|
1648
|
+
.after\:shadow-\[inset_0_1px_--theme\(--color-white\/15\%\)\] {
|
1649
|
+
&::after {
|
1650
|
+
content: var(--tw-content);
|
1651
|
+
--tw-shadow: inset 0 1px var(--tw-shadow-color, color-mix(in oklab, #fff 15%, transparent));
|
1652
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
1653
|
+
}
|
1654
|
+
}
|
1655
|
+
.after\:shadow-\[shadow\:inset_0_1px_--theme\(--color-white\/15\%\)\] {
|
1656
|
+
&::after {
|
1657
|
+
content: var(--tw-content);
|
1658
|
+
--tw-shadow: inset 0 1px var(--tw-shadow-color, color-mix(in oklab, #fff 15%, transparent));
|
1659
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
1660
|
+
}
|
1661
|
+
}
|
1662
|
+
.after\:ring-transparent {
|
1663
|
+
&::after {
|
1664
|
+
content: var(--tw-content);
|
1665
|
+
--tw-ring-color: transparent;
|
1666
|
+
}
|
1667
|
+
}
|
1668
|
+
.after\:ring-inset {
|
1669
|
+
&::after {
|
1670
|
+
content: var(--tw-content);
|
1671
|
+
--tw-ring-inset: inset;
|
1672
|
+
}
|
1673
|
+
}
|
1674
|
+
.first\:border-none {
|
1675
|
+
&:first-child {
|
1676
|
+
--tw-border-style: none;
|
1677
|
+
border-style: none;
|
1678
|
+
}
|
1679
|
+
}
|
1680
|
+
.hover\:bg-red-600 {
|
1681
|
+
&:hover {
|
1682
|
+
@media (hover: hover) {
|
1683
|
+
background-color: var(--color-red-600);
|
1684
|
+
}
|
1685
|
+
}
|
1686
|
+
}
|
1687
|
+
.hover\:bg-zinc-400\/30 {
|
1688
|
+
&:hover {
|
1689
|
+
@media (hover: hover) {
|
1690
|
+
background-color: color-mix(in oklab, var(--color-zinc-400) 30%, transparent);
|
1691
|
+
}
|
1692
|
+
}
|
1693
|
+
}
|
1694
|
+
.hover\:bg-zinc-950\/5 {
|
1695
|
+
&:hover {
|
1696
|
+
@media (hover: hover) {
|
1697
|
+
background-color: color-mix(in oklab, var(--color-zinc-950) 5%, transparent);
|
1698
|
+
}
|
1699
|
+
}
|
1700
|
+
}
|
1701
|
+
.hover\:bg-zinc-950\/\[2\.5\%\] {
|
1702
|
+
&:hover {
|
1703
|
+
@media (hover: hover) {
|
1704
|
+
background-color: color-mix(in oklab, var(--color-zinc-950) 2.5%, transparent);
|
1705
|
+
}
|
1706
|
+
}
|
1707
|
+
}
|
1708
|
+
.hover\:text-zinc-950 {
|
1709
|
+
&:hover {
|
1710
|
+
@media (hover: hover) {
|
1711
|
+
color: var(--color-zinc-950);
|
1712
|
+
}
|
1713
|
+
}
|
1714
|
+
}
|
1715
|
+
.hover\:underline {
|
1716
|
+
&:hover {
|
1717
|
+
@media (hover: hover) {
|
1718
|
+
text-decoration-line: underline;
|
1719
|
+
}
|
1720
|
+
}
|
1721
|
+
}
|
1722
|
+
.hover\:\[--btn-icon\:var\(--color-zinc-300\)\] {
|
1723
|
+
&:hover {
|
1724
|
+
@media (hover: hover) {
|
1725
|
+
--btn-icon: var(--color-zinc-300);
|
1726
|
+
}
|
1727
|
+
}
|
1728
|
+
}
|
1729
|
+
.hover\:\[--btn-icon\:var\(--color-zinc-700\)\] {
|
1730
|
+
&:hover {
|
1731
|
+
@media (hover: hover) {
|
1732
|
+
--btn-icon: var(--color-zinc-700);
|
1733
|
+
}
|
1734
|
+
}
|
1735
|
+
}
|
1736
|
+
.hover\:after\:bg-\(--btn-hover-overlay\) {
|
1737
|
+
&:hover {
|
1738
|
+
@media (hover: hover) {
|
1739
|
+
&::after {
|
1740
|
+
content: var(--tw-content);
|
1741
|
+
background-color: var(--btn-hover-overlay);
|
1742
|
+
}
|
1743
|
+
}
|
1744
|
+
}
|
1745
|
+
}
|
1746
|
+
.focus\:outline-hidden {
|
1747
|
+
&:focus {
|
1748
|
+
outline-style: none;
|
1749
|
+
@media (forced-colors: active) {
|
1750
|
+
outline: 2px solid transparent;
|
1751
|
+
outline-offset: 2px;
|
1752
|
+
}
|
1753
|
+
}
|
1754
|
+
}
|
1755
|
+
.focus\:outline {
|
1756
|
+
&:focus {
|
1757
|
+
outline-style: var(--tw-outline-style);
|
1758
|
+
outline-width: 1px;
|
1759
|
+
}
|
1760
|
+
}
|
1761
|
+
.focus\:outline-0 {
|
1762
|
+
&:focus {
|
1763
|
+
outline-style: var(--tw-outline-style);
|
1764
|
+
outline-width: 0px;
|
1765
|
+
}
|
1766
|
+
}
|
1767
|
+
.focus\:outline-2 {
|
1768
|
+
&:focus {
|
1769
|
+
outline-style: var(--tw-outline-style);
|
1770
|
+
outline-width: 2px;
|
1771
|
+
}
|
1772
|
+
}
|
1773
|
+
.focus\:outline-offset-2 {
|
1774
|
+
&:focus {
|
1775
|
+
outline-offset: 2px;
|
1776
|
+
}
|
1777
|
+
}
|
1778
|
+
.focus\:outline-blue-500 {
|
1779
|
+
&:focus {
|
1780
|
+
outline-color: var(--color-blue-500);
|
1781
|
+
}
|
1782
|
+
}
|
1783
|
+
.focus\:outline-none {
|
1784
|
+
&:focus {
|
1785
|
+
--tw-outline-style: none;
|
1786
|
+
outline-style: none;
|
1787
|
+
}
|
1788
|
+
}
|
1789
|
+
.active\:bg-red-700 {
|
1790
|
+
&:active {
|
1791
|
+
background-color: var(--color-red-700);
|
1792
|
+
}
|
1793
|
+
}
|
1794
|
+
.active\:bg-zinc-950\/\[2\.5\%\] {
|
1795
|
+
&:active {
|
1796
|
+
background-color: color-mix(in oklab, var(--color-zinc-950) 2.5%, transparent);
|
1797
|
+
}
|
1798
|
+
}
|
1799
|
+
.active\:\[--btn-icon\:var\(--color-zinc-300\)\] {
|
1800
|
+
&:active {
|
1801
|
+
--btn-icon: var(--color-zinc-300);
|
1802
|
+
}
|
1803
|
+
}
|
1804
|
+
.active\:\[--btn-icon\:var\(--color-zinc-700\)\] {
|
1805
|
+
&:active {
|
1806
|
+
--btn-icon: var(--color-zinc-700);
|
1807
|
+
}
|
1808
|
+
}
|
1809
|
+
.active\:after\:bg-\(--btn-hover-overlay\) {
|
1810
|
+
&:active {
|
1811
|
+
&::after {
|
1812
|
+
content: var(--tw-content);
|
1813
|
+
background-color: var(--btn-hover-overlay);
|
1814
|
+
}
|
1815
|
+
}
|
1816
|
+
}
|
1817
|
+
.disabled\:opacity-50 {
|
1818
|
+
&:disabled {
|
1819
|
+
opacity: 50%;
|
1820
|
+
}
|
1821
|
+
}
|
1822
|
+
.disabled\:before\:shadow-none {
|
1823
|
+
&:disabled {
|
1824
|
+
&::before {
|
1825
|
+
content: var(--tw-content);
|
1826
|
+
--tw-shadow: 0 0 #0000;
|
1827
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
1828
|
+
}
|
1829
|
+
}
|
1830
|
+
}
|
1831
|
+
.disabled\:after\:shadow-none {
|
1832
|
+
&:disabled {
|
1833
|
+
&::after {
|
1834
|
+
content: var(--tw-content);
|
1835
|
+
--tw-shadow: 0 0 #0000;
|
1836
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
1837
|
+
}
|
1838
|
+
}
|
1839
|
+
}
|
1840
|
+
.has-data-disabled\:opacity-50 {
|
1841
|
+
&:has(*[data-disabled]) {
|
1842
|
+
opacity: 50%;
|
1843
|
+
}
|
1844
|
+
}
|
1845
|
+
.has-data-disabled\:before\:bg-zinc-950\/5 {
|
1846
|
+
&:has(*[data-disabled]) {
|
1847
|
+
&::before {
|
1848
|
+
content: var(--tw-content);
|
1849
|
+
background-color: color-mix(in oklab, var(--color-zinc-950) 5%, transparent);
|
1850
|
+
}
|
1851
|
+
}
|
1852
|
+
}
|
1853
|
+
.has-data-disabled\:before\:shadow-none {
|
1854
|
+
&:has(*[data-disabled]) {
|
1855
|
+
&::before {
|
1856
|
+
content: var(--tw-content);
|
1857
|
+
--tw-shadow: 0 0 #0000;
|
1858
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
1859
|
+
}
|
1860
|
+
}
|
1861
|
+
}
|
1862
|
+
.has-data-focus\:after\:ring-2 {
|
1863
|
+
&:has(*[data-focus]) {
|
1864
|
+
&::after {
|
1865
|
+
content: var(--tw-content);
|
1866
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
1867
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
1868
|
+
}
|
1869
|
+
}
|
1870
|
+
}
|
1871
|
+
.has-data-focus\:after\:ring-blue-500 {
|
1872
|
+
&:has(*[data-focus]) {
|
1873
|
+
&::after {
|
1874
|
+
content: var(--tw-content);
|
1875
|
+
--tw-ring-color: var(--color-blue-500);
|
1876
|
+
}
|
1877
|
+
}
|
1878
|
+
}
|
1879
|
+
.has-data-invalid\:before\:shadow-red-500\/10 {
|
1880
|
+
&:has(*[data-invalid]) {
|
1881
|
+
&::before {
|
1882
|
+
content: var(--tw-content);
|
1883
|
+
--tw-shadow-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
|
1884
|
+
}
|
1885
|
+
}
|
1886
|
+
}
|
1887
|
+
.data-active\:bg-zinc-950\/5 {
|
1888
|
+
&[data-active] {
|
1889
|
+
background-color: color-mix(in oklab, var(--color-zinc-950) 5%, transparent);
|
1890
|
+
}
|
1891
|
+
}
|
1892
|
+
.data-changing\:duration-200 {
|
1893
|
+
&[data-changing] {
|
1894
|
+
--tw-duration: 200ms;
|
1895
|
+
transition-duration: 200ms;
|
1896
|
+
}
|
1897
|
+
}
|
1898
|
+
.data-checked\:bg-\(--switch-bg\) {
|
1899
|
+
&[data-checked] {
|
1900
|
+
background-color: var(--switch-bg);
|
1901
|
+
}
|
1902
|
+
}
|
1903
|
+
.data-checked\:ring-\(--switch-bg-ring\) {
|
1904
|
+
&[data-checked] {
|
1905
|
+
--tw-ring-color: var(--switch-bg-ring);
|
1906
|
+
}
|
1907
|
+
}
|
1908
|
+
.data-closed\:translate-y-12 {
|
1909
|
+
&[data-closed] {
|
1910
|
+
--tw-translate-y: calc(var(--spacing) * 12);
|
1911
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
1912
|
+
}
|
1913
|
+
}
|
1914
|
+
.data-closed\:opacity-0 {
|
1915
|
+
&[data-closed] {
|
1916
|
+
opacity: 0%;
|
1917
|
+
}
|
1918
|
+
}
|
1919
|
+
.data-disabled\:pointer-events-none {
|
1920
|
+
&[data-disabled] {
|
1921
|
+
pointer-events: none;
|
1922
|
+
}
|
1923
|
+
}
|
1924
|
+
.data-disabled\:border-zinc-950\/20 {
|
1925
|
+
&[data-disabled] {
|
1926
|
+
border-color: color-mix(in oklab, var(--color-zinc-950) 20%, transparent);
|
1927
|
+
}
|
1928
|
+
}
|
1929
|
+
.data-disabled\:bg-zinc-200 {
|
1930
|
+
&[data-disabled] {
|
1931
|
+
background-color: var(--color-zinc-200);
|
1932
|
+
}
|
1933
|
+
}
|
1934
|
+
.data-disabled\:opacity-50 {
|
1935
|
+
&[data-disabled] {
|
1936
|
+
opacity: 50%;
|
1937
|
+
}
|
1938
|
+
}
|
1939
|
+
.data-disabled\:opacity-100 {
|
1940
|
+
&[data-disabled] {
|
1941
|
+
opacity: 100%;
|
1942
|
+
}
|
1943
|
+
}
|
1944
|
+
.data-disabled\:data-checked\:bg-zinc-200 {
|
1945
|
+
&[data-disabled] {
|
1946
|
+
&[data-checked] {
|
1947
|
+
background-color: var(--color-zinc-200);
|
1948
|
+
}
|
1949
|
+
}
|
1950
|
+
}
|
1951
|
+
.data-disabled\:data-checked\:ring-black\/5 {
|
1952
|
+
&[data-disabled] {
|
1953
|
+
&[data-checked] {
|
1954
|
+
--tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
|
1955
|
+
}
|
1956
|
+
}
|
1957
|
+
}
|
1958
|
+
.data-enter\:ease-out {
|
1959
|
+
&[data-enter] {
|
1960
|
+
--tw-ease: var(--ease-out);
|
1961
|
+
transition-timing-function: var(--ease-out);
|
1962
|
+
}
|
1963
|
+
}
|
1964
|
+
.data-focus\:outline-2 {
|
1965
|
+
&[data-focus] {
|
1966
|
+
outline-style: var(--tw-outline-style);
|
1967
|
+
outline-width: 2px;
|
1968
|
+
}
|
1969
|
+
}
|
1970
|
+
.data-focus\:outline-offset-2 {
|
1971
|
+
&[data-focus] {
|
1972
|
+
outline-offset: 2px;
|
1973
|
+
}
|
1974
|
+
}
|
1975
|
+
.data-focus\:outline-blue-500 {
|
1976
|
+
&[data-focus] {
|
1977
|
+
outline-color: var(--color-blue-500);
|
1978
|
+
}
|
1979
|
+
}
|
1980
|
+
.data-hover\:border-zinc-950\/20 {
|
1981
|
+
&[data-hover] {
|
1982
|
+
border-color: color-mix(in oklab, var(--color-zinc-950) 20%, transparent);
|
1983
|
+
}
|
1984
|
+
}
|
1985
|
+
.data-hover\:ring-black\/15 {
|
1986
|
+
&[data-hover] {
|
1987
|
+
--tw-ring-color: color-mix(in oklab, var(--color-black) 15%, transparent);
|
1988
|
+
}
|
1989
|
+
}
|
1990
|
+
.data-hover\:data-checked\:ring-\(--switch-bg-ring\) {
|
1991
|
+
&[data-hover] {
|
1992
|
+
&[data-checked] {
|
1993
|
+
--tw-ring-color: var(--switch-bg-ring);
|
1994
|
+
}
|
1995
|
+
}
|
1996
|
+
}
|
1997
|
+
.data-invalid\:border-red-500 {
|
1998
|
+
&[data-invalid] {
|
1999
|
+
border-color: var(--color-red-500);
|
2000
|
+
}
|
2001
|
+
}
|
2002
|
+
.data-invalid\:data-hover\:border-red-500 {
|
2003
|
+
&[data-invalid] {
|
2004
|
+
&[data-hover] {
|
2005
|
+
border-color: var(--color-red-500);
|
2006
|
+
}
|
2007
|
+
}
|
2008
|
+
}
|
2009
|
+
.data-leave\:ease-in {
|
2010
|
+
&[data-leave] {
|
2011
|
+
--tw-ease: var(--ease-in);
|
2012
|
+
transition-timing-function: var(--ease-in);
|
2013
|
+
}
|
2014
|
+
}
|
2015
|
+
.\*\:data-\[slot\=control\]\:col-start-1 {
|
2016
|
+
:is(& > *) {
|
2017
|
+
&[data-slot="control"] {
|
2018
|
+
grid-column-start: 1;
|
2019
|
+
}
|
2020
|
+
}
|
2021
|
+
}
|
2022
|
+
.\*\:data-\[slot\=control\]\:col-start-2 {
|
2023
|
+
:is(& > *) {
|
2024
|
+
&[data-slot="control"] {
|
2025
|
+
grid-column-start: 2;
|
2026
|
+
}
|
2027
|
+
}
|
2028
|
+
}
|
2029
|
+
.\*\:data-\[slot\=control\]\:row-start-1 {
|
2030
|
+
:is(& > *) {
|
2031
|
+
&[data-slot="control"] {
|
2032
|
+
grid-row-start: 1;
|
2033
|
+
}
|
2034
|
+
}
|
2035
|
+
}
|
2036
|
+
.\*\:data-\[slot\=control\]\:self-center {
|
2037
|
+
:is(& > *) {
|
2038
|
+
&[data-slot="control"] {
|
2039
|
+
align-self: center;
|
2040
|
+
}
|
2041
|
+
}
|
2042
|
+
}
|
2043
|
+
.\*\:data-\[slot\=control\]\:justify-self-center {
|
2044
|
+
:is(& > *) {
|
2045
|
+
&[data-slot="control"] {
|
2046
|
+
justify-self: center;
|
2047
|
+
}
|
2048
|
+
}
|
2049
|
+
}
|
2050
|
+
.\*\:data-\[slot\=description\]\:col-start-1 {
|
2051
|
+
:is(& > *) {
|
2052
|
+
&[data-slot="description"] {
|
2053
|
+
grid-column-start: 1;
|
2054
|
+
}
|
2055
|
+
}
|
2056
|
+
}
|
2057
|
+
.\*\:data-\[slot\=description\]\:col-start-2 {
|
2058
|
+
:is(& > *) {
|
2059
|
+
&[data-slot="description"] {
|
2060
|
+
grid-column-start: 2;
|
2061
|
+
}
|
2062
|
+
}
|
2063
|
+
}
|
2064
|
+
.\*\:data-\[slot\=description\]\:row-start-2 {
|
2065
|
+
:is(& > *) {
|
2066
|
+
&[data-slot="description"] {
|
2067
|
+
grid-row-start: 2;
|
2068
|
+
}
|
2069
|
+
}
|
2070
|
+
}
|
2071
|
+
.\*\:data-\[slot\=header\]\:bg-gray-50 {
|
2072
|
+
:is(& > *) {
|
2073
|
+
&[data-slot="header"] {
|
2074
|
+
background-color: var(--color-gray-50);
|
2075
|
+
}
|
2076
|
+
}
|
2077
|
+
}
|
2078
|
+
.\*\:data-\[slot\=header\]\:bg-red-600\/90 {
|
2079
|
+
:is(& > *) {
|
2080
|
+
&[data-slot="header"] {
|
2081
|
+
background-color: color-mix(in oklab, var(--color-red-600) 90%, transparent);
|
2082
|
+
}
|
2083
|
+
}
|
2084
|
+
}
|
2085
|
+
.\*\:data-\[slot\=header\]\:text-white {
|
2086
|
+
:is(& > *) {
|
2087
|
+
&[data-slot="header"] {
|
2088
|
+
color: var(--color-white);
|
2089
|
+
}
|
2090
|
+
}
|
2091
|
+
}
|
2092
|
+
.\*\:data-\[slot\=icon\]\:-mx-0\.5 {
|
2093
|
+
:is(& > *) {
|
2094
|
+
&[data-slot="icon"] {
|
2095
|
+
margin-inline: calc(var(--spacing) * -0.5);
|
2096
|
+
}
|
2097
|
+
}
|
2098
|
+
}
|
2099
|
+
.\*\:data-\[slot\=icon\]\:my-0\.5 {
|
2100
|
+
:is(& > *) {
|
2101
|
+
&[data-slot="icon"] {
|
2102
|
+
margin-block: calc(var(--spacing) * 0.5);
|
2103
|
+
}
|
2104
|
+
}
|
2105
|
+
}
|
2106
|
+
.\*\:data-\[slot\=icon\]\:size-5 {
|
2107
|
+
:is(& > *) {
|
2108
|
+
&[data-slot="icon"] {
|
2109
|
+
width: calc(var(--spacing) * 5);
|
2110
|
+
height: calc(var(--spacing) * 5);
|
2111
|
+
}
|
2112
|
+
}
|
2113
|
+
}
|
2114
|
+
.\*\:data-\[slot\=icon\]\:shrink-0 {
|
2115
|
+
:is(& > *) {
|
2116
|
+
&[data-slot="icon"] {
|
2117
|
+
flex-shrink: 0;
|
2118
|
+
}
|
2119
|
+
}
|
2120
|
+
}
|
2121
|
+
.\*\:data-\[slot\=icon\]\:self-center {
|
2122
|
+
:is(& > *) {
|
2123
|
+
&[data-slot="icon"] {
|
2124
|
+
align-self: center;
|
2125
|
+
}
|
2126
|
+
}
|
2127
|
+
}
|
2128
|
+
.\*\:data-\[slot\=icon\]\:text-\(--btn-icon\) {
|
2129
|
+
:is(& > *) {
|
2130
|
+
&[data-slot="icon"] {
|
2131
|
+
color: var(--btn-icon);
|
2132
|
+
}
|
2133
|
+
}
|
2134
|
+
}
|
2135
|
+
.\*\:data-\[slot\=label\]\:col-start-1 {
|
2136
|
+
:is(& > *) {
|
2137
|
+
&[data-slot="label"] {
|
2138
|
+
grid-column-start: 1;
|
2139
|
+
}
|
2140
|
+
}
|
2141
|
+
}
|
2142
|
+
.\*\:data-\[slot\=label\]\:col-start-2 {
|
2143
|
+
:is(& > *) {
|
2144
|
+
&[data-slot="label"] {
|
2145
|
+
grid-column-start: 2;
|
2146
|
+
}
|
2147
|
+
}
|
2148
|
+
}
|
2149
|
+
.\*\:data-\[slot\=label\]\:row-start-1 {
|
2150
|
+
:is(& > *) {
|
2151
|
+
&[data-slot="label"] {
|
2152
|
+
grid-row-start: 1;
|
2153
|
+
}
|
2154
|
+
}
|
2155
|
+
}
|
2156
|
+
.\*\:data-\[slot\=label\]\:justify-self-start {
|
2157
|
+
:is(& > *) {
|
2158
|
+
&[data-slot="label"] {
|
2159
|
+
justify-self: flex-start;
|
2160
|
+
}
|
2161
|
+
}
|
2162
|
+
}
|
2163
|
+
.\*\:data-\[slot\=label\]\:font-medium {
|
2164
|
+
:is(& > *) {
|
2165
|
+
&[data-slot="label"] {
|
2166
|
+
--tw-font-weight: var(--font-weight-medium);
|
2167
|
+
font-weight: var(--font-weight-medium);
|
2168
|
+
}
|
2169
|
+
}
|
2170
|
+
}
|
2171
|
+
.has-data-\[slot\=description\]\:\*\*\:data-\[slot\=label\]\:font-medium {
|
2172
|
+
&:has(*[data-slot="description"]) {
|
2173
|
+
:is(& *) {
|
2174
|
+
&[data-slot="label"] {
|
2175
|
+
--tw-font-weight: var(--font-weight-medium);
|
2176
|
+
font-weight: var(--font-weight-medium);
|
2177
|
+
}
|
2178
|
+
}
|
2179
|
+
}
|
2180
|
+
}
|
2181
|
+
.sm\:mb-auto {
|
2182
|
+
@media (width >= 40rem) {
|
2183
|
+
margin-bottom: auto;
|
2184
|
+
}
|
2185
|
+
}
|
2186
|
+
.sm\:flex {
|
2187
|
+
@media (width >= 40rem) {
|
2188
|
+
display: flex;
|
2189
|
+
}
|
2190
|
+
}
|
2191
|
+
.sm\:size-3\.5 {
|
2192
|
+
@media (width >= 40rem) {
|
2193
|
+
width: calc(var(--spacing) * 3.5);
|
2194
|
+
height: calc(var(--spacing) * 3.5);
|
2195
|
+
}
|
2196
|
+
}
|
2197
|
+
.sm\:size-4 {
|
2198
|
+
@media (width >= 40rem) {
|
2199
|
+
width: calc(var(--spacing) * 4);
|
2200
|
+
height: calc(var(--spacing) * 4);
|
2201
|
+
}
|
2202
|
+
}
|
2203
|
+
.sm\:h-3\.5 {
|
2204
|
+
@media (width >= 40rem) {
|
2205
|
+
height: calc(var(--spacing) * 3.5);
|
2206
|
+
}
|
2207
|
+
}
|
2208
|
+
.sm\:h-5 {
|
2209
|
+
@media (width >= 40rem) {
|
2210
|
+
height: calc(var(--spacing) * 5);
|
2211
|
+
}
|
2212
|
+
}
|
2213
|
+
.sm\:w-3\.5 {
|
2214
|
+
@media (width >= 40rem) {
|
2215
|
+
width: calc(var(--spacing) * 3.5);
|
2216
|
+
}
|
2217
|
+
}
|
2218
|
+
.sm\:w-8 {
|
2219
|
+
@media (width >= 40rem) {
|
2220
|
+
width: calc(var(--spacing) * 8);
|
2221
|
+
}
|
2222
|
+
}
|
2223
|
+
.sm\:max-w-3xl {
|
2224
|
+
@media (width >= 40rem) {
|
2225
|
+
max-width: var(--container-3xl);
|
2226
|
+
}
|
2227
|
+
}
|
2228
|
+
.sm\:grid-cols-\[1fr_auto\] {
|
2229
|
+
@media (width >= 40rem) {
|
2230
|
+
grid-template-columns: 1fr auto;
|
2231
|
+
}
|
2232
|
+
}
|
2233
|
+
.sm\:grid-cols-\[1rem_1fr\] {
|
2234
|
+
@media (width >= 40rem) {
|
2235
|
+
grid-template-columns: 1rem 1fr;
|
2236
|
+
}
|
2237
|
+
}
|
2238
|
+
.sm\:grid-cols-\[min\(50\%\,--spacing\(80\)\)_auto\] {
|
2239
|
+
@media (width >= 40rem) {
|
2240
|
+
grid-template-columns: min(50%, calc(var(--spacing) * 80)) auto;
|
2241
|
+
}
|
2242
|
+
}
|
2243
|
+
.sm\:grid-rows-\[1fr_auto_3fr\] {
|
2244
|
+
@media (width >= 40rem) {
|
2245
|
+
grid-template-rows: 1fr auto 3fr;
|
2246
|
+
}
|
2247
|
+
}
|
2248
|
+
.sm\:flex-row {
|
2249
|
+
@media (width >= 40rem) {
|
2250
|
+
flex-direction: row;
|
2251
|
+
}
|
2252
|
+
}
|
2253
|
+
.sm\:rounded-2xl {
|
2254
|
+
@media (width >= 40rem) {
|
2255
|
+
border-radius: var(--radius-2xl);
|
2256
|
+
}
|
2257
|
+
}
|
2258
|
+
.sm\:border-t {
|
2259
|
+
@media (width >= 40rem) {
|
2260
|
+
border-top-style: var(--tw-border-style);
|
2261
|
+
border-top-width: 1px;
|
2262
|
+
}
|
2263
|
+
}
|
2264
|
+
.sm\:border-zinc-950\/5 {
|
2265
|
+
@media (width >= 40rem) {
|
2266
|
+
border-color: color-mix(in oklab, var(--color-zinc-950) 5%, transparent);
|
2267
|
+
}
|
2268
|
+
}
|
2269
|
+
.sm\:p-4 {
|
2270
|
+
@media (width >= 40rem) {
|
2271
|
+
padding: calc(var(--spacing) * 4);
|
2272
|
+
}
|
2273
|
+
}
|
2274
|
+
.sm\:px-6 {
|
2275
|
+
@media (width >= 40rem) {
|
2276
|
+
padding-inline: calc(var(--spacing) * 6);
|
2277
|
+
}
|
2278
|
+
}
|
2279
|
+
.sm\:px-\[calc\(--spacing\(3\)-1px\)\] {
|
2280
|
+
@media (width >= 40rem) {
|
2281
|
+
padding-inline: calc(calc(var(--spacing) * 3) - 1px);
|
2282
|
+
}
|
2283
|
+
}
|
2284
|
+
.sm\:py-3 {
|
2285
|
+
@media (width >= 40rem) {
|
2286
|
+
padding-block: calc(var(--spacing) * 3);
|
2287
|
+
}
|
2288
|
+
}
|
2289
|
+
.sm\:py-8 {
|
2290
|
+
@media (width >= 40rem) {
|
2291
|
+
padding-block: calc(var(--spacing) * 8);
|
2292
|
+
}
|
2293
|
+
}
|
2294
|
+
.sm\:py-\[calc\(--spacing\(1\.5\)-1px\)\] {
|
2295
|
+
@media (width >= 40rem) {
|
2296
|
+
padding-block: calc(calc(var(--spacing) * 1.5) - 1px);
|
2297
|
+
}
|
2298
|
+
}
|
2299
|
+
.sm\:pt-0 {
|
2300
|
+
@media (width >= 40rem) {
|
2301
|
+
padding-top: calc(var(--spacing) * 0);
|
2302
|
+
}
|
2303
|
+
}
|
2304
|
+
.sm\:pr-\[calc\(--spacing\(9\)-1px\)\] {
|
2305
|
+
@media (width >= 40rem) {
|
2306
|
+
padding-right: calc(calc(var(--spacing) * 9) - 1px);
|
2307
|
+
}
|
2308
|
+
}
|
2309
|
+
.sm\:pl-\[calc\(--spacing\(3\)-1px\)\] {
|
2310
|
+
@media (width >= 40rem) {
|
2311
|
+
padding-left: calc(calc(var(--spacing) * 3) - 1px);
|
2312
|
+
}
|
2313
|
+
}
|
2314
|
+
.sm\:text-xs {
|
2315
|
+
@media (width >= 40rem) {
|
2316
|
+
font-size: var(--text-xs);
|
2317
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
2318
|
+
}
|
2319
|
+
}
|
2320
|
+
.sm\:text-base\/6 {
|
2321
|
+
@media (width >= 40rem) {
|
2322
|
+
font-size: var(--text-base);
|
2323
|
+
line-height: calc(var(--spacing) * 6);
|
2324
|
+
}
|
2325
|
+
}
|
2326
|
+
.sm\:text-sm\/6 {
|
2327
|
+
@media (width >= 40rem) {
|
2328
|
+
font-size: var(--text-sm);
|
2329
|
+
line-height: calc(var(--spacing) * 6);
|
2330
|
+
}
|
2331
|
+
}
|
2332
|
+
.sm\:\*\:w-auto {
|
2333
|
+
@media (width >= 40rem) {
|
2334
|
+
:is(& > *) {
|
2335
|
+
width: auto;
|
2336
|
+
}
|
2337
|
+
}
|
2338
|
+
}
|
2339
|
+
.sm\:group-data-checked\:translate-x-3 {
|
2340
|
+
@media (width >= 40rem) {
|
2341
|
+
&:is(:where(.group)[data-checked] *) {
|
2342
|
+
--tw-translate-x: calc(var(--spacing) * 3);
|
2343
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
2344
|
+
}
|
2345
|
+
}
|
2346
|
+
}
|
2347
|
+
.sm\:focus-within\:after\:ring-2 {
|
2348
|
+
@media (width >= 40rem) {
|
2349
|
+
&:focus-within {
|
2350
|
+
&::after {
|
2351
|
+
content: var(--tw-content);
|
2352
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
2353
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
2354
|
+
}
|
2355
|
+
}
|
2356
|
+
}
|
2357
|
+
}
|
2358
|
+
.sm\:focus-within\:after\:ring-blue-500 {
|
2359
|
+
@media (width >= 40rem) {
|
2360
|
+
&:focus-within {
|
2361
|
+
&::after {
|
2362
|
+
content: var(--tw-content);
|
2363
|
+
--tw-ring-color: var(--color-blue-500);
|
2364
|
+
}
|
2365
|
+
}
|
2366
|
+
}
|
2367
|
+
}
|
2368
|
+
.sm\:data-closed\:translate-y-0 {
|
2369
|
+
@media (width >= 40rem) {
|
2370
|
+
&[data-closed] {
|
2371
|
+
--tw-translate-y: calc(var(--spacing) * 0);
|
2372
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
2373
|
+
}
|
2374
|
+
}
|
2375
|
+
}
|
2376
|
+
.sm\:data-closed\:data-enter\:scale-95 {
|
2377
|
+
@media (width >= 40rem) {
|
2378
|
+
&[data-closed] {
|
2379
|
+
&[data-enter] {
|
2380
|
+
--tw-scale-x: 95%;
|
2381
|
+
--tw-scale-y: 95%;
|
2382
|
+
--tw-scale-z: 95%;
|
2383
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
2384
|
+
}
|
2385
|
+
}
|
2386
|
+
}
|
2387
|
+
}
|
2388
|
+
.sm\:\*\:data-\[slot\=icon\]\:my-1 {
|
2389
|
+
@media (width >= 40rem) {
|
2390
|
+
:is(& > *) {
|
2391
|
+
&[data-slot="icon"] {
|
2392
|
+
margin-block: calc(var(--spacing) * 1);
|
2393
|
+
}
|
2394
|
+
}
|
2395
|
+
}
|
2396
|
+
}
|
2397
|
+
.sm\:\*\:data-\[slot\=icon\]\:size-4 {
|
2398
|
+
@media (width >= 40rem) {
|
2399
|
+
:is(& > *) {
|
2400
|
+
&[data-slot="icon"] {
|
2401
|
+
width: calc(var(--spacing) * 4);
|
2402
|
+
height: calc(var(--spacing) * 4);
|
2403
|
+
}
|
2404
|
+
}
|
2405
|
+
}
|
2406
|
+
}
|
2407
|
+
.sm\:nth-2\:border-none {
|
2408
|
+
@media (width >= 40rem) {
|
2409
|
+
&:nth-child(2) {
|
2410
|
+
--tw-border-style: none;
|
2411
|
+
border-style: none;
|
2412
|
+
}
|
2413
|
+
}
|
2414
|
+
}
|
2415
|
+
.lg\:px-8 {
|
2416
|
+
@media (width >= 64rem) {
|
2417
|
+
padding-inline: calc(var(--spacing) * 8);
|
2418
|
+
}
|
2419
|
+
}
|
2420
|
+
.lg\:py-16 {
|
2421
|
+
@media (width >= 64rem) {
|
2422
|
+
padding-block: calc(var(--spacing) * 16);
|
2423
|
+
}
|
2424
|
+
}
|
2425
|
+
.dark\:before\:hidden {
|
2426
|
+
@media (prefers-color-scheme: dark) {
|
2427
|
+
&::before {
|
2428
|
+
content: var(--tw-content);
|
2429
|
+
display: none;
|
2430
|
+
}
|
2431
|
+
}
|
2432
|
+
}
|
2433
|
+
.dark\:data-invalid\:data-hover\:border-red-500 {
|
2434
|
+
@media (prefers-color-scheme: dark) {
|
2435
|
+
&[data-invalid] {
|
2436
|
+
&[data-hover] {
|
2437
|
+
border-color: var(--color-red-500);
|
2438
|
+
}
|
2439
|
+
}
|
2440
|
+
}
|
2441
|
+
}
|
2442
|
+
.forced-colors\:stroke-\[CanvasText\] {
|
2443
|
+
@media (forced-colors: active) {
|
2444
|
+
stroke: CanvasText;
|
2445
|
+
}
|
2446
|
+
}
|
2447
|
+
.forced-colors\:outline {
|
2448
|
+
@media (forced-colors: active) {
|
2449
|
+
outline-style: var(--tw-outline-style);
|
2450
|
+
outline-width: 1px;
|
2451
|
+
}
|
2452
|
+
}
|
2453
|
+
.forced-colors\:\[--checkbox-check\:HighlightText\] {
|
2454
|
+
@media (forced-colors: active) {
|
2455
|
+
--checkbox-check: HighlightText;
|
2456
|
+
}
|
2457
|
+
}
|
2458
|
+
.forced-colors\:\[--checkbox-checked-bg\:Highlight\] {
|
2459
|
+
@media (forced-colors: active) {
|
2460
|
+
--checkbox-checked-bg: Highlight;
|
2461
|
+
}
|
2462
|
+
}
|
2463
|
+
.forced-colors\:\[--switch-bg\:Highlight\] {
|
2464
|
+
@media (forced-colors: active) {
|
2465
|
+
--switch-bg: Highlight;
|
2466
|
+
}
|
2467
|
+
}
|
2468
|
+
.forced-colors\:group-data-disabled\:\[--checkbox-check\:Highlight\] {
|
2469
|
+
@media (forced-colors: active) {
|
2470
|
+
&:is(:where(.group)[data-disabled] *) {
|
2471
|
+
--checkbox-check: Highlight;
|
2472
|
+
}
|
2473
|
+
}
|
2474
|
+
}
|
2475
|
+
.\[\&_optgroup\]\:font-semibold {
|
2476
|
+
& optgroup {
|
2477
|
+
--tw-font-weight: var(--font-weight-semibold);
|
2478
|
+
font-weight: var(--font-weight-semibold);
|
2479
|
+
}
|
2480
|
+
}
|
2481
|
+
.\[\&\>\[data-slot\=control\]\+\[data-slot\=description\]\]\:mt-3 {
|
2482
|
+
&>[data-slot=control]+[data-slot=description] {
|
2483
|
+
margin-top: calc(var(--spacing) * 3);
|
2484
|
+
}
|
2485
|
+
}
|
2486
|
+
.\[\&\>\[data-slot\=control\]\+\[data-slot\=error\]\]\:mt-3 {
|
2487
|
+
&>[data-slot=control]+[data-slot=error] {
|
2488
|
+
margin-top: calc(var(--spacing) * 3);
|
2489
|
+
}
|
2490
|
+
}
|
2491
|
+
.\[\&\>\[data-slot\=description\]\+\[data-slot\=control\]\]\:mt-3 {
|
2492
|
+
&>[data-slot=description]+[data-slot=control] {
|
2493
|
+
margin-top: calc(var(--spacing) * 3);
|
2494
|
+
}
|
2495
|
+
}
|
2496
|
+
.\[\&\>\[data-slot\=label\]\+\[data-slot\=control\]\]\:mt-3 {
|
2497
|
+
&>[data-slot=label]+[data-slot=control] {
|
2498
|
+
margin-top: calc(var(--spacing) * 3);
|
2499
|
+
}
|
2500
|
+
}
|
2501
|
+
.\[\&\>\[data-slot\=label\]\+\[data-slot\=description\]\]\:mt-1 {
|
2502
|
+
&>[data-slot=label]+[data-slot=description] {
|
2503
|
+
margin-top: calc(var(--spacing) * 1);
|
2504
|
+
}
|
2505
|
+
}
|
2506
|
+
}
|
2507
|
+
@keyframes spin {
|
2508
|
+
to {
|
2509
|
+
transform: rotate(360deg);
|
2510
|
+
}
|
2511
|
+
}
|
2512
|
+
@keyframes ping {
|
2513
|
+
75%, 100% {
|
2514
|
+
transform: scale(2);
|
2515
|
+
opacity: 0;
|
2516
|
+
}
|
2517
|
+
}
|
2518
|
+
@keyframes pulse {
|
2519
|
+
50% {
|
2520
|
+
opacity: 0.5;
|
2521
|
+
}
|
2522
|
+
}
|
2523
|
+
@keyframes bounce {
|
2524
|
+
0%, 100% {
|
2525
|
+
transform: translateY(-25%);
|
2526
|
+
animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
|
2527
|
+
}
|
2528
|
+
50% {
|
2529
|
+
transform: none;
|
2530
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
2531
|
+
}
|
2532
|
+
}
|
2533
|
+
@property --tw-translate-x {
|
2534
|
+
syntax: "*";
|
2535
|
+
inherits: false;
|
2536
|
+
initial-value: 0;
|
2537
|
+
}
|
2538
|
+
@property --tw-translate-y {
|
2539
|
+
syntax: "*";
|
2540
|
+
inherits: false;
|
2541
|
+
initial-value: 0;
|
2542
|
+
}
|
2543
|
+
@property --tw-translate-z {
|
2544
|
+
syntax: "*";
|
2545
|
+
inherits: false;
|
2546
|
+
initial-value: 0;
|
2547
|
+
}
|
2548
|
+
@property --tw-scale-x {
|
2549
|
+
syntax: "*";
|
2550
|
+
inherits: false;
|
2551
|
+
initial-value: 1;
|
2552
|
+
}
|
2553
|
+
@property --tw-scale-y {
|
2554
|
+
syntax: "*";
|
2555
|
+
inherits: false;
|
2556
|
+
initial-value: 1;
|
2557
|
+
}
|
2558
|
+
@property --tw-scale-z {
|
2559
|
+
syntax: "*";
|
2560
|
+
inherits: false;
|
2561
|
+
initial-value: 1;
|
2562
|
+
}
|
2563
|
+
@property --tw-rotate-x {
|
2564
|
+
syntax: "*";
|
2565
|
+
inherits: false;
|
2566
|
+
initial-value: rotateX(0);
|
2567
|
+
}
|
2568
|
+
@property --tw-rotate-y {
|
2569
|
+
syntax: "*";
|
2570
|
+
inherits: false;
|
2571
|
+
initial-value: rotateY(0);
|
2572
|
+
}
|
2573
|
+
@property --tw-rotate-z {
|
2574
|
+
syntax: "*";
|
2575
|
+
inherits: false;
|
2576
|
+
initial-value: rotateZ(0);
|
2577
|
+
}
|
2578
|
+
@property --tw-skew-x {
|
2579
|
+
syntax: "*";
|
2580
|
+
inherits: false;
|
2581
|
+
initial-value: skewX(0);
|
2582
|
+
}
|
2583
|
+
@property --tw-skew-y {
|
2584
|
+
syntax: "*";
|
2585
|
+
inherits: false;
|
2586
|
+
initial-value: skewY(0);
|
2587
|
+
}
|
2588
|
+
@property --tw-space-y-reverse {
|
2589
|
+
syntax: "*";
|
2590
|
+
inherits: false;
|
2591
|
+
initial-value: 0;
|
2592
|
+
}
|
2593
|
+
@property --tw-border-style {
|
2594
|
+
syntax: "*";
|
2595
|
+
inherits: false;
|
2596
|
+
initial-value: solid;
|
2597
|
+
}
|
2598
|
+
@property --tw-font-weight {
|
2599
|
+
syntax: "*";
|
2600
|
+
inherits: false;
|
2601
|
+
}
|
2602
|
+
@property --tw-shadow {
|
2603
|
+
syntax: "*";
|
2604
|
+
inherits: false;
|
2605
|
+
initial-value: 0 0 #0000;
|
2606
|
+
}
|
2607
|
+
@property --tw-shadow-color {
|
2608
|
+
syntax: "*";
|
2609
|
+
inherits: false;
|
2610
|
+
}
|
2611
|
+
@property --tw-inset-shadow {
|
2612
|
+
syntax: "*";
|
2613
|
+
inherits: false;
|
2614
|
+
initial-value: 0 0 #0000;
|
2615
|
+
}
|
2616
|
+
@property --tw-inset-shadow-color {
|
2617
|
+
syntax: "*";
|
2618
|
+
inherits: false;
|
2619
|
+
}
|
2620
|
+
@property --tw-ring-color {
|
2621
|
+
syntax: "*";
|
2622
|
+
inherits: false;
|
2623
|
+
}
|
2624
|
+
@property --tw-ring-shadow {
|
2625
|
+
syntax: "*";
|
2626
|
+
inherits: false;
|
2627
|
+
initial-value: 0 0 #0000;
|
2628
|
+
}
|
2629
|
+
@property --tw-inset-ring-color {
|
2630
|
+
syntax: "*";
|
2631
|
+
inherits: false;
|
2632
|
+
}
|
2633
|
+
@property --tw-inset-ring-shadow {
|
2634
|
+
syntax: "*";
|
2635
|
+
inherits: false;
|
2636
|
+
initial-value: 0 0 #0000;
|
2637
|
+
}
|
2638
|
+
@property --tw-ring-inset {
|
2639
|
+
syntax: "*";
|
2640
|
+
inherits: false;
|
2641
|
+
}
|
2642
|
+
@property --tw-ring-offset-width {
|
2643
|
+
syntax: "<length>";
|
2644
|
+
inherits: false;
|
2645
|
+
initial-value: 0px;
|
2646
|
+
}
|
2647
|
+
@property --tw-ring-offset-color {
|
2648
|
+
syntax: "*";
|
2649
|
+
inherits: false;
|
2650
|
+
initial-value: #fff;
|
2651
|
+
}
|
2652
|
+
@property --tw-ring-offset-shadow {
|
2653
|
+
syntax: "*";
|
2654
|
+
inherits: false;
|
2655
|
+
initial-value: 0 0 #0000;
|
2656
|
+
}
|
2657
|
+
@property --tw-outline-style {
|
2658
|
+
syntax: "*";
|
2659
|
+
inherits: false;
|
2660
|
+
initial-value: solid;
|
2661
|
+
}
|
2662
|
+
@property --tw-blur {
|
2663
|
+
syntax: "*";
|
2664
|
+
inherits: false;
|
2665
|
+
}
|
2666
|
+
@property --tw-brightness {
|
2667
|
+
syntax: "*";
|
2668
|
+
inherits: false;
|
2669
|
+
}
|
2670
|
+
@property --tw-contrast {
|
2671
|
+
syntax: "*";
|
2672
|
+
inherits: false;
|
2673
|
+
}
|
2674
|
+
@property --tw-grayscale {
|
2675
|
+
syntax: "*";
|
2676
|
+
inherits: false;
|
2677
|
+
}
|
2678
|
+
@property --tw-hue-rotate {
|
2679
|
+
syntax: "*";
|
2680
|
+
inherits: false;
|
2681
|
+
}
|
2682
|
+
@property --tw-invert {
|
2683
|
+
syntax: "*";
|
2684
|
+
inherits: false;
|
2685
|
+
}
|
2686
|
+
@property --tw-opacity {
|
2687
|
+
syntax: "*";
|
2688
|
+
inherits: false;
|
2689
|
+
}
|
2690
|
+
@property --tw-saturate {
|
2691
|
+
syntax: "*";
|
2692
|
+
inherits: false;
|
2693
|
+
}
|
2694
|
+
@property --tw-sepia {
|
2695
|
+
syntax: "*";
|
2696
|
+
inherits: false;
|
2697
|
+
}
|
2698
|
+
@property --tw-duration {
|
2699
|
+
syntax: "*";
|
2700
|
+
inherits: false;
|
2701
|
+
}
|
2702
|
+
@property --tw-ease {
|
2703
|
+
syntax: "*";
|
2704
|
+
inherits: false;
|
2705
|
+
}
|
2706
|
+
@property --tw-content {
|
2707
|
+
syntax: "*";
|
2708
|
+
initial-value: "";
|
2709
|
+
inherits: false;
|
2710
|
+
}
|