@splendidlabz/styles 4.0.1 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css DELETED
@@ -1,1383 +0,0 @@
1
- @layer reset {
2
- html, *, ::before, ::after {
3
- box-sizing: border-box;
4
- }
5
-
6
- html, body {
7
- height: 100%;
8
- }
9
-
10
- body {
11
- min-height: 100vh;
12
- min-height: 100svh;
13
- }
14
-
15
- * {
16
- margin: 0;
17
- padding: 0;
18
- border-width: 0;
19
- border-style: solid;
20
- }
21
-
22
- p, h1, h2, h3, h4, h5, h6 {
23
- overflow-wrap: break-word;
24
- }
25
-
26
- ul {
27
- list-style: none;
28
- }
29
-
30
- img, video, object, embed, svg {
31
- display: block;
32
- max-width: 100%;
33
- height: auto;
34
- }
35
-
36
- picture {
37
- display: flex;
38
- justify-content: center;
39
- }
40
-
41
- iframe, canvas {
42
- display: block;
43
- max-width: 100%;
44
- }
45
-
46
- svg {
47
- pointer-events: none;
48
- flex-shrink: 0;
49
- box-sizing: content-box;
50
- width: var(--svg-width, auto);
51
- height: var(--svg-height, 1em);
52
- }
53
-
54
- hr {
55
- height: 1px;
56
- background-color: var(--border-color, black);
57
- }
58
-
59
- [hidden] {
60
- display: none;
61
- opacity: 0;
62
- visibility: hidden;
63
- }
64
-
65
- noscript {
66
- display: block;
67
- margin-top: 1em;
68
- margin-bottom: 1em;
69
- }
70
- }
71
-
72
- @theme {
73
- --bg-color: white; --text-color: black; --leading: 1.5; --border-width: 1px; --border-style: solid; --border-color: black; --radius: .5rem; --outline-width: 3px; --outline-style: solid; --outline-color: oklch(61.52% .178 257.59deg); --outline-offset: 0px; --transition-duration: .2s; --transition-delay: 0s; --transition-easing: ease-in-out; --input-font: inherit; --header-row-border-top: 1px solid transparent; --header-row-border-bottom: 1px solid var(--border-color) ; --alt-row-color: transparent;
74
- }
75
-
76
- @theme {
77
- --breakpoint-bp1: 100px; --breakpoint-bp1.5: 150px; --breakpoint-bp2: 200px; --breakpoint-bp2.5: 250px; --breakpoint-bp3: 300px; --breakpoint-bp3.5: 350px; --breakpoint-bp4: 400px; --breakpoint-bp4.5: 450px; --breakpoint-bp5: 500px; --breakpoint-bp5.5: 550px; --breakpoint-bp6: 600px; --breakpoint-bp6.5: 650px; --breakpoint-bp7: 700px; --breakpoint-bp7.5: 750px; --breakpoint-bp8: 800px; --breakpoint-bp8.5: 850px; --breakpoint-bp9: 900px; --breakpoint-bp9.5: 950px; --breakpoint-bp10: 1000px; --breakpoint-bp10.5: 1050px; --breakpoint-bp11: 1100px; --breakpoint-bp11.5: 1150px; --breakpoint-bp12: 1200px; --breakpoint-bp12.5: 1250px; --breakpoint-bp13: 1300px; --breakpoint-bp13.5: 1350px; --breakpoint-bp14: 1400px; --breakpoint-bp14.5: 1450px; --breakpoint-bp15: 1500px; --breakpoint-bp15.5: 1550px; --breakpoint-bp16: 1600px; --breakpoint-bp16.5: 1650px; --breakpoint-bp17: 1700px; --breakpoint-bp17.5: 1750px; --breakpoint-bp18: 1800px; --breakpoint-bp18.5: 1850px; --breakpoint-bp19: 1900px; --breakpoint-bp19.5: 1950px; --breakpoint-bp20: 2000px; --breakpoint-bp20.5: 2050px; --breakpoint-bp21: 2100px; --breakpoint-bp21.5: 2150px; --breakpoint-bp22: 2200px; --breakpoint-bp22.5: 2250px; --breakpoint-bp23: 2300px; --breakpoint-bp23.5: 2350px; --breakpoint-bp24: 2400px; --breakpoint-bp24.5: 2450px; --breakpoint-bp25: 2500px; --container-bp1: 100px; --container-bp1.5: 150px; --container-bp2: 200px; --container-bp2.5: 250px; --container-bp3: 300px; --container-bp3.5: 350px; --container-bp4: 400px; --container-bp4.5: 450px; --container-bp5: 500px; --container-bp5.5: 550px; --container-bp6: 600px; --container-bp6.5: 650px; --container-bp7: 700px; --container-bp7.5: 750px; --container-bp8: 800px; --container-bp8.5: 850px; --container-bp9: 900px; --container-bp9.5: 950px; --container-bp10: 1000px; --container-bp10.5: 1050px; --container-bp11: 1100px; --container-bp11.5: 1150px; --container-bp12: 1200px; --container-bp12.5: 1250px; --container-bp13: 1300px; --container-bp13.5: 1350px; --container-bp14: 1400px; --container-bp14.5: 1450px; --container-bp15: 1500px; --container-bp15.5: 1550px; --container-bp16: 1600px; --container-bp16.5: 1650px; --container-bp17: 1700px; --container-bp17.5: 1750px; --container-bp18: 1800px; --container-bp18.5: 1850px; --container-bp19: 1900px; --container-bp19.5: 1950px; --container-bp20: 2000px; --container-bp20.5: 2050px; --container-bp21: 2100px; --container-bp21.5: 2150px; --container-bp22: 2200px; --container-bp22.5: 2250px; --container-bp23: 2300px; --container-bp23.5: 2350px; --container-bp24: 2400px; --container-bp24.5: 2450px; --container-bp25: 2500px;
78
- }
79
-
80
- @theme {
81
- --text-1: .625rem; --text-2: .6875rem; --text-3: .75rem; --text-4: .8125rem; --text-5: .875rem; --text-6: .9375rem; --text-7: 1rem; --text-8: 1.125rem; --text-9: 1.3125rem; --text-10: 1.5rem; --text-11: 1.75rem; --text-12: 2rem; --text-13: 2.25rem; --text-14: 2.625rem; --text-15: 3rem; --text-16: 3.375rem; --text-17: 3.75rem; --text-18: 4.5rem; --text-19: 5.25rem; --text-20: 6rem; --text-21: 6.75rem; --text-22: 7.5rem; --text-1e: .625em; --text-2e: .6875em; --text-3e: .75em; --text-4e: .8125em; --text-5e: .875em; --text-6e: .9375em; --text-7e: 1em; --text-8e: 1.125em; --text-9e: 1.3125em; --text-10e: 1.5em; --text-11e: 1.75em; --text-12e: 2em; --text-13e: 2.25em; --text-14e: 2.625em; --text-15e: 3em; --text-16e: 3.375em; --text-17e: 3.75em; --text-18e: 4.5em; --text-19e: 5.25em; --text-20e: 6em; --text-21e: 6.75em; --text-22e: 7.5em;
82
- }
83
-
84
- @theme {
85
- --font-weight-100: 100; --font-weight-125: 125; --font-weight-150: 150; --font-weight-175: 175; --font-weight-200: 200; --font-weight-225: 225; --font-weight-250: 250; --font-weight-275: 275; --font-weight-300: 300; --font-weight-325: 325; --font-weight-350: 350; --font-weight-375: 375; --font-weight-400: 400; --font-weight-425: 425; --font-weight-450: 450; --font-weight-475: 475; --font-weight-500: 500; --font-weight-525: 525; --font-weight-550: 550; --font-weight-575: 575; --font-weight-600: 600; --font-weight-625: 625; --font-weight-650: 650; --font-weight-675: 675; --font-weight-700: 700; --font-weight-725: 725; --font-weight-750: 750; --font-weight-775: 775; --font-weight-800: 800; --font-weight-825: 825; --font-weight-850: 850; --font-weight-875: 875; --font-weight-900: 900;
86
- }
87
-
88
- @theme {
89
- --radius-0.5: .125rem; --radius-1: .25rem; --radius-1.5: .375rem; --radius-2: .5rem; --radius-2.5: .625rem; --radius-3: .75rem; --radius-3.5: .875rem; --radius-4: 1rem; --radius-4.5: 1.125rem; --radius-5: 1.25rem; --radius-5.5: 1.375rem; --radius-6: 1.5rem; --radius-6.5: 1.625rem; --radius-7: 1.75rem; --radius-7.5: 1.875rem; --radius-8: 2rem; --radius-8.5: 2.125rem; --radius-9: 2.25rem; --radius-9.5: 2.375rem; --radius-10: 2.5rem; --radius-10.5: 2.625rem; --radius-11: 2.75rem; --radius-11.5: 2.875rem; --radius-12: 3rem; --radius-12.5: 3.125rem; --radius-13: 3.25rem; --radius-13.5: 3.375rem; --radius-14: 3.5rem; --radius-14.5: 3.625rem; --radius-15: 3.75rem; --radius-15.5: 3.875rem; --radius-16: 4rem; --radius-16.5: 4.125rem; --radius-17: 4.25rem; --radius-17.5: 4.375rem; --radius-18: 4.5rem; --radius-18.5: 4.625rem; --radius-19: 4.75rem; --radius-19.5: 4.875rem; --radius-20: 5rem; --radius-0.5r: calc(var(--radius) * .5) ; --radius-1r: var(--radius) ; --radius-1.5r: calc(var(--radius) * 1.5) ; --radius-2r: calc(var(--radius) * 2) ; --radius-2.5r: calc(var(--radius) * 2.5) ; --radius-3r: calc(var(--radius) * 3) ; --radius-3.5r: calc(var(--radius) * 3.5) ; --radius-4r: calc(var(--radius) * 4) ; --radius-4.5r: calc(var(--radius) * 4.5) ; --radius-5r: calc(var(--radius) * 5) ;
90
- }
91
-
92
- @utility pigment-scaffold {
93
- & { border-color: var(--border-color) ; color: var(--text-color, currentcolor) ; background-color: var(--bg-color) ; transition: var(--transition-values) ; transition-property: var(--transition-props) ; :where(svg path) { fill: var(--fill-color, var(--text-color)) ; stroke: var(--stroke-color, var(--text-color)) ; transition: var(--transition-values) ; transition-property: var(--transition-props) ; } }
94
- }
95
-
96
- @utility pigment-hover-scaffold {
97
- border-color: var(--border-hover-color, var(--border-color)) ; color: var(--text-hover-color, var(--text-color)) ; background-color: var(--bg-hover-color, var(--bg-color)) ; :where(svg path) { fill: var(--fill-hover-color, var(--text-hover-color, var(--fill-color, var(--text-color)))) ; stroke: var(--stroke-hover-color, var(--text-hover-color, var(--stroke-color, var(--text-color)))) ; }
98
- }
99
-
100
- @utility pigment-focus-scaffold {
101
- & :focus { border-color: var(--border-focus-color, var(--border-hover-color, var(--border-color))) ; color: var(--text-focus-color, var(--text-hover-color, var(--text-color))) ; background-color: var(--bg-focus-color, var(--bg-hover-color, var(--bg-color))) ; :where(svg path) { fill: var(--fill-focus-color, var(--text-focus-color, var(--fill-hover-color, var(--text-hover-color, var(--fill-color, var(--text-color)))))) ; stroke: var(--stroke-focus-color, var(--text-focus-color, var(--stroke-hover-color, var(--text-hover-color, var(--stroke-color, var(--text-color)))))) ; } }
102
- }
103
-
104
- @utility pigment-active-scaffold {
105
- & :active { border-color: var(--border-active-color, var(--border-hover-color, var(--border-color))) ; color: var(--text-active-color, var(--text-hover-color, var(--text-color))) ; background-color: var(--bg-active-color, var(--bg-hover-color, var(--bg-color))) ; :where(svg path) { fill: var(--fill-active-color, var(--text-active-color, var(--fill-hover-color, var(--text-hover-color, var(--fill-color, var(--text-color)))))) ; stroke: var(--stroke-active-color, var(--text-active-color, var(--stroke-hover-color, var(--text-hover-color, var(--stroke-color, var(--text-color)))))) ; } }
106
- }
107
-
108
- @utility pigment-selected-scaffold {
109
- & . selected, & . checked, & [aria-current], & [aria-selected], & [aria-expanded= "true"] { border-color: var(--border-selected-color, var(--border-hover-color, var(--border-color))) ; color: var(--text-selected-color, var(--text-hover-color, var(--text-color))) ; background-color: var(--bg-selected-color, var(--bg-hover-color, var(--bg-color))) ; :where(svg path) { fill: var(--fill-selected-color, var(--text-selected-color, var(--fill-hover-color, var(--text-hover-color, var(--fill-color, var(--text-color)))))) ; stroke: var(--stroke-selected-color, var(--text-selected-color, var(--stroke-hover-color, var(--text-hover-color, var(--stroke-color, var(--text-color)))))) ; } }
110
- }
111
-
112
- @utility pigment {
113
- @apply pigment-scaffold;& :hover { @apply pigment-hover-scaffold; }
114
-
115
- @apply pigment-focus-scaffold; @apply pigment-active-scaffold; @apply pigment-selected-scaffold;
116
- }
117
-
118
- @utility pigment-outline {
119
- --bg-color: transparent;
120
- }
121
-
122
- @utility pigment-ghost {
123
- --bg-color: transparent; --border-color: transparent;
124
- }
125
-
126
- @layer base {
127
- * {
128
- outline: var(--outline-width) var(--outline-style) transparent;
129
- outline-offset: var(--outline-offset);
130
- }
131
-
132
- @media (prefers-reduced-motion: reduce) {
133
- * {
134
- scroll-behavior: auto !important;
135
- transition-duration: .01ms !important;
136
- animation-duration: .01ms !important;
137
- animation-iteration-count: 1 !important;
138
- }
139
- }
140
-
141
- .sr-only {
142
- overflow: hidden;
143
- position: absolute;
144
- width: 1px;
145
- height: auto;
146
- margin: 0;
147
- padding: 0;
148
- border: 0;
149
- clip: rect(0 0 0 0);
150
- white-space: nowrap;
151
- }
152
-
153
- * {
154
- --transition-values: var(--transition-duration) var(--transition-delay) var(--transition-easing);
155
- --transition-props: background, color, border, outline, opacity, gap, fill, opacity, stroke, transform;
156
- }
157
-
158
- html {
159
- font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
160
- line-height: var(--leading, 1.5);
161
- font-variant-ligatures: common-ligatures;
162
- }
163
-
164
- body {
165
- color: var(--text-color);
166
- background-color: var(--bg-color);
167
- text-rendering: optimizelegibility;
168
- }
169
-
170
- h1, h2, h3, h4, h5, h6 {
171
- font-variant-numeric: oldstyle-nums proportional-nums;
172
- }
173
-
174
- pre {
175
- padding: 1em;
176
- border-radius: var(--radius);
177
- }
178
-
179
- code {
180
- font-size: .8em;
181
- }
182
-
183
- :not(pre) > :is(code) {
184
- display: inline;
185
- padding: .2em .25em;
186
- border-radius: var(--radius);
187
- }
188
-
189
- pre > :is(code) {
190
- background-color: rgb(0 0 0 / 0%);
191
- }
192
-
193
- fieldset {
194
- border: none;
195
- }
196
-
197
- textarea, select, .field {
198
- display: block;
199
- width: 100%;
200
- border-radius: inherit;
201
- font: inherit;
202
- font-family: var(--input-font);
203
- color: var(--text-color, currentcolor);
204
- background-color: var(--bg-color);
205
- }
206
-
207
- input:where([type="text"], [type="search"], [type="email"], [type="password"], [type="tel"], [type="url"]) {
208
- display: block;
209
- width: 100%;
210
- border-radius: inherit;
211
- font: inherit;
212
- font-family: var(--input-font);
213
- color: var(--text-color, currentcolor);
214
- background-color: var(--bg-color);
215
- }
216
-
217
- input[type="password"] {
218
- font-family: Verdana, sans-serif;
219
- letter-spacing: .125em;
220
- }
221
-
222
- .disabled, .readonly, [disabled], [readonly] {
223
- opacity: .5;
224
- }
225
-
226
- :is(.disabled, .readonly, [disabled], [readonly]):where(input) {
227
- cursor: not-allowed;
228
- }
229
-
230
- :is(.disabled, .readonly, [disabled], [readonly]):focus {
231
- outline-color: rgb(0 0 0 / 0%);
232
- }
233
-
234
- :is(.disabled, .readonly, [disabled], [readonly]):focus-visible {
235
- outline-color: rgb(0 0 0 / 0%);
236
- }
237
- }
238
-
239
- @utility outline-visible {
240
- outline-color: var(--outline-color) ;
241
- }
242
-
243
- @utility preserve-outlines {
244
- & { box-sizing: content-box; margin: calc(var(--outline-width) * -1) ; padding: calc(var(--outline-width)) ; }
245
- }
246
-
247
- @layer utilities {
248
- @apply pigment;
249
-
250
- a:visited {
251
- border-color: var(--border-visited-color, var(--border-color));
252
- color: var(--text-visited-color, var(--text-color));
253
- background-color: var(--bg-visited-color, var(--bg-color));
254
- }
255
-
256
- @apply outline-visible;
257
- @apply outline-visible;
258
- }
259
-
260
- @utility button {
261
- & { flex-shrink: 0; display: inline-flex; justify-content: center; align-items: center; gap: .5em; padding: .25em 1em; border-width: var(--border-width, 1px) ; border-color: var(--border-color) ; border-radius: var(--radius) ; font: var(--input-font, inherit) ; color: var(--text-color, currentColor) ; background-color: var(--bg-color, #eee) ; text-decoration: none! important; transition: var(--transition-values) ; transition-property: var(--transition-props) ; cursor: pointer; * { pointer-events: none; } svg path { transition: var(--transition-values) ; transition-property: var(--transition-props) ; } }
262
- }
263
-
264
- @utility button-icon {
265
- & { padding: var(--padding, .5em) ; line-height: 1; }
266
- }
267
-
268
- @layer components {
269
- .backdrop--blur {
270
- backdrop-filter: blur(var(--blur, 8px));
271
- transition-property: -webkit-backdrop-filter, backdrop-filter;
272
- }
273
-
274
- .backdrop:where([data-state="blur"]) {
275
- backdrop-filter: blur(var(--blur, 8px));
276
- transition-property: -webkit-backdrop-filter, backdrop-filter;
277
- }
278
- }
279
-
280
- @utility break-word {
281
- hyphens: auto; overflow-wrap: break-word; word-break: break-word; word-wrap: break-word;
282
- }
283
-
284
- @utility card {
285
- & { padding: var(--padding, 1rem) ; border: var(--border-width) var(--border-style) var(--border-color) ; border-radius: var(--radius) ; }
286
- }
287
-
288
- @utility card-split {
289
- & { @apply card;> * , :where(astro-slot, astro-island, astro-content) > * { margin: var(--nudge, 0) ; padding: var(--padding, 1rem) ; } & . card-split { overflow: hidden; gap: 0; padding: 0;> * , :where(astro-slot, astro-island, astro-content) > * { border-radius: calc(var(--radius) - var(--nudge)) ; } } & :where(. divider-between-x, . divider-between-horizontal) > :where(. card-split) { border-width: 0; border-top-width: var(--border-width) ; } & :where(. divider-between-y, . divider-between-vertical) > :where(. card-split) { border-width: 0; border-left-width: var(--border-width) ; } }
290
- }
291
-
292
- @utility box {
293
- @apply card;
294
- }
295
-
296
- @utility has-focus-within {
297
- & :focus-within { outline: var(--outline-width) var(--outline-style) transparent; outline-offset: var(--outline-offset) ; } * :focus, * :focus-visible { outline-color: transparent; }
298
- }
299
-
300
- @utility hero-heading {
301
- display: flex; flex-direction: column; gap: var(--gap, .25em) ; max-width: 100%;> :where(. hero-eyebrow) { font-size: var(--eyebrow-size, .6em) ; } > * , > * :where(. contents) > * , > * :where(astro-island, astro-slot) > * { max-width: 100%; }
302
- }
303
-
304
- @utility hero-heading-start {
305
- & { @apply hero-heading; text-align: start; }
306
- }
307
-
308
- @utility hero-heading-center {
309
- & { @apply hero-heading; align-self: center; margin-inline: auto; text-align: center; }
310
- }
311
-
312
- @utility hero-heading-end {
313
- & { @apply hero-heading; align-self: end; margin-inline-start: auto; text-align: end; }
314
- }
315
-
316
- @utility indent-list-scaffold {
317
- --indent-list-depth: 0; li li { margin-inline-start: var(--indent, 1em) ; } li { --depth: 1; a { --depth: 1; } li, li a { --depth: 2; } li li, li li a { --depth: 3; } li li li, li li li a { --depth: 4; } li li li li, li li li li a { --depth: 5; } } :where(ul, ol, li) { padding-inline-start: 0; } a { display: block; padding-block: .125em; }
318
- }
319
-
320
- @utility indent-list {
321
- @apply indent-list-scaffold; li { list-style-type: disc; }
322
- }
323
-
324
- @utility indent-list-guides {
325
- & { @apply indent-list-scaffold; li li { position: relative; margin-inline-start: 0; padding-inline-start: var(--indent, 1em) ; a { position: relative; margin-left: calc(var(--indent, 1em) * -1) ; padding-left: var(--indent, 1em) ; } & ::before, a::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background-color: var(--border-color) ; } a:hover::before { background-color: var(--border-hover-color) ; } } }
326
- }
327
-
328
- @utility prose {
329
- & { display: flex; flex-flow: column; gap: 1em; max-width: 100%; * + :where(h2, h3), * + :where(astro-island, astro-slot) > :where(:where(h2, h3) :first-child) { margin-top: 2em; scroll-margin-top: 2em; } * + :where(h4, h5, h6), * + :where(astro-island, astro-slot) > :where(:where(h4, h5, h6) :first-child) { margin-top: 1em; scroll-margin-top: 2em; } :where(ul, ol) { list-style-type: revert-layer; } > :where(ul, ol), > :where(astro-island, astro-slot) > :where(ul, ol) { list-style-position: outside; margin-left: 2em; :where(ul, ol) { padding-left: 2em; } li { font-variant-numeric: lining-nums; } li + li { margin-top: .25em; } li:has(li) + li { margin-top: .5em; } li> :where(ul, ol) { margin-top: .25em; } } :where(a) { text-decoration: underline; } > img, figure img { border: 1px solid oklch(90% 0 0deg); border-radius: var(--radius) ; } }
330
- }
331
-
332
- @utility square {
333
- width: var(--size) ; height: var(--size) ;
334
- }
335
-
336
- @utility circle {
337
- width: var(--size) ; height: var(--size) ; border-radius: 50%;
338
- }
339
-
340
- @utility roundrect {
341
- border-radius: var(--radius, 8px) ;
342
- }
343
-
344
- @utility pill {
345
- border-radius: 100em;
346
- }
347
-
348
- @utility simple-svg {
349
- :where(path) { fill: var(--fill-color) ; stroke: var(--stroke-color) ; stroke-width: var(--stroke-width) ; }
350
- }
351
-
352
- @utility table-scaffold {
353
- & { width: 100%; font-variant-numeric: lining-nums tabular-nums slashed-zero diagonal-fractions; }
354
- }
355
-
356
- @utility table-auto {
357
- :where(table) & { table-layout: auto; } :where(. table-grid) & { @apply grid-repeat-auto; }
358
- }
359
-
360
- @utility table-fixed {
361
- :where(table) & { table-layout: fixed; } :where(. table-grid) & { @apply grid-simple; }
362
- }
363
-
364
- @utility table-header-row {
365
- & { border-top: var(--header-row-border-top) ; border-bottom: var(--header-row-border-bottom) ; font-weight: bold; }
366
- }
367
-
368
- @utility table-header-column {
369
- font-weight: bold;
370
- }
371
-
372
- @utility table-cell {
373
- text-align: left; padding: var(--padding, var(--padding-x, .375rem)) var(--padding, var(--padding-y, .5rem)) ;
374
- }
375
-
376
- table {
377
- border-collapse: collapse;
378
- }
379
-
380
- @apply table-scaffold;
381
-
382
- table:has(thead) tr:nth-child(2n+2) {
383
- background-color: var(--alt-row-color);
384
- }
385
-
386
- table:not(:has(thead)) tr tr:nth-child(2n+3) {
387
- background-color: var(--alt-row-color);
388
- }
389
-
390
- @apply table-header-row;
391
- @apply table-header-column;
392
- @apply table-cell;
393
-
394
- .table-grid:where(table, [role="table"], [role="grid"]) {
395
- max-width: 100%;
396
- }
397
-
398
- @apply table-scaffold;
399
- @apply table-auto;
400
-
401
- .table-grid :where(thead, tbody, tfoot, [role="rowgroup"]) {
402
- display: contents;
403
- }
404
-
405
- .table-grid :where(tr, [role="row"]) {
406
- grid-column: 1 / -1;
407
- display: grid;
408
- grid-template-columns: subgrid;
409
- grid-template-rows: subgrid;
410
- }
411
-
412
- .table-grid :where(tr, [role="row"]):nth-child(2n+3) {
413
- background-color: var(--alt-row-color);
414
- }
415
-
416
- @apply table-header-row;
417
- @apply table-header-column;
418
-
419
- .table-grid :where([role="columnheader"], [role="rowheader"], [role="cell"], [role="gridcell"], th, td) {
420
- display: grid;
421
- align-items: center;
422
- }
423
-
424
- @apply table-cell;
425
-
426
- @utility writing-scaffold {
427
- transition: none;
428
- }
429
-
430
- @utility writing-normal {
431
- @apply writing-scaffold;
432
-
433
- writing-mode: horizontal-tb;
434
- }
435
-
436
- @utility writing-rotated-left {
437
- & { @apply writing-scaffold; writing-mode: vertical-rl; text-orientation: sideways; transform: rotate(180deg) ; }
438
- }
439
-
440
- @utility writing-rotated-right {
441
- & { @apply writing-scaffold; writing-mode: vertical-rl; text-orientation: sideways; }
442
- }
443
-
444
- @utility writing-downwards {
445
- & { @apply writing-scaffold; writing-mode: vertical-lr; text-orientation: upright; }
446
- }
447
-
448
- @utility writing-downards-lr {
449
- & { @apply writing-downwards; }
450
- }
451
-
452
- @utility writing-downwards-rl {
453
- & { @apply writing-scaffold; writing-mode: vertical-rl; text-orientation: upright; }
454
- }
455
-
456
- @theme {
457
- --gap: 1rem;
458
- }
459
-
460
- @utility micro {
461
- > * , > :where(. contents) > * , > * :where(astro-island, astro-slot) > * { flex-grow: var(--grow, 0) ; }
462
- }
463
-
464
- @utility horizontal {
465
- display: flex; flex-direction: row; gap: var(--gap-y, var(--gap)) var(--gap-x, var(--gap));> . spacer { margin-inline-start: auto; }
466
-
467
- @apply micro;
468
- }
469
-
470
- @utility vertical {
471
- display: flex; flex-direction: column; gap: var(--gap-y, var(--gap)) var(--gap-x, var(--gap)); width: 100%; max-width: 100%;> . spacer { margin-block-start: auto; }
472
-
473
- @apply micro;
474
- }
475
-
476
- @utility single-col {
477
- @apply vertical;
478
-
479
- align-items: stretch;
480
- }
481
-
482
- @utility flow {
483
- display: flex; flex-flow: row wrap; gap: var(--gap-y, var(--gap)) var(--gap-x, var(--gap));
484
-
485
- @apply micro;
486
- }
487
-
488
- @utility stack {
489
- & { position: relative; display: grid; grid-template-columns: minmax(min(0, 100%), 1fr) ; padding: 0;& ::before, & ::after, > * , > * :where(astro-island, astro-slot) > * { position: relative; z-index: 1; grid-column: 1 / span 1; grid-row: 1 / span 1; } > . background { overflow: hidden; position: absolute; inset: 0; } > . foreground { position: relative; z-index: 10; } }
490
- }
491
-
492
- @utility divider-scaffold {
493
- & { align-self: stretch; display: flex; align-items: center; padding: 0! important; border-radius: 0! important;& :where(:not(:empty)) { gap: var(--gap, 1rem) ; } & ::before, & ::after { content: ""; background-color: var(--border-color, currentColor) ; } }
494
- }
495
-
496
- @utility divider-x {
497
- & { @apply divider-scaffold; flex-grow: 1;& ::before, & ::after { flex-grow: 1; height: var(--border-width, 1px) ; } }
498
- }
499
-
500
- @utility divider-y {
501
- & { @apply divider-scaffold; align-self: stretch; display: flex; flex-direction: column; :where(. vertical, . single-col, . wrap) > & { flex-grow: 1; } & ::before, & ::after { flex-grow: 1; width: var(--border-width, 1px) ; } }
502
- }
503
-
504
- @utility divider-horizontal {
505
- @apply divider-x;
506
- }
507
-
508
- @utility divider-vertical {
509
- @apply divider-y;
510
- }
511
-
512
- @utility divider-between-x {
513
- & { @apply divider-scaffold;> * + * , > * + * :where(astro-island, astro-slot) > * { border-top-width: var(--border-width, 1px) ; border-color: var(--border-color) ; } }
514
- }
515
-
516
- @utility divider-between-y {
517
- & { @apply divider-scaffold;> * + * , > * + * :where(astro-island, astro-slot) > * { border-left-width: var(--border-width, 1px) ; border-color: var(--border-color) ; } }
518
- }
519
-
520
- @utility divider-between-horizontal {
521
- @apply divider-between-x;
522
- }
523
-
524
- @utility divider-between-vertical {
525
- @apply divider-between-y;
526
- }
527
-
528
- @utility breakout- * {
529
- margin-inline: --value(--spacing- * ) ;
530
- }
531
-
532
- @utility breakout-x- * {
533
- margin-inline: --value(--spacing- * ) ;
534
- }
535
-
536
- @utility breakout-l- * {
537
- margin-inline-start: --value(--spacing- * ) ;
538
- }
539
-
540
- @utility breakout-r- * {
541
- margin-inline-end: --value(--spacing- * ) ;
542
- }
543
-
544
- @utility breakout-y- * {
545
- margin-block: --value(--spacing- * ) ;
546
- }
547
-
548
- @utility breakout-t- * {
549
- margin-block-start: --value(--spacing- * ) ;
550
- }
551
-
552
- @utility breakout-b- * {
553
- margin-block-end: --value(--spacing- * ) ;
554
- }
555
-
556
- @utility new-stacking-context {
557
- transform: translateZ(0) ;
558
- }
559
-
560
- @theme {
561
- --snap-align: start; --snap-type: proximity; --scroll-margin: 1rem;
562
- }
563
-
564
- @utility scrollable {
565
- & { display: flex; gap: var(--gap, 1rem) ;> :where( * ) { flex-grow: 0; flex-shrink: 0; scroll-snap-align: var(--snap-align) ; scroll-margin: var(--scroll-margin) ; } }
566
- }
567
-
568
- @utility scrollable-x {
569
- & { @apply scrollable; overflow: auto hidden; flex-direction: row; max-width: 100%; scroll-snap-type: x var(--snap-type) ; }
570
- }
571
-
572
- @utility scrollable-y {
573
- & { @apply scrollable; overflow: hidden auto; flex-direction: column; scroll-snap-type: y var(--snap-type) ; }
574
- }
575
-
576
- @utility scrollable-preserve-outlines {
577
- & { box-sizing: content-box; margin: calc(var(--outline-width) * -1) ; padding: calc(var(--outline-width)) ; }
578
- }
579
-
580
- @utility snap-type- * {
581
- --snap-type: --value(--snap-type- * ) ;
582
- }
583
-
584
- @utility scrollable-nosnap {
585
- --snap-type: none;
586
- }
587
-
588
- @utility scrollable-horizontal {
589
- @apply scrollable-x;
590
- }
591
-
592
- @utility scrollable-vertical {
593
- @apply scrollable-y;
594
- }
595
-
596
- @utility shell-simple {
597
- & { display: flex; flex-direction: column; height: inherit;> . content { flex-grow: 1; } > . footer { flex-shrink: 0; } }
598
- }
599
-
600
- @utility shell-grid {
601
- & { display: grid; grid-template-columns: minmax(0, var(--lsb-width, auto)) minmax(0, 1fr) ; gap: var(--gap, 0) ; height: 100dvh; } & :has(> header) { grid-template-rows: auto 1fr; } & :has(> . rightsidebar) { grid-template-columns: minmax(0, var(--lsb-width, auto)) minmax(0, var(--content-width, 1fr)) minmax(0, var(--rsb-width, auto)) ; } & > . is(header, . Full) { grid-column: 1 / -1; } > . leftsidebar, > . rightsidebar, > . content { overflow: auto; grid-column-end: span var(--span, 1) ; height: auto; }
602
- }
603
-
604
- @theme {
605
- --cols: 1;
606
- }
607
-
608
- @utility grid-scaffold {
609
- & { display: grid; gap: var(--gap, 1rem) ; width: 100%; max-width: 100%; margin-inline: auto;> * , > * :where(. contents) > * , > * :where(astro-island, astro-slot) > * { grid-column: var(--start, auto) / span var(--span, 1) ; grid-row: var(--rowstart, auto) / span var(--rowspan, 1) ; max-width: 100%; } }
610
- }
611
-
612
- @utility grid-simple {
613
- @apply grid-scaffold;
614
-
615
- grid-template-columns: repeat(var(--cols), minmax(0, 1fr)) ;
616
- }
617
-
618
- @utility grid-repeat-auto {
619
- @apply grid-scaffold;
620
-
621
- grid-template-columns: repeat(var(--cols, 1), minmax(0, auto)) ;
622
- }
623
-
624
- @utility grid-fr-auto {
625
- @apply grid-scaffold;
626
-
627
- grid-template-columns: minmax(0, 1fr) minmax(0, auto) ;
628
- }
629
-
630
- @utility grid-auto-fr {
631
- @apply grid-scaffold;
632
-
633
- grid-template-columns: minmax(0, auto) minmax(0, 1fr) ;
634
- }
635
-
636
- @utility grid-with-breakout {
637
- & { @apply grid-scaffold; grid-template-columns: [breakout-start] 1fr [content-start] repeat(var(--cols, 1), minmax(0, 1fr)) [content-end] 1fr [breakout-end] ;> * :not([class*="breakout-full"]) { grid-column: content-start / content-end; } > * :where(. breakout-full) { grid-column: breakout-start / breakout-end; } }
638
- }
639
-
640
- @utility grid-gallery {
641
- @apply grid-scaffold;
642
-
643
- grid-template-columns: repeat(var(--fit, auto-fill), minmax(min(var(--item-width, 3rem), 100%), 1fr)) ;
644
- }
645
-
646
- @utility grid-gallery-fit {
647
- --fit: auto-fit;
648
-
649
- @apply grid-gallery;
650
- }
651
-
652
- @utility grid-gallery-fill {
653
- --fit: auto-fill;
654
-
655
- @apply grid-gallery;
656
- }
657
-
658
- @utility dense {
659
- grid-auto-flow: dense;
660
- }
661
-
662
- @utility dense-column {
663
- grid-auto-columns: dense;
664
- }
665
-
666
- @utility dense-row {
667
- grid-auto-rows: dense;
668
- }
669
-
670
- @utility subgrid-scaffold {
671
- display: grid; gap: inherit;
672
- }
673
-
674
- @utility subgrid {
675
- @apply subgrid-columns; @apply subgrid-rows;
676
-
677
- grid-template-columns: subgrid; grid-template-rows: subgrid;
678
- }
679
-
680
- @utility subgrid-columns {
681
- @apply subgrid-scaffold;
682
-
683
- grid-column: var(--start, auto) / span var(--span, 1) ; grid-template-columns: subgrid;> * :not([class*="subgrid"]) { grid-column-end: span var(--ispan, 1) ; width: 100%; max-width: 100%; }
684
- }
685
-
686
- @utility subgrid-rows {
687
- @apply subgrid-scaffold;
688
-
689
- grid-row: var(--rowstart, auto) / span var(--rowspan, 1) ; grid-template-rows: subgrid;> * :not([class*="subgrid"]) { grid-row-end: span var(--irowspan, 1) ; }
690
- }
691
-
692
- @utility masonry {
693
- @apply grid-repeat-auto;
694
-
695
- grid-template-rows: masonry;
696
- }
697
-
698
- @utility masonry-gallery {
699
- @apply masonry;
700
-
701
- grid-template-columns: repeat(auto-fill, minmax(min(var(--item-width, 3rem), 100%), 1fr)) ;
702
- }
703
-
704
- @utility flex-grid {
705
- display: flex; flex-flow: row wrap; gap: var(--gap, 1rem) ;> * , > * :where(astro-island, astro-slot) > * , > :where(. contents) > * { --one-column: var(--gap, 1rem) * (var(--cols, 1) - 1) ; flex: var(--grow, var(--span, 1)) var(--span, 1) calc((100% - var(--one-column)) / var(--cols, 1) * var(--span, 1) + (var(--span, 1) - 1) * var(--gap, 1rem)) ; min-width: min(100%, var(--item-width, 3rem)) ; max-width: 100%; }
706
- }
707
-
708
- @utility wrap {
709
- margin-inline: auto; padding-inline: var(--wrap-padding, 1rem) ;
710
- }
711
-
712
- @utility width-single-column {
713
- max-width: var(--width-single-column, 100%) ;
714
- }
715
-
716
- @utility width-narrow {
717
- max-width: var(--width-narrow, 100%) ;
718
- }
719
-
720
- @utility width-standard {
721
- max-width: var(--width-standard, 100%) ;
722
- }
723
-
724
- @utility width-text {
725
- max-width: var(--width-text, 100%) ;
726
- }
727
-
728
- @utility width-limit {
729
- max-width: var(--width-limit, 100%) ;
730
- }
731
-
732
- @theme {
733
- --nudge: 0; --nudge-x: 0; --nudge-y: 0;
734
- }
735
-
736
- @utility nudge-top {
737
- margin-block-start: var(--nudge-y, var(--nudge, 0)) ;
738
- }
739
-
740
- @utility nudge-topleft {
741
- margin-block-start: var(--nudge-y, var(--nudge, 0)) ; margin-inline-start: var(--nudge-x, var(--nudge, 0)) ;
742
- }
743
-
744
- @utility nudge-topright {
745
- margin-block-start: var(--nudge-y, var(--nudge, 0)) ; margin-inline-end: var(--nudge-x, var(--nudge, 0)) ;
746
- }
747
-
748
- @utility nudge-topfull {
749
- margin-block-start: var(--nudge-y, var(--nudge, 0)) ; margin-inline: var(--nudge-x, var(--nudge, 0)) ;
750
- }
751
-
752
- @utility nudge-bottomleft {
753
- margin-block-end: var(--nudge-y, var(--nudge, 0)) ; margin-inline-start: var(--nudge-x, var(--nudge, 0)) ;
754
- }
755
-
756
- @utility nudge-bottom {
757
- margin-block-end: var(--nudge-y, var(--nudge, 0)) ;
758
- }
759
-
760
- @utility nudge-bottomright {
761
- margin-block-end: var(--nudge-y, var(--nudge, 0)) ; margin-inline-end: var(--nudge-x, var(--nudge, 0)) ;
762
- }
763
-
764
- @utility nudge-bottomfull {
765
- margin-block-end: var(--nudge-y, var(--nudge, 0)) ; margin-inline: var(--nudge-x, var(--nudge, 0)) ;
766
- }
767
-
768
- @utility nudge-left {
769
- margin-inline-start: var(--nudge-x, var(--nudge, 0)) ;
770
- }
771
-
772
- @utility nudge-leftfull {
773
- margin-block: var(--nudge-y, var(--nudge, 0)) ; margin-inline-start: var(--nudge-x, var(--nudge, 0)) ;
774
- }
775
-
776
- @utility nudge-right {
777
- margin-inline-end: var(--nudge-x, var(--nudge, 0)) ;
778
- }
779
-
780
- @utility nudge-rightfull {
781
- margin-block: var(--nudge-y, var(--nudge, 0)) ; margin-inline-end: var(--nudge-x, var(--nudge, 0)) ;
782
- }
783
-
784
- @utility stack-pos-top {
785
- place-self: start center;
786
- }
787
-
788
- @utility stack-pos-topleft {
789
- place-self: start start;
790
- }
791
-
792
- @utility stack-pos-topright {
793
- place-self: start end;
794
- }
795
-
796
- @utility stack-pos-topfull {
797
- place-self: start stretch;
798
- }
799
-
800
- @utility stack-pos-bottomleft {
801
- place-self: end start;
802
- }
803
-
804
- @utility stack-pos-bottom {
805
- place-self: end center;
806
- }
807
-
808
- @utility stack-pos-bottomright {
809
- place-self: end end;
810
- }
811
-
812
- @utility stack-pos-bottomfull {
813
- place-self: end stretch;
814
- }
815
-
816
- @utility stack-pos-left {
817
- place-self: center start;
818
- }
819
-
820
- @utility stack-pos-lefttop {
821
- place-self: start start;
822
- }
823
-
824
- @utility stack-pos-leftbottom {
825
- place-self: end start;
826
- }
827
-
828
- @utility stack-pos-leftfull {
829
- place-self: stretch start;
830
- }
831
-
832
- @utility stack-pos-right {
833
- place-self: center end;
834
- }
835
-
836
- @utility stack-pos-righttop {
837
- place-self: start end;
838
- }
839
-
840
- @utility stack-pos-rightbottom {
841
- place-self: end end;
842
- }
843
-
844
- @utility stack-pos-rightfull {
845
- place-self: stretch end;
846
- }
847
-
848
- @utility stack-pos-center {
849
- place-self: center center;
850
- }
851
-
852
- @utility relative-pos {
853
- position: absolute;
854
- }
855
-
856
- @utility relative-pos-top {
857
- @apply relative-pos;
858
-
859
- inset-block-start: 0;
860
- }
861
-
862
- @utility relative-pos-topleft {
863
- @apply relative-pos; @apply relative-pos-top;
864
-
865
- inset-inline-start: 0;
866
- }
867
-
868
- @utility relative-pos-topright {
869
- @apply relative-pos; @apply relative-pos-top;
870
-
871
- inset-inline-end: 0;
872
- }
873
-
874
- @utility relative-pos-topfull {
875
- @apply relative-pos; @apply relative-pos-top;
876
-
877
- inset-inline: 0;
878
- }
879
-
880
- @utility relative-pos-bottom {
881
- @apply relative-pos;
882
-
883
- inset-block-end: 0;
884
- }
885
-
886
- @utility relative-pos-bottomleft {
887
- @apply relative-pos; @apply relative-pos-bottom;
888
-
889
- inset-inline-start: 0;
890
- }
891
-
892
- @utility relative-pos-bottomright {
893
- @apply relative-pos; @apply relative-pos-bottom;
894
-
895
- inset-inline-end: 0;
896
- }
897
-
898
- @utility relative-pos-bottomfull {
899
- @apply relative-pos;
900
-
901
- inset-block-end: 0; inset-inline: 0;
902
- }
903
-
904
- @utility relative-pos-left {
905
- @apply relative-pos;
906
-
907
- inset-inline-start: 0;
908
- }
909
-
910
- @utility relative-pos-lefttop {
911
- @apply relative-pos; @apply relative-pos-left;
912
-
913
- inset-block-start: 0;
914
- }
915
-
916
- @utility relative-pos-leftbottom {
917
- @apply relative-pos; @apply relative-pos-left;
918
-
919
- inset-block-end: 0;
920
- }
921
-
922
- @utility relative-pos-leftfull {
923
- @apply relative-pos; @apply relative-pos-left;
924
-
925
- inset-block: 0;
926
- }
927
-
928
- @utility relative-pos-right {
929
- @apply relative-pos;
930
-
931
- inset-inline-end: 0;
932
- }
933
-
934
- @utility relative-pos-righttop {
935
- @apply relative-pos; @apply relative-pos-right;
936
-
937
- inset-block-start: 0;
938
- }
939
-
940
- @utility relative-pos-rightbottom {
941
- @apply relative-pos; @apply relative-pos-right;
942
-
943
- inset-block-end: 0;
944
- }
945
-
946
- @utility relative-pos-rightfull {
947
- @apply relative-pos; @apply relative-pos-right;
948
-
949
- inset-block: 0;
950
- }
951
-
952
- @utility relative-pos-center {
953
- @apply relative-pos;
954
-
955
- top: 50%; left: 50%; transform: translate(-50%, -50%) ;
956
- }
957
-
958
- @utility relative-pos-overlay {
959
- @apply relative-pos;
960
-
961
- inset: 0;
962
- }
963
-
964
- @utility pos-top {
965
- @apply nudge-top; :where(. stack) > & { @apply stack-pos-top; } :where(. relative) > & { @apply relative-pos-top; }
966
- }
967
-
968
- @utility pos-topleft {
969
- @apply nudge-topleft; :where(. stack) > & { @apply stack-pos-topleft; } :where(. relative) > & { @apply relative-pos-topleft; }
970
- }
971
-
972
- @utility pos-topright {
973
- @apply nudge-topright; :where(. stack) > & { @apply stack-pos-topright; } :where(. relative) > & { @apply relative-pos-topright; }
974
- }
975
-
976
- @utility pos-topfull {
977
- @apply nudge-topfull; :where(. stack) > & { @apply stack-pos-topfull; } :where(. relative) > & { @apply relative-pos-topfull; }
978
- }
979
-
980
- @utility pos-bottom {
981
- @apply nudge-bottom; :where(. stack) > & { @apply stack-pos-bottom; } :where(. relative) > & { @apply relative-pos-bottom; }
982
- }
983
-
984
- @utility pos-bottomleft {
985
- @apply nudge-bottomleft; :where(. stack) > & { @apply stack-pos-bottomleft; } :where(. relative) > & { @apply relative-pos-bottomleft; }
986
- }
987
-
988
- @utility pos-bottomright {
989
- @apply nudge-bottomright; :where(. stack) > & { @apply stack-pos-bottomright; } :where(. relative) > & { @apply relative-pos-bottomright; }
990
- }
991
-
992
- @utility pos-bottomfull {
993
- @apply nudge-bottomfull; :where(. stack) > & { @apply stack-pos-bottomfull; } :where(. relative) > & { @apply relative-pos-bottomfull; }
994
- }
995
-
996
- @utility pos-left {
997
- @apply nudge-left; :where(. stack) > & { @apply stack-pos-left; } :where(. relative) > & { @apply relative-pos-left; }
998
- }
999
-
1000
- @utility pos-leftfull {
1001
- @apply nudge-leftfull; :where(. stack) > & { @apply stack-pos-leftfull; } :where(. relative) > & { @apply relative-pos-leftfull; }
1002
- }
1003
-
1004
- @utility pos-right {
1005
- @apply nudge-right; :where(. stack) > & { @apply stack-pos-right; } :where(. relative) > & { @apply relative-pos-right; }
1006
- }
1007
-
1008
- @utility pos-rightfull {
1009
- @apply nudge-rightfull; :where(. stack) > & { @apply stack-pos-rightfull; } :where(. relative) > & { @apply relative-pos-rightfull; }
1010
- }
1011
-
1012
- @utility pos-center {
1013
- :where(. stack) > & { @apply stack-pos-center; } :where(. relative) > & { @apply relative-pos-center; }
1014
- }
1015
-
1016
- @utility pos-overlay {
1017
- :where(. stack) > & { display: grid;> * { grid-column: 1 / span 1; grid-row: 1 / span 1; } } :where(. relative) > & { @apply relative-pos-overlay; }
1018
- }
1019
-
1020
- @theme {
1021
- --tx: 0%; --ty: 0%;
1022
- }
1023
-
1024
- @utility edge-scaffold {
1025
- transform: translateX(var(--tx, 0%)) translateY(var(--ty, 0%)) ; :where(. stack) > & { box-sizing: content-box; } :where(. relative> & ) { position: absolute; }
1026
- }
1027
-
1028
- @utility stack-edge-top {
1029
- place-self: start center;
1030
- }
1031
-
1032
- @utility stack-edge-topleft {
1033
- place-self: start start;
1034
- }
1035
-
1036
- @utility stack-edge-topright {
1037
- place-self: start end;
1038
- }
1039
-
1040
- @utility stack-edge-topfull {
1041
- place-self: start stretch;
1042
- }
1043
-
1044
- @utility stack-edge-bottom {
1045
- place-self: end center;
1046
- }
1047
-
1048
- @utility stack-edge-bottomleft {
1049
- place-self: end start;
1050
- }
1051
-
1052
- @utility stack-edge-bottomright {
1053
- place-self: end end;
1054
- }
1055
-
1056
- @utility stack-edge-bottomfull {
1057
- place-self: end stretch;
1058
- }
1059
-
1060
- @utility stack-edge-left {
1061
- place-self: center start;
1062
- }
1063
-
1064
- @utility stack-edge-leftfull {
1065
- place-self: stretch start;
1066
- }
1067
-
1068
- @utility stack-edge-right {
1069
- place-self: center end;
1070
- }
1071
-
1072
- @utility stack-edge-rightfull {
1073
- place-self: stretch end;
1074
- }
1075
-
1076
- @utility relative-edge-top {
1077
- inset-block-start: 0;
1078
- }
1079
-
1080
- @utility relative-edge-topleft {
1081
- inset-block-start: 0; inset-inline-start: 0;
1082
- }
1083
-
1084
- @utility relative-edge-topright {
1085
- inset-block-start: 0; inset-inline-end: 0;
1086
- }
1087
-
1088
- @utility relative-edge-topfull {
1089
- inset-block-start: 0; inset-inline: 0;
1090
- }
1091
-
1092
- @utility relative-edge-bottom {
1093
- inset-block-end: 0;
1094
- }
1095
-
1096
- @utility relative-edge-bottomfull {
1097
- inset-block-end: 0; inset-inline: 0;
1098
- }
1099
-
1100
- @utility relative-edge-bottomleft {
1101
- inset-block-end: 0; inset-inline-start: 0;
1102
- }
1103
-
1104
- @utility relative-edge-bottomright {
1105
- inset-block-end: 0; inset-inline-end: 0;
1106
- }
1107
-
1108
- @utility relative-edge-left {
1109
- inset-inline-start: 0;
1110
- }
1111
-
1112
- @utility relative-edge-leftfull { inset-block: 0;
1113
- inset-inline-start: 0;
1114
- }
1115
-
1116
- @utility relative-edge-right {
1117
- inset-inline-end: 0;
1118
- }
1119
-
1120
- @utility relative-edge-rightfull { inset-block: 0;
1121
- inset-inline-end: 0;
1122
- }
1123
-
1124
- @utility edge-adjust-top {
1125
- --ty: -50%;
1126
- }
1127
-
1128
- @utility edge-adjust-topleft-start {
1129
- @apply edge-adjust-top;
1130
-
1131
- --tx: -100%;
1132
- }
1133
-
1134
- @utility edge-adjust-topleft {
1135
- @apply edge-adjust-top;
1136
-
1137
- --tx: -50%;
1138
- }
1139
-
1140
- @utility edge-adjust-topleft-end {
1141
- @apply edge-adjust-top;
1142
-
1143
- --tx: 0%;
1144
- }
1145
-
1146
- @utility edge-adjust-topright-start {
1147
- @apply edge-adjust-top;
1148
-
1149
- --tx: 0%;
1150
- }
1151
-
1152
- @utility edge-adjust-topright {
1153
- @apply edge-adjust-top;
1154
-
1155
- --tx: 50%;
1156
- }
1157
-
1158
- @utility edge-adjust-topright-end {
1159
- @apply edge-adjust-top;
1160
-
1161
- --tx: 100%;
1162
- }
1163
-
1164
- @utility edge-adjust-bottom {
1165
- --ty: 50%;
1166
- }
1167
-
1168
- @utility edge-adjust-bottomleft-start {
1169
- @apply edge-adjust-bottom;
1170
-
1171
- --tx: -100%;
1172
- }
1173
-
1174
- @utility edge-adjust-bottomleft {
1175
- @apply edge-adjust-bottom;
1176
-
1177
- --tx: -50%;
1178
- }
1179
-
1180
- @utility edge-adjust-bottomleft-end {
1181
- @apply edge-adjust-bottom;
1182
-
1183
- --tx: 0%;
1184
- }
1185
-
1186
- @utility edge-adjust-bottomright-start {
1187
- @apply edge-adjust-bottom;
1188
-
1189
- --tx: 0%;
1190
- }
1191
-
1192
- @utility edge-adjust-bottomright {
1193
- @apply edge-adjust-bottom;
1194
-
1195
- --tx: 50%;
1196
- }
1197
-
1198
- @utility edge-adjust-bottomright-end {
1199
- @apply edge-adjust-bottom;
1200
-
1201
- --tx: 100%;
1202
- }
1203
-
1204
- @utility edge-adjust-left {
1205
- --tx: -50%;
1206
- }
1207
-
1208
- @utility edge-adjust-right {
1209
- --tx: 50%;
1210
- }
1211
-
1212
- @utility edge-top {
1213
- @apply edge-scaffold; @apply edge-adjust-top; :where(. stack) > & { @apply stack-edge-top; } :where(. relative) > & { @apply relative-edge-top; }
1214
- }
1215
-
1216
- @utility edge-topleft {
1217
- @apply edge-scaffold; @apply edge-adjust-topleft; :where(. stack) > & { @apply stack-edge-topleft; } :where(. relative) > & { @apply relative-edge-topleft; }
1218
- }
1219
-
1220
- @utility edge-topright {
1221
- @apply edge-scaffold; @apply edge-adjust-topright; :where(. stack) > & { @apply stack-edge-topright; } :where(. relative) > & { @apply relative-edge-topright; }
1222
- }
1223
-
1224
- @utility edge-topfull {
1225
- @apply edge-scaffold; @apply edge-adjust-top; :where(. stack) > & { @apply stack-edge-top; } :where(. relative) > & { @apply relative-edge-top; }
1226
- }
1227
-
1228
- @utility edge-bottom {
1229
- @apply edge-scaffold; @apply edge-adjust-bottom; :where(. stack) > & { @apply stack-edge-bottom; } :where(. relative) > & { @apply relative-edge-bottom; }
1230
- }
1231
-
1232
- @utility edge-bottomleft {
1233
- @apply edge-scaffold; @apply edge-adjust-bottomleft; :where(. stack) > & { @apply stack-edge-bottomleft; } :where(. relative) > & { @apply relative-edge-bottomleft; }
1234
- }
1235
-
1236
- @utility edge-bottomright {
1237
- @apply edge-scaffold; @apply edge-adjust-bottomright; :where(. stack) > & { @apply stack-edge-bottomright; } :where(. relative) > & { @apply relative-edge-bottomright; }
1238
- }
1239
-
1240
- @utility edge-bottomfull {
1241
- @apply edge-scaffold; @apply edge-adjust-bottom; :where(. stack) > & { @apply stack-edge-bottom; } :where(. relative) > & { @apply relative-edge-bottom; }
1242
- }
1243
-
1244
- @utility edge-left {
1245
- @apply edge-scaffold; @apply edge-adjust-left; :where(. stack) > & { @apply stack-edge-left; } :where(. relative) > & { @apply relative-edge-left; }
1246
- }
1247
-
1248
- @utility edge-leftfull {
1249
- @apply edge-scaffold; @apply edge-adjust-left; :where(. stack) > & { @apply stack-edge-left; } :where(. relative) > & { @apply relative-edge-left; }
1250
- }
1251
-
1252
- @utility edge-right {
1253
- @apply edge-scaffold; @apply edge-adjust-right; :where(. stack) > & { @apply stack-edge-right; } :where(. relative) > & { @apply relative-edge-right; }
1254
- }
1255
-
1256
- @utility edge-rightfull {
1257
- @apply edge-scaffold; @apply edge-adjust-right; :where(. stack) > & { @apply stack-edge-right; } :where(. relative) > & { @apply relative-edge-right; }
1258
- }
1259
-
1260
- @utility edge-topleft-start {
1261
- @apply edge-top; @apply edge-adjust-topleft-start;
1262
- }
1263
-
1264
- @utility edge-topleft-end {
1265
- @apply edge-top; @apply edge-adjust-topleft-end;
1266
- }
1267
-
1268
- @utility edge-topright-start {
1269
- @apply edge-top; @apply edge-adjust-topright-start;
1270
- }
1271
-
1272
- @utility edge-topright-end {
1273
- @apply edge-top; @apply edge-adjust-topright-end;
1274
- }
1275
-
1276
- @utility edge-bottomleft-start {
1277
- @apply edge-bottom; @apply edge-adjust-bottomleft-start;
1278
- }
1279
-
1280
- @utility edge-bottomleft-end {
1281
- @apply edge-bottom; @apply edge-adjust-bottomleft-end;
1282
- }
1283
-
1284
- @utility edge-bottomright-start {
1285
- @apply edge-bottom; @apply edge-adjust-bottomright-start;
1286
- }
1287
-
1288
- @utility edge-bottomright-end {
1289
- @apply edge-bottom; @apply edge-adjust-bottomright-end;
1290
- }
1291
-
1292
- @utility fixed-top {
1293
- position: fixed; top: 0; left: 0; right: 0;
1294
- }
1295
-
1296
- @utility fixed-topleft {
1297
- @apply fixed-top; @apply nudge-topleft;
1298
-
1299
- right: auto;
1300
- }
1301
-
1302
- @utility fixed-topright {
1303
- @apply fixed-top; @apply nudge-topright;
1304
-
1305
- left: auto;
1306
- }
1307
-
1308
- @utility fixed-topfull {
1309
- @apply fixed-top; @apply nudge-topfull;
1310
- }
1311
-
1312
- @utility fixed-bottom {
1313
- position: fixed; bottom: 0; left: 0; right: 0;
1314
- }
1315
-
1316
- @utility fixed-bottomleft {
1317
- @apply fixed-bottom; @apply nudge-bottomleft;
1318
-
1319
- right: auto;
1320
- }
1321
-
1322
- @utility fixed-bottomright {
1323
- @apply fixed-bottom; @apply nudge-bottomright;
1324
-
1325
- left: auto;
1326
- }
1327
-
1328
- @utility fixed-bottomfull {
1329
- @apply fixed-bottom; @apply nudge-bottomfull;
1330
- }
1331
-
1332
- @utility fixed-left {
1333
- position: fixed; top: 0; bottom: 0; left: 0;
1334
- }
1335
-
1336
- @utility fixed-leftfull {
1337
- @apply fixed-left; @apply nudge-leftfull;
1338
- }
1339
-
1340
- @utility fixed-right {
1341
- position: fixed; top: 0; bottom: 0; right: 0;
1342
- }
1343
-
1344
- @utility fixed-rightfull {
1345
- @apply fixed-right; @apply nudge-rightfull;
1346
- }
1347
-
1348
- @utility fixed-center {
1349
- position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) ;
1350
- }
1351
-
1352
- @utility fixed-overlay { pointer-events: none;
1353
- position: fixed; inset-block: var(--nudge-y, var(--nudge, 0)) ; inset-inline: var(--nudge-x, var(--nudge, 0)) ; display: grid;
1354
- }
1355
-
1356
- @utility sticky {
1357
- position: sticky; top: 0; z-index: var(--z-index, 15) ; :where([class*="grid"] > & ) { align-self: start; }
1358
- }
1359
-
1360
- @custom-variant sticking (& . sticking);
1361
-
1362
- @utility text-stroke {
1363
- @supports (-webkit-text-stroke-width: 1px) { -webkit-text-stroke-width: var(--stroke-width, .1em) ; -webkit-text-stroke-color: var(--stroke-color) ; paint-order: stroke fill; }
1364
- }
1365
-
1366
- @utility text-outline {
1367
- color: var(--stroke-color) ;
1368
-
1369
- @supports (-webkit-text-stroke-width: 1px) { font-size: calc(1em - var(--stroke-width, .1em) / 2) ; color: var(--bg-color) ; -webkit-text-stroke-width: var(--stroke-width, 2px) ; -webkit-text-stroke-color: var(--stroke-color) ; paint-order: stroke fill; }
1370
- }
1371
-
1372
- .highlight-bg {
1373
- line-height: 1;
1374
- background-image: linear-gradient(transparent .25em, var(--color) .25em, var(--color) 1em, transparent 1em);
1375
- }
1376
-
1377
- @utility hero {
1378
- @apply vertical;
1379
- }
1380
-
1381
- @utility hero-center {
1382
- @apply vertical items-center;
1383
- }