@solid-design-system/styles 2.0.0-next.0 → 2.0.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/cdn/modules/chip.css +1 -23
  3. package/cdn/modules/container.css +1 -116
  4. package/cdn/modules/copyright.css +1 -128
  5. package/cdn/modules/display.css +1 -59
  6. package/cdn/modules/flag.css +1 -22
  7. package/cdn/modules/footnotes.css +1 -165
  8. package/cdn/modules/headline.css +1 -137
  9. package/cdn/modules/hidden-links.css +1 -129
  10. package/cdn/modules/interactive.css +1 -94
  11. package/cdn/modules/leadtext.css +1 -38
  12. package/cdn/modules/list.css +1 -124
  13. package/cdn/modules/mark.css +1 -4
  14. package/cdn/modules/media.css +1 -12
  15. package/cdn/modules/meta.css +1 -46
  16. package/cdn/modules/pagination.css +1 -291
  17. package/cdn/modules/paragraph.css +1 -38
  18. package/cdn/modules/prose.css +1 -74
  19. package/cdn/modules/status-badge.css +1 -25
  20. package/cdn/modules/table-cell.css +1 -169
  21. package/cdn/modules/table.css +1 -30
  22. package/cdn/solid-styles.css +1 -961
  23. package/cdn-versioned/modules/chip.css +1 -23
  24. package/cdn-versioned/modules/container.css +1 -116
  25. package/cdn-versioned/modules/copyright.css +1 -128
  26. package/cdn-versioned/modules/display.css +1 -59
  27. package/cdn-versioned/modules/flag.css +1 -22
  28. package/cdn-versioned/modules/footnotes.css +1 -165
  29. package/cdn-versioned/modules/headline.css +1 -137
  30. package/cdn-versioned/modules/hidden-links.css +1 -129
  31. package/cdn-versioned/modules/interactive.css +1 -94
  32. package/cdn-versioned/modules/leadtext.css +1 -38
  33. package/cdn-versioned/modules/list.css +1 -124
  34. package/cdn-versioned/modules/mark.css +1 -4
  35. package/cdn-versioned/modules/media.css +1 -12
  36. package/cdn-versioned/modules/meta.css +1 -46
  37. package/cdn-versioned/modules/pagination.css +1 -291
  38. package/cdn-versioned/modules/paragraph.css +1 -38
  39. package/cdn-versioned/modules/prose.css +1 -74
  40. package/cdn-versioned/modules/status-badge.css +1 -25
  41. package/cdn-versioned/modules/table-cell.css +1 -169
  42. package/cdn-versioned/modules/table.css +1 -30
  43. package/cdn-versioned/solid-styles.css +1 -961
  44. package/dist/modules/chip.css +7 -6
  45. package/dist/modules/container.css +12 -11
  46. package/dist/modules/copyright.css +3 -2
  47. package/dist/modules/display.css +5 -4
  48. package/dist/modules/flag.css +6 -5
  49. package/dist/modules/footnotes.css +9 -8
  50. package/dist/modules/headline.css +6 -5
  51. package/dist/modules/hidden-links.css +2 -1
  52. package/dist/modules/interactive.css +12 -23
  53. package/dist/modules/leadtext.css +4 -3
  54. package/dist/modules/list.css +5 -4
  55. package/dist/modules/mark.css +2 -1
  56. package/dist/modules/media.css +3 -2
  57. package/dist/modules/meta.css +5 -4
  58. package/dist/modules/pagination.css +18 -17
  59. package/dist/modules/paragraph.css +4 -3
  60. package/dist/modules/prose.css +591 -12
  61. package/dist/modules/status-badge.css +6 -5
  62. package/dist/modules/table-cell.css +7 -6
  63. package/dist/modules/table.css +1 -0
  64. package/dist/solid-styles.css +635 -72
  65. package/dist-versioned/modules/chip.css +11 -10
  66. package/dist-versioned/modules/container.css +38 -37
  67. package/dist-versioned/modules/copyright.css +9 -8
  68. package/dist-versioned/modules/display.css +11 -10
  69. package/dist-versioned/modules/flag.css +10 -9
  70. package/dist-versioned/modules/footnotes.css +37 -36
  71. package/dist-versioned/modules/headline.css +34 -33
  72. package/dist-versioned/modules/hidden-links.css +6 -5
  73. package/dist-versioned/modules/interactive.css +28 -39
  74. package/dist-versioned/modules/leadtext.css +7 -6
  75. package/dist-versioned/modules/list.css +35 -34
  76. package/dist-versioned/modules/mark.css +3 -2
  77. package/dist-versioned/modules/media.css +7 -6
  78. package/dist-versioned/modules/meta.css +12 -11
  79. package/dist-versioned/modules/pagination.css +78 -77
  80. package/dist-versioned/modules/paragraph.css +7 -6
  81. package/dist-versioned/modules/prose.css +606 -27
  82. package/dist-versioned/modules/status-badge.css +12 -11
  83. package/dist-versioned/modules/table-cell.css +23 -22
  84. package/dist-versioned/modules/table.css +3 -2
  85. package/dist-versioned/solid-styles.css +801 -238
  86. package/package.json +1 -1
@@ -1,75 +1,654 @@
1
1
  /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
- @import url('./display.css');
3
- @import url('./headline.css');
4
- @import url('./interactive.css');
5
- @import url('./leadtext.css');
6
- @import url('./list.css');
7
- @import url('./paragraph.css');
8
- @import url('./media.css');
9
- @import url('./table-cell.css');
10
- @import url('./table.css');
11
2
  @layer properties;
12
- .sd-2-0-0-next-0-prose {
3
+ @layer theme, base, components, utilities;
4
+ .sd-2-0-0-next-1-display {
5
+ font-size: var(--sd-text-3xl);
6
+ line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
7
+ --tw-leading: var(--leading-tight, 1.25);
8
+ line-height: var(--leading-tight, 1.25);
9
+ --tw-font-weight: var(--sd-font-weight-normal);
10
+ font-weight: var(--sd-font-weight-normal);
11
+ color: var(--sd-color-text-black);
12
+ }
13
+ @media (width >= 64rem) {
14
+ .sd-2-0-0-next-1-display {
15
+ font-size: var(--sd-text-4xl);
16
+ line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)))
17
+ }
18
+ }
19
+ .sd-2-0-0-next-1-display--size-xl {
20
+ font-size: var(--sd-text-xl);
21
+ line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
22
+ --tw-leading: var(--leading-tight, 1.25);
23
+ line-height: var(--leading-tight, 1.25);
24
+ --tw-font-weight: var(--sd-font-weight-normal);
25
+ font-weight: var(--sd-font-weight-normal);
26
+ color: var(--sd-color-text-black);
27
+ }
28
+ .sd-2-0-0-next-1-display--size-3xl {
29
+ font-size: var(--sd-text-2xl);
30
+ line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
31
+ --tw-leading: var(--leading-tight, 1.25);
32
+ line-height: var(--leading-tight, 1.25);
33
+ --tw-font-weight: var(--sd-font-weight-normal);
34
+ font-weight: var(--sd-font-weight-normal);
35
+ color: var(--sd-color-text-black);
36
+ }
37
+ @media (width >= 64rem) {
38
+ .sd-2-0-0-next-1-display--size-3xl {
39
+ font-size: var(--sd-text-3xl);
40
+ line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)))
41
+ }
42
+ }
43
+ .sd-2-0-0-next-1-display--inverted {
44
+ color: var(--sd-color-text-white);
45
+ }
46
+ .sd-2-0-0-next-1-headline, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5) {
47
+ display: flex;
48
+ --tw-font-weight: var(--sd-font-weight-bold);
49
+ font-weight: var(--sd-font-weight-bold);
50
+ color: var(--sd-color-text-primary);
51
+ }
52
+ .sd-2-0-0-next-1-headline sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5) sd-icon {
53
+ flex-shrink: 0;
54
+ font-size: 3rem;
55
+ color: var(--sd-color-text-primary);
56
+ }
57
+ @media (width >= 40rem) {
58
+ .sd-2-0-0-next-1-headline sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5) sd-icon {
59
+ margin-top: var(--sd-spacing-2)
60
+ }
61
+ }
62
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline, .sd-2-0-0-next-1-headline:is(h1):not(.sd-2-0-0-next-1-headline), .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-2-0-0-next-1-headline) {
63
+ gap: var(--sd-spacing-4);
64
+ font-size: var(--sd-text-3xl);
65
+ line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
66
+ --tw-leading: var(--leading-tight, 1.25);
67
+ line-height: var(--leading-tight, 1.25);
68
+ }
69
+ @media (width >= 40rem) {
70
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline, .sd-2-0-0-next-1-headline:is(h1):not(.sd-2-0-0-next-1-headline), .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-2-0-0-next-1-headline) {
71
+ font-size: var(--sd-text-4xl);
72
+ line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)))
73
+ }
74
+ }
75
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline sd-icon, .sd-2-0-0-next-1-headline:is(h1):not(.sd-2-0-0-next-1-headline) sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-2-0-0-next-1-headline) sd-icon {
76
+ margin-top: calc(var(--sd-spacing-1) * -1);
77
+ }
78
+ @media (width >= 40rem) {
79
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline sd-icon, .sd-2-0-0-next-1-headline:is(h1):not(.sd-2-0-0-next-1-headline) sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-2-0-0-next-1-headline) sd-icon {
80
+ margin-top: calc(var(--sd-spacing-1) * 0)
81
+ }
82
+ }
83
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-3xl, .sd-2-0-0-next-1-headline:is(h2):not(.sd-2-0-0-next-1-headline), .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-3xl, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-2-0-0-next-1-headline) {
84
+ gap: var(--sd-spacing-4);
85
+ font-size: var(--sd-text-2xl);
86
+ line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
87
+ --tw-leading: var(--leading-tight, 1.25);
88
+ line-height: var(--leading-tight, 1.25);
89
+ }
90
+ @media (width >= 40rem) {
91
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-3xl, .sd-2-0-0-next-1-headline:is(h2):not(.sd-2-0-0-next-1-headline), .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-3xl, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-2-0-0-next-1-headline) {
92
+ font-size: var(--sd-text-3xl);
93
+ line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)))
94
+ }
95
+ }
96
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-3xl sd-icon, .sd-2-0-0-next-1-headline:is(h2):not(.sd-2-0-0-next-1-headline) sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-3xl sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-2-0-0-next-1-headline) sd-icon {
97
+ margin-top: calc(var(--sd-spacing-1) * -1);
98
+ }
99
+ @media (width >= 40rem) {
100
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-3xl sd-icon, .sd-2-0-0-next-1-headline:is(h2):not(.sd-2-0-0-next-1-headline) sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-3xl sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-2-0-0-next-1-headline) sd-icon {
101
+ margin-top: calc(var(--sd-spacing-1) * 0)
102
+ }
103
+ }
104
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-xl, .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-lg, .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-base, .sd-2-0-0-next-1-headline:is(h3, h4, h5):not(.sd-2-0-0-next-1-headline), .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-xl, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-lg, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-base, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-2-0-0-next-1-headline) {
105
+ gap: var(--sd-spacing-2);
106
+ color: var(--sd-color-text-black);
107
+ }
108
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-xl sd-icon, .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-lg sd-icon, .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-base sd-icon, .sd-2-0-0-next-1-headline:is(h3, h4, h5):not(.sd-2-0-0-next-1-headline) sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-xl sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-lg sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-base sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-2-0-0-next-1-headline) sd-icon {
109
+ font-size: 2rem;
110
+ }
111
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-xl, .sd-2-0-0-next-1-headline:is(h3):not(.sd-2-0-0-next-1-headline), .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-xl, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-2-0-0-next-1-headline) {
112
+ font-size: var(--sd-text-xl);
113
+ line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
114
+ }
115
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-xl sd-icon, .sd-2-0-0-next-1-headline:is(h3):not(.sd-2-0-0-next-1-headline) sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-xl sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-2-0-0-next-1-headline) sd-icon {
116
+ margin-top: var(--sd-spacing-0\.5);
117
+ }
118
+ @media (width >= 40rem) {
119
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-xl sd-icon, .sd-2-0-0-next-1-headline:is(h3):not(.sd-2-0-0-next-1-headline) sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-xl sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-2-0-0-next-1-headline) sd-icon {
120
+ margin-top: var(--sd-spacing-0\.5)
121
+ }
122
+ }
123
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-lg, .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-base, .sd-2-0-0-next-1-headline:is(h4, h5):not(.sd-2-0-0-next-1-headline), .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-lg, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-base, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h4, h5):not(.sd-2-0-0-next-1-headline) {
124
+ --tw-leading: var(--leading-normal, 1.5);
125
+ line-height: var(--leading-normal, 1.5);
126
+ }
127
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-lg, .sd-2-0-0-next-1-headline:is(h4), .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-lg, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h4) {
128
+ font-size: var(--sd-text-lg);
129
+ line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
130
+ }
131
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-lg sd-icon, .sd-2-0-0-next-1-headline:is(h4) sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-lg sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
132
+ margin-top: calc(var(--sd-spacing-1) * 0);
133
+ }
134
+ @media (width >= 40rem) {
135
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-lg sd-icon, .sd-2-0-0-next-1-headline:is(h4) sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-lg sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
136
+ margin-top: calc(var(--sd-spacing-1) * 0)
137
+ }
138
+ }
139
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-base, .sd-2-0-0-next-1-headline:is(h5):not(.sd-2-0-0-next-1-headline), .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-base, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-2-0-0-next-1-headline) {
140
+ font-size: var(--sd-text-base);
141
+ line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
142
+ }
143
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-base sd-icon, .sd-2-0-0-next-1-headline:is(h5):not(.sd-2-0-0-next-1-headline) sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-base sd-icon, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-2-0-0-next-1-headline) sd-icon {
144
+ margin-top: calc(var(--sd-spacing-1) * -1);
145
+ }
146
+ .sd-2-0-0-next-1-headline.sd-2-0-0-next-1-headline--size-base mark, .sd-2-0-0-next-1-headline:is(h5):not(.sd-2-0-0-next-1-headline) mark, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-1-headline--size-base mark, .sd-2-0-0-next-1-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-2-0-0-next-1-headline) mark {
147
+ color: inherit;
148
+ }
149
+ .sd-2-0-0-next-1-headline--inline {
150
+ display: inline-block;
151
+ }
152
+ .sd-2-0-0-next-1-headline--inline sd-icon {
153
+ margin-top: calc(var(--sd-spacing-1) * -1);
154
+ margin-right: var(--sd-spacing-2);
155
+ vertical-align: middle;
156
+ }
157
+ .sd-2-0-0-next-1-headline--inline:is(.sd-2-0-0-next-1-headline--size-xl, .sd-2-0-0-next-1-headline--size-lg, .sd-2-0-0-next-1-headline--size-base) sd-icon {
158
+ margin-right: var(--sd-spacing-0\.5);
159
+ }
160
+ .sd-2-0-0-next-1-headline--inverted:not(#_), .sd-2-0-0-next-1-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-2-0-0-next-1-headline):not(#_) {
161
+ color: var(--sd-color-text-white);
162
+ }
163
+ .sd-2-0-0-next-1-headline--inverted:not(#_) sd-icon, .sd-2-0-0-next-1-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-2-0-0-next-1-headline):not(#_) sd-icon {
164
+ color: var(--sd-color-text-white);
165
+ }
166
+ .sd-2-0-0-next-1-prose a--reset, .sd-2-0-0-next-1-interactive--reset {
167
+ all: unset;
168
+ outline: revert;
169
+ }
170
+ .sd-2-0-0-next-1-prose a, .sd-2-0-0-next-1-interactive{
171
+ cursor: pointer;
172
+ color: var(--sd-color-text-primary);
173
+ text-decoration-line: underline;
174
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
175
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
176
+ transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
177
+ --tw-duration: var(--sd-duration-fast, 150ms);
178
+ transition-duration: var(--sd-duration-fast, 150ms);
179
+ --tw-ease: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
180
+ transition-timing-function: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
181
+ }
182
+ .sd-2-0-0-next-1-prose a:hover:not([disabled]), .sd-2-0-0-next-1-interactive:hover:not([disabled]) {
183
+ color: var(--sd-color-text-primary-500);
184
+ }
185
+ .sd-2-0-0-next-1-prose a:focus-visible, .sd-2-0-0-next-1-interactive:focus-visible {
186
+ outline-style: solid;
187
+ outline-offset: 2px;
188
+ outline-width: 2px;
189
+ outline-color: var(--outline-color-primary);
190
+ }
191
+ .sd-2-0-0-next-1-prose a:active:not([disabled]), .sd-2-0-0-next-1-interactive:active:not([disabled]) {
192
+ color: var(--sd-interactive--active-color-text, var(--sd-color-primary-800));
193
+ }
194
+ .sd-2-0-0-next-1-prose a:is(.sd-2-0-0-next-1-interactive), .sd-2-0-0-next-1-interactive:is(.sd-2-0-0-next-1-interactive) {
195
+ text-decoration-line: none;
196
+ }
197
+ .sd-2-0-0-next-1-prose a--disabled, .sd-2-0-0-next-1-prose a[disabled], .sd-2-0-0-next-1-prose a[href=''], .sd-2-0-0-next-1-interactive--disabled, .sd-2-0-0-next-1-interactive[disabled], .sd-2-0-0-next-1-interactive[href=''] {
198
+ cursor: not-allowed;
199
+ color: var(--sd-color-text-neutral-500);
200
+ }
201
+ .sd-2-0-0-next-1-prose a--disabled:hover:not([disabled]), .sd-2-0-0-next-1-prose a[disabled]:hover:not([disabled]), .sd-2-0-0-next-1-prose a[href='']:hover:not([disabled]), .sd-2-0-0-next-1-interactive--disabled:hover:not([disabled]), .sd-2-0-0-next-1-interactive[disabled]:hover:not([disabled]), .sd-2-0-0-next-1-interactive[href='']:hover:not([disabled]) {
202
+ color: var(--sd-color-text-neutral-500);
203
+ }
204
+ .sd-2-0-0-next-1-prose a--disabled:active:not([disabled]), .sd-2-0-0-next-1-prose a[disabled]:active:not([disabled]), .sd-2-0-0-next-1-prose a[href='']:active:not([disabled]), .sd-2-0-0-next-1-interactive--disabled:active:not([disabled]), .sd-2-0-0-next-1-interactive[disabled]:active:not([disabled]), .sd-2-0-0-next-1-interactive[href='']:active:not([disabled]) {
205
+ color: var(--sd-color-text-neutral-500);
206
+ }
207
+ .sd-2-0-0-next-1-prose a--disabled.sd-2-0-0-next-1-interactive--inverted, .sd-2-0-0-next-1-prose a[disabled].sd-2-0-0-next-1-interactive--inverted, .sd-2-0-0-next-1-prose a[href=''].sd-2-0-0-next-1-interactive--inverted, .sd-2-0-0-next-1-interactive--disabled.sd-2-0-0-next-1-interactive--inverted, .sd-2-0-0-next-1-interactive[disabled].sd-2-0-0-next-1-interactive--inverted, .sd-2-0-0-next-1-interactive[href=''].sd-2-0-0-next-1-interactive--inverted {
208
+ color: var(--sd-color-text-neutral-600);
209
+ }
210
+ .sd-2-0-0-next-1-prose a--disabled.sd-2-0-0-next-1-interactive--inverted:hover:not([disabled]), .sd-2-0-0-next-1-prose a[disabled].sd-2-0-0-next-1-interactive--inverted:hover:not([disabled]), .sd-2-0-0-next-1-prose a[href=''].sd-2-0-0-next-1-interactive--inverted:hover:not([disabled]), .sd-2-0-0-next-1-interactive--disabled.sd-2-0-0-next-1-interactive--inverted:hover:not([disabled]), .sd-2-0-0-next-1-interactive[disabled].sd-2-0-0-next-1-interactive--inverted:hover:not([disabled]), .sd-2-0-0-next-1-interactive[href=''].sd-2-0-0-next-1-interactive--inverted:hover:not([disabled]) {
211
+ color: var(--sd-color-text-neutral-600);
212
+ }
213
+ .sd-2-0-0-next-1-prose a--disabled.sd-2-0-0-next-1-interactive--inverted:active:not([disabled]), .sd-2-0-0-next-1-prose a[disabled].sd-2-0-0-next-1-interactive--inverted:active:not([disabled]), .sd-2-0-0-next-1-prose a[href=''].sd-2-0-0-next-1-interactive--inverted:active:not([disabled]), .sd-2-0-0-next-1-interactive--disabled.sd-2-0-0-next-1-interactive--inverted:active:not([disabled]), .sd-2-0-0-next-1-interactive[disabled].sd-2-0-0-next-1-interactive--inverted:active:not([disabled]), .sd-2-0-0-next-1-interactive[href=''].sd-2-0-0-next-1-interactive--inverted:active:not([disabled]) {
214
+ color: var(--sd-color-text-neutral-600);
215
+ }
216
+ .sd-2-0-0-next-1-prose--inverted a, .sd-2-0-0-next-1-interactive--inverted {
217
+ color: var(--sd-color-text-white);
218
+ }
219
+ .sd-2-0-0-next-1-prose--inverted a:hover:not([disabled]), .sd-2-0-0-next-1-interactive--inverted:hover:not([disabled]) {
220
+ color: var(--sd-color-text-primary-200);
221
+ }
222
+ .sd-2-0-0-next-1-prose--inverted a:focus-visible, .sd-2-0-0-next-1-interactive--inverted:focus-visible {
223
+ outline-style: solid;
224
+ outline-offset: 2px;
225
+ outline-width: 2px;
226
+ outline-color: var(--outline-color-primary);
227
+ }
228
+ .sd-2-0-0-next-1-prose--inverted a:active:not([disabled]), .sd-2-0-0-next-1-interactive--inverted:active:not([disabled]) {
229
+ color: var(--sd-color-text-primary-400);
230
+ }
231
+ .sd-2-0-0-next-1-prose > .sd-2-0-0-next-1-leadtext, .sd-2-0-0-next-1-leadtext {
232
+ font-size: var(--sd-text-xl);
233
+ line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
234
+ --tw-leading: var(--leading-normal, 1.5);
235
+ line-height: var(--leading-normal, 1.5);
236
+ --tw-font-weight: var(--sd-font-weight-normal);
237
+ font-weight: var(--sd-font-weight-normal);
238
+ color: var(--sd-color-text-black);
239
+ }
240
+ .sd-2-0-0-next-1-prose > .sd-2-0-0-next-1-leadtext--size-lg, .sd-2-0-0-next-1-leadtext--size-lg {
241
+ font-size: var(--sd-text-lg);
242
+ line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
243
+ --tw-leading: var(--leading-normal, 1.5);
244
+ line-height: var(--leading-normal, 1.5);
245
+ --tw-font-weight: var(--sd-font-weight-normal);
246
+ font-weight: var(--sd-font-weight-normal);
247
+ color: var(--sd-color-text-black);
248
+ }
249
+ .sd-2-0-0-next-1-prose--inverted > .sd-2-0-0-next-1-leadtext, .sd-2-0-0-next-1-leadtext--inverted {
250
+ color: var(--sd-color-text-white);
251
+ }
252
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon), .sd-2-0-0-next-1-prose > :is(ol, ul) {
253
+ list-style-position: revert;
254
+ list-style-type: revert;
255
+ padding: revert;
256
+ padding-block: var(--sd-spacing-4);
257
+ padding-left: var(--sd-spacing-4);
258
+ text-align: left;
259
+ }
260
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon) li:not(:first-child), .sd-2-0-0-next-1-prose > :is(ol, ul) li:not(:first-child) {
261
+ margin-top: var(--sd-spacing-3);
262
+ }
263
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon) ul, .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon) ol, .sd-2-0-0-next-1-prose > :is(ol, ul) ul, .sd-2-0-0-next-1-prose > :is(ol, ul) ol {
264
+ all: revert;
265
+ padding-top: 0.75em;
266
+ padding-left: 1.4em;
267
+ }
268
+ @supports not (-webkit-hyphens: none) {
269
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon) li, .sd-2-0-0-next-1-prose > :is(ol, ul) li {
270
+ padding-left: 0.3em;
271
+ }
272
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ol):not(.sd-2-0-0-next-1-list--icon), .sd-2-0-0-next-1-prose > :is(ol, ul):is(ol):not(.sd-2-0-0-next-1-list--icon) {
273
+ counter-reset: item;
274
+ }
275
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ol):not(.sd-2-0-0-next-1-list--icon) > li, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ol):not(.sd-2-0-0-next-1-list--icon) > li {
276
+ counter-increment: item;
277
+ }
278
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ol):not(.sd-2-0-0-next-1-list--icon) > li::marker, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ol):not(.sd-2-0-0-next-1-list--icon) > li::marker {
279
+ content: counters(item, '.', decimal) '. ';
280
+ }
281
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ol):not(.sd-2-0-0-next-1-list--icon) > li > ol, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ol):not(.sd-2-0-0-next-1-list--icon) > li > ol {
282
+ padding-left: 1.9em;
283
+ counter-reset: subitem;
284
+ }
285
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ol):not(.sd-2-0-0-next-1-list--icon) > li > ol > li, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ol):not(.sd-2-0-0-next-1-list--icon) > li > ol > li {
286
+ counter-increment: subitem;
287
+ }
288
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ol):not(.sd-2-0-0-next-1-list--icon) > li > ol > li::marker, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ol):not(.sd-2-0-0-next-1-list--icon) > li > ol > li::marker {
289
+ content: counters(item, '.', decimal) '.' counters(subitem, '.', decimal) '. ';
290
+ }
291
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ol):not(.sd-2-0-0-next-1-list--icon) > li > ol > li > ol, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ol):not(.sd-2-0-0-next-1-list--icon) > li > ol > li > ol {
292
+ padding-left: 2.7em;
293
+ counter-reset: subsubitem;
294
+ }
295
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ol):not(.sd-2-0-0-next-1-list--icon) > li > ol > li > ol > li, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ol):not(.sd-2-0-0-next-1-list--icon) > li > ol > li > ol > li {
296
+ counter-increment: subsubitem;
297
+ }
298
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ol):not(.sd-2-0-0-next-1-list--icon) > li > ol > li > ol > li::marker, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ol):not(.sd-2-0-0-next-1-list--icon) > li > ol > li > ol > li::marker {
299
+ content: counters(item, '.', decimal) '.' counters(subitem, '.', decimal) '.' counters(subsubitem, '.', decimal) '. ';
300
+ }
301
+ }
302
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ul):not(.sd-2-0-0-next-1-list--icon), .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon) ul, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ul):not(.sd-2-0-0-next-1-list--icon), .sd-2-0-0-next-1-prose > :is(ol, ul) ul {
303
+ padding-left: 0.5em;
304
+ }
305
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ul):not(.sd-2-0-0-next-1-list--icon) > li, .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon) ul > li, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ul):not(.sd-2-0-0-next-1-list--icon) > li, .sd-2-0-0-next-1-prose > :is(ol, ul) ul > li {
306
+ padding-left: 0.75em;
307
+ list-style-type: '\2022';
308
+ }
309
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ul):not(.sd-2-0-0-next-1-list--icon) > li > ul, .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon) ul > li > ul, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ul):not(.sd-2-0-0-next-1-list--icon) > li > ul, .sd-2-0-0-next-1-prose > :is(ol, ul) ul > li > ul {
310
+ padding-left: 0.3em;
311
+ }
312
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ul):not(.sd-2-0-0-next-1-list--icon) > li > ul > li, .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon) ul > li > ul > li, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ul):not(.sd-2-0-0-next-1-list--icon) > li > ul > li, .sd-2-0-0-next-1-prose > :is(ol, ul) ul > li > ul > li {
313
+ list-style-type: '\002B1D';
314
+ }
315
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ul):not(.sd-2-0-0-next-1-list--icon) > li > ul > li > ul, .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon) ul > li > ul > li > ul, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ul):not(.sd-2-0-0-next-1-list--icon) > li > ul > li > ul, .sd-2-0-0-next-1-prose > :is(ol, ul) ul > li > ul > li > ul {
316
+ padding-left: 0.4em;
317
+ }
318
+ .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon):is(ul):not(.sd-2-0-0-next-1-list--icon) > li > ul > li > ul > li, .sd-2-0-0-next-1-list:not(.sd-2-0-0-next-1-list--icon) ul > li > ul > li > ul > li, .sd-2-0-0-next-1-prose > :is(ol, ul):is(ul):not(.sd-2-0-0-next-1-list--icon) > li > ul > li > ul > li, .sd-2-0-0-next-1-prose > :is(ol, ul) ul > li > ul > li > ul > li {
319
+ list-style-type: '\2010';
320
+ }
321
+ .sd-2-0-0-next-1-list--icon {
322
+ padding-block: var(--sd-spacing-4);
323
+ text-align: left;
324
+ }
325
+ .sd-2-0-0-next-1-list--icon li sd-icon:first-of-type, .sd-2-0-0-next-1-list--icon li .sd-2-0-0-next-1-list--icon__icon:first-of-type {
326
+ color: var(--sd-color-text-white);
327
+ }
328
+ .sd-2-0-0-next-1-list--icon{
329
+ list-style-type: '';
330
+ }
331
+ .sd-2-0-0-next-1-list--icon > li:first-of-type {
332
+ padding-top: calc(var(--sd-spacing-1) * 0);
333
+ }
334
+ .sd-2-0-0-next-1-list--icon li {
335
+ position: relative;
336
+ padding-top: var(--sd-spacing-3);
337
+ padding-left: var(--sd-spacing-10);
338
+ --tw-leading: 32px;
339
+ line-height: 32px;
340
+ }
341
+ .sd-2-0-0-next-1-list--icon li > sd-icon:first-of-type, .sd-2-0-0-next-1-list--icon li > .sd-2-0-0-next-1-list--icon__icon:first-of-type {
342
+ position: absolute;
343
+ left: calc(var(--sd-spacing-1) * 0);
344
+ font-size: var(--sd-text-3xl);
345
+ line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
346
+ color: var(--sd-color-text-primary);
347
+ }
348
+ .sd-2-0-0-next-1-list--icon.sd-2-0-0-next-1-list--horizontal {
349
+ display: flex;
350
+ }
351
+ .sd-2-0-0-next-1-list--icon.sd-2-0-0-next-1-list--horizontal li {
352
+ display: flex;
353
+ padding-top: calc(var(--sd-spacing-1) * 0);
354
+ }
355
+ .sd-2-0-0-next-1-list--icon.sd-2-0-0-next-1-list--horizontal li:not(:last-child) {
356
+ margin-right: var(--sd-spacing-8);
357
+ }
358
+ .sd-2-0-0-next-1-list--inverted, .sd-2-0-0-next-1-prose--inverted > :is(ol, ul) {
359
+ color: var(--sd-color-text-white);
360
+ }
361
+ .sd-2-0-0-next-1-list--inverted li > sd-icon:first-of-type, .sd-2-0-0-next-1-list--inverted li > .sd-2-0-0-next-1-list--icon__icon:first-of-type, .sd-2-0-0-next-1-prose--inverted > :is(ol, ul) li > sd-icon:first-of-type, .sd-2-0-0-next-1-prose--inverted > :is(ol, ul) li > .sd-2-0-0-next-1-list--icon__icon:first-of-type {
362
+ color: var(--sd-color-text-white);
363
+ }
364
+ .sd-2-0-0-next-1-paragraph, .sd-2-0-0-next-1-prose p {
365
+ font-size: var(--sd-text-base);
366
+ line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
367
+ --tw-leading: var(--leading-normal, 1.5);
368
+ line-height: var(--leading-normal, 1.5);
369
+ --tw-font-weight: var(--sd-font-weight-normal);
370
+ font-weight: var(--sd-font-weight-normal);
371
+ color: var(--sd-color-text-black);
372
+ }
373
+ .sd-2-0-0-next-1-paragraph--size-sm, .sd-2-0-0-next-1-prose p--size-sm {
374
+ font-size: var(--sd-text-sm);
375
+ line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
376
+ --tw-leading: var(--leading-normal, 1.5);
377
+ line-height: var(--leading-normal, 1.5);
378
+ --tw-font-weight: var(--sd-font-weight-normal);
379
+ font-weight: var(--sd-font-weight-normal);
380
+ color: var(--sd-color-text-black);
381
+ }
382
+ .sd-2-0-0-next-1-paragraph--inverted, .sd-2-0-0-next-1-prose--inverted p {
383
+ color: var(--sd-color-text-white);
384
+ }
385
+ .sd-2-0-0-next-1-prose figure, figure.sd-2-0-0-next-1-media {
386
+ margin: calc(var(--sd-spacing-1) * 0);
387
+ }
388
+ .sd-2-0-0-next-1-prose figure figcaption, figure.sd-2-0-0-next-1-media figcaption {
389
+ color: var(--sd-color-text-neutral-700);
390
+ }
391
+ .sd-2-0-0-next-1-prose figure figcaption:last-child, figure.sd-2-0-0-next-1-media figcaption:last-child {
392
+ margin-top: var(--sd-spacing-3);
393
+ }
394
+ .sd-2-0-0-next-1-prose--inverted figure figcaption, figure.sd-2-0-0-next-1-media--inverted figcaption {
395
+ color: var(--sd-color-text-primary-400);
396
+ }
397
+ .sd-2-0-0-next-1-prose td, .sd-2-0-0-next-1-prose th, .sd-2-0-0-next-1-table-cell {
398
+ border-inline-style: var(--tw-border-style);
399
+ border-inline-width: 0px;
400
+ border-block-style: var(--tw-border-style);
401
+ border-block-width: 1px;
402
+ --tw-border-style: solid;
403
+ border-style: solid;
404
+ border-color: var(--sd-color-border-neutral-400);
405
+ background-color: transparent;
406
+ padding: var(--sd-spacing-4);
407
+ text-align: left;
408
+ font-size: var(--sd-text-sm);
409
+ line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
410
+ color: var(--sd-color-text-black);
411
+ }
412
+ .sd-2-0-0-next-1-table-cell--divider {
413
+ border-right-style: var(--tw-border-style);
414
+ border-right-width: 1px;
415
+ }
416
+ .sd-2-0-0-next-1-table-cell--shadow-top:after, .sd-2-0-0-next-1-table-cell--shadow-bottom:after, .sd-2-0-0-next-1-table-cell--shadow-left:after, .sd-2-0-0-next-1-table-cell--shadow-right:after {
417
+ pointer-events: none;
418
+ position: absolute;
419
+ --tw-gradient-from: color-mix(in oklab, #000 var(--sd-opacity-10), transparent);
420
+ --tw-gradient-to: transparent;
421
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
422
+ opacity: var(--sd-opacity-0);
423
+ transition-property: opacity;
424
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
425
+ transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
426
+ --tw-duration: 300ms;
427
+ transition-duration: 300ms;
428
+ --tw-content: '';
429
+ content: var(--tw-content);
430
+ }
431
+ .sd-2-0-0-next-1-table-cell--shadow-top:after, .sd-2-0-0-next-1-table-cell--shadow-bottom:after {
432
+ right: calc(var(--sd-spacing-1) * 0);
433
+ left: calc(var(--sd-spacing-1) * 0);
434
+ height: calc(var(--sd-spacing-1) * 2.5);
435
+ }
436
+ .sd-2-0-0-next-1-table-cell--shadow-top:before, .sd-2-0-0-next-1-table-cell--shadow-bottom:before {
437
+ position: absolute;
438
+ left: calc(var(--sd-spacing-1) * 0);
439
+ display: block;
440
+ height: 1px;
441
+ width: 100%;
442
+ border-style: var(--tw-border-style);
443
+ border-width: 0.5px;
444
+ border-color: var(--sd-color-border-neutral-400);
445
+ --tw-content: '';
446
+ content: var(--tw-content);
447
+ }
448
+ .sd-2-0-0-next-1-table-cell--shadow-left:after, .sd-2-0-0-next-1-table-cell--shadow-right:after {
449
+ top: calc(var(--sd-spacing-1) * 0);
450
+ bottom: calc(var(--sd-spacing-1) * 0);
451
+ width: calc(var(--sd-spacing-1) * 2.5);
452
+ }
453
+ .sd-2-0-0-next-1-table-cell.sd-2-0-0-next-1-table-cell--shadow-active:after {
454
+ opacity: 100%;
455
+ }
456
+ .sd-2-0-0-next-1-table-cell--shadow-top:after {
457
+ top: -10px;
458
+ --tw-gradient-position: to top in oklab;
459
+ background-image: linear-gradient(var(--tw-gradient-stops));
460
+ }
461
+ .sd-2-0-0-next-1-table-cell--shadow-top:before {
462
+ bottom: -1px;
463
+ }
464
+ .sd-2-0-0-next-1-table-cell--shadow-bottom:after {
465
+ bottom: -10px;
466
+ --tw-gradient-position: to bottom in oklab;
467
+ background-image: linear-gradient(var(--tw-gradient-stops));
468
+ }
469
+ .sd-2-0-0-next-1-table-cell--shadow-bottom:before {
470
+ top: -1px;
471
+ }
472
+ .sd-2-0-0-next-1-table-cell--shadow-left:after {
473
+ left: -10px;
474
+ --tw-gradient-position: to left in oklab;
475
+ background-image: linear-gradient(var(--tw-gradient-stops));
476
+ }
477
+ .sd-2-0-0-next-1-table-cell--shadow-right:after {
478
+ right: -10px;
479
+ --tw-gradient-position: to right in oklab;
480
+ background-image: linear-gradient(var(--tw-gradient-stops));
481
+ }
482
+ .sd-2-0-0-next-1-table-cell--bg-white {
483
+ background-color: var(--sd-color-background-white);
484
+ }
485
+ .sd-2-0-0-next-1-table-cell--bg-primary-100 {
486
+ background-color: var(--sd-color-background-primary-100);
487
+ }
488
+ .sd-2-0-0-next-1-table-cell--bg-neutral-100 {
489
+ background-color: var(--sd-color-background-neutral-100);
490
+ }
491
+ .sd-2-0-0-next-1-table, .sd-2-0-0-next-1-prose table {
492
+ all: unset;
493
+ display: table;
494
+ border-collapse: collapse;
495
+ --tw-border-spacing-x: calc(var(--sd-spacing-1) * 0);
496
+ --tw-border-spacing-y: calc(var(--sd-spacing-1) * 0);
497
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
498
+ }
499
+ .sd-2-0-0-next-1-table thead tr:first-of-type, .sd-2-0-0-next-1-table tfoot tr:first-of-type, .sd-2-0-0-next-1-prose table thead tr:first-of-type, .sd-2-0-0-next-1-prose table tfoot tr:first-of-type {
500
+ position: relative;
501
+ }
502
+ .sd-2-0-0-next-1-prose {
13
503
  max-width: 80ch;
14
504
  text-align: left;
15
505
  }
16
- .sd-2-0-0-next-0-prose > *:not(:first-child) {
506
+ .sd-2-0-0-next-1-prose > *:not(:first-child) {
17
507
  margin-top: var(--sd-spacing-4);
18
508
  }
19
- .sd-2-0-0-next-0-prose > *:first-child {
509
+ .sd-2-0-0-next-1-prose > *:first-child {
20
510
  margin-top: calc(var(--sd-spacing-1) * 0);
21
511
  }
22
- .sd-2-0-0-next-0-prose > :is(h1, h2, h3, h4, h5):not(#_) + :is(h1, h2, h3, h4, h5) {
512
+ .sd-2-0-0-next-1-prose > :is(h1, h2, h3, h4, h5):not(#_) + :is(h1, h2, h3, h4, h5) {
23
513
  margin-top: var(--sd-spacing-2);
24
514
  }
25
- .sd-2-0-0-next-0-prose > *:not(:is(h1, h2, h3, h4, h5)) + :is(h1, h2, h3, h4, h5):not(#_) {
515
+ .sd-2-0-0-next-1-prose > *:not(:is(h1, h2, h3, h4, h5)) + :is(h1, h2, h3, h4, h5):not(#_) {
26
516
  margin-top: var(--sd-spacing-8);
27
517
  }
28
- .sd-2-0-0-next-0-prose > figure + *:not(#_), .sd-2-0-0-next-0-prose > img + *:not(#_) {
518
+ .sd-2-0-0-next-1-prose > figure + *:not(#_), .sd-2-0-0-next-1-prose > img + *:not(#_) {
29
519
  margin-top: var(--sd-spacing-6);
30
520
  }
31
- .sd-2-0-0-next-0-prose hr {
521
+ .sd-2-0-0-next-1-prose hr {
32
522
  height: calc(var(--sd-spacing-1) * 0);
33
523
  border-top-style: var(--tw-border-style);
34
524
  border-top-width: 1px;
35
- border-color: var(--sd-color-border-neutral-500, var(--sd-color-neutral-500));
525
+ border-color: var(--sd-color-border-neutral-500);
36
526
  }
37
- .sd-2-0-0-next-0-prose pre {
527
+ .sd-2-0-0-next-1-prose pre {
38
528
  overflow: auto;
39
529
  }
40
- .sd-2-0-0-next-0-prose blockquote, .sd-2-0-0-next-0-prose blockquote > * {
530
+ .sd-2-0-0-next-1-prose blockquote, .sd-2-0-0-next-1-prose blockquote > * {
41
531
  font-size: var(--sd-text-xl);
42
532
  line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
43
533
  }
44
- .sd-2-0-0-next-0-prose blockquote:has(*) *:first-child::before, .sd-2-0-0-next-0-prose blockquote:not(:has(*))::before {
534
+ .sd-2-0-0-next-1-prose blockquote:has(*) *:first-child::before, .sd-2-0-0-next-1-prose blockquote:not(:has(*))::before {
45
535
  content: open-quote;
46
536
  display: inline;
47
537
  }
48
- .sd-2-0-0-next-0-prose blockquote:has(*) *:first-child::after, .sd-2-0-0-next-0-prose blockquote:not(:has(*))::after {
538
+ .sd-2-0-0-next-1-prose blockquote:has(*) *:first-child::after, .sd-2-0-0-next-1-prose blockquote:not(:has(*))::after {
49
539
  content: close-quote;
50
540
  display: inline;
51
541
  }
52
- .sd-2-0-0-next-0-prose > :is(ul, ol):not(#_) {
542
+ .sd-2-0-0-next-1-prose > :is(ul, ol):not(#_) {
53
543
  padding-block: calc(var(--sd-spacing-1) * 0);
54
544
  }
55
- .sd-2-0-0-next-0-prose--inverted hr {
56
- border-color: var(--sd-color-border-white, var(--sd-color-white));
545
+ .sd-2-0-0-next-1-prose--inverted hr {
546
+ border-color: var(--sd-color-border-white);
57
547
  }
58
- .sd-2-0-0-next-0-prose--inverted pre {
59
- color: var(--sd-color-text-white, var(--sd-color-white));
548
+ .sd-2-0-0-next-1-prose--inverted pre {
549
+ color: var(--sd-color-text-white);
60
550
  }
61
- .sd-2-0-0-next-0-prose--full-width {
551
+ .sd-2-0-0-next-1-prose--full-width {
62
552
  max-width: unset;
63
553
  }
554
+ @property --tw-leading {
555
+ syntax: "*";
556
+ inherits: false;
557
+ }
558
+ @property --tw-font-weight {
559
+ syntax: "*";
560
+ inherits: false;
561
+ }
562
+ @property --tw-duration {
563
+ syntax: "*";
564
+ inherits: false;
565
+ }
566
+ @property --tw-ease {
567
+ syntax: "*";
568
+ inherits: false;
569
+ }
64
570
  @property --tw-border-style {
65
571
  syntax: "*";
66
572
  inherits: false;
67
573
  initial-value: solid;
68
574
  }
575
+ @property --tw-gradient-position {
576
+ syntax: "*";
577
+ inherits: false;
578
+ }
579
+ @property --tw-gradient-from {
580
+ syntax: "<color>";
581
+ inherits: false;
582
+ initial-value: #0000;
583
+ }
584
+ @property --tw-gradient-via {
585
+ syntax: "<color>";
586
+ inherits: false;
587
+ initial-value: #0000;
588
+ }
589
+ @property --tw-gradient-to {
590
+ syntax: "<color>";
591
+ inherits: false;
592
+ initial-value: #0000;
593
+ }
594
+ @property --tw-gradient-stops {
595
+ syntax: "*";
596
+ inherits: false;
597
+ }
598
+ @property --tw-gradient-via-stops {
599
+ syntax: "*";
600
+ inherits: false;
601
+ }
602
+ @property --tw-gradient-from-position {
603
+ syntax: "<length-percentage>";
604
+ inherits: false;
605
+ initial-value: 0%;
606
+ }
607
+ @property --tw-gradient-via-position {
608
+ syntax: "<length-percentage>";
609
+ inherits: false;
610
+ initial-value: 50%;
611
+ }
612
+ @property --tw-gradient-to-position {
613
+ syntax: "<length-percentage>";
614
+ inherits: false;
615
+ initial-value: 100%;
616
+ }
617
+ @property --tw-content {
618
+ syntax: "*";
619
+ inherits: false;
620
+ initial-value: "";
621
+ }
622
+ @property --tw-border-spacing-x {
623
+ syntax: "<length>";
624
+ inherits: false;
625
+ initial-value: 0;
626
+ }
627
+ @property --tw-border-spacing-y {
628
+ syntax: "<length>";
629
+ inherits: false;
630
+ initial-value: 0;
631
+ }
69
632
  @layer properties {
70
633
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
71
634
  *, ::before, ::after, ::backdrop {
635
+ --tw-leading: initial;
636
+ --tw-font-weight: initial;
637
+ --tw-duration: initial;
638
+ --tw-ease: initial;
72
639
  --tw-border-style: solid;
640
+ --tw-gradient-position: initial;
641
+ --tw-gradient-from: #0000;
642
+ --tw-gradient-via: #0000;
643
+ --tw-gradient-to: #0000;
644
+ --tw-gradient-stops: initial;
645
+ --tw-gradient-via-stops: initial;
646
+ --tw-gradient-from-position: 0%;
647
+ --tw-gradient-via-position: 50%;
648
+ --tw-gradient-to-position: 100%;
649
+ --tw-content: "";
650
+ --tw-border-spacing-x: 0;
651
+ --tw-border-spacing-y: 0;
73
652
  }
74
653
  }
75
654
  }