@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,24 +1,2 @@
1
1
  /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
- .sd-2-0-0-next-0-chip {
3
- display: inline-flex;
4
- height: var(--sd-spacing-6);
5
- align-items: center;
6
- overflow: hidden;
7
- border-radius: var(--sd-radius);
8
- background-color: var(--sd-color-background-primary-200, var(--sd-color-primary-200));
9
- padding-inline: var(--sd-spacing-2);
10
- font-size: var(--sd-text-sm);
11
- line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
12
- white-space: nowrap;
13
- color: var(--sd-color-text-black, var(--sd-color-black));
14
- }
15
- .sd-2-0-0-next-0-chip--primary-500 {
16
- background-color: var(--sd-color-background-primary-500, var(--sd-color-primary-500));
17
- color: var(--sd-color-text-white, var(--sd-color-white));
18
- }
19
- .sd-2-0-0-next-0-chip--primary-300 {
20
- background-color: var(--sd-color-background-primary-300, var(--sd-color-primary-300));
21
- }
22
- .sd-2-0-0-next-0-chip--white {
23
- background-color: var(--sd-color-background-white, var(--sd-color-white));
24
- }
2
+ @layer theme,base,components,utilities;.sd-2-0-0-next-1-chip{height:var(--sd-spacing-6);border-radius:var(--sd-radius);background-color:var(--sd-color-background-primary-200);padding-inline:var(--sd-spacing-2);font-size:var(--sd-text-sm);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25/.875)));white-space:nowrap;color:var(--sd-color-text-black);align-items:center;display:inline-flex;overflow:hidden}.sd-2-0-0-next-1-chip--primary-500{background-color:var(--sd-color-background-primary-500);color:var(--sd-color-text-white)}.sd-2-0-0-next-1-chip--primary-300{background-color:var(--sd-color-background-primary-300)}.sd-2-0-0-next-1-chip--white{background-color:var(--sd-color-background-white)}
@@ -1,117 +1,2 @@
1
1
  /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
- .sd-2-0-0-next-0-container {
3
- position: relative;
4
- background-color: var(--sd-color-background-neutral-100, var(--sd-color-neutral-100));
5
- padding-inline: var(--sd-spacing-10);
6
- padding-block: var(--sd-spacing-8);
7
- }
8
- .sd-2-0-0-next-0-container--variant-primary-100 {
9
- background-color: var(--sd-color-background-primary-100, var(--sd-color-primary-100));
10
- }
11
- .sd-2-0-0-next-0-container--variant-primary {
12
- background-color: var(--sd-color-background-primary, var(--sd-color-primary));
13
- }
14
- .sd-2-0-0-next-0-container--variant-border-neutral-400 {
15
- --tw-border-style: solid;
16
- border-style: solid;
17
- border-color: var(--sd-color-border-neutral-400, var(--sd-color-neutral-400));
18
- background-color: var(--sd-color-background-white, var(--sd-color-white));
19
- border-width: 1px;
20
- }
21
- .sd-2-0-0-next-0-container--variant-white {
22
- background-color: var(--sd-color-background-white, var(--sd-color-white));
23
- }
24
- .sd-2-0-0-next-0-container--padding-sm {
25
- padding-inline: var(--sd-spacing-6);
26
- padding-block: var(--sd-spacing-4);
27
- }
28
- .sd-2-0-0-next-0-container {
29
- --triangle-background: var(--sd-color-white);
30
- }
31
- .sd-2-0-0-next-0-container--triangle-top::before, .sd-2-0-0-next-0-container--triangle-right::before, .sd-2-0-0-next-0-container--triangle-bottom::before, .sd-2-0-0-next-0-container--triangle-left::before {
32
- position: absolute;
33
- display: block;
34
- --tw-border-style: solid;
35
- border-style: solid;
36
- border-color: transparent;
37
- border-width: 14px;
38
- content: '';
39
- }
40
- .sd-2-0-0-next-0-container--triangle-top::before {
41
- top: calc(var(--sd-spacing-1) * 0);
42
- left: calc(50% - 14px);
43
- border-top-color: var(--triangle-background);
44
- }
45
- .sd-2-0-0-next-0-container--triangle-right::before {
46
- right: calc(var(--sd-spacing-1) * 0);
47
- top: calc(50% - 14px);
48
- border-right-color: var(--triangle-background);
49
- }
50
- .sd-2-0-0-next-0-container--triangle-bottom::before {
51
- bottom: calc(var(--sd-spacing-1) * 0);
52
- left: calc(50% - 14px);
53
- border-bottom-color: var(--triangle-background);
54
- }
55
- .sd-2-0-0-next-0-container--triangle-left::before {
56
- left: calc(var(--sd-spacing-1) * 0);
57
- top: calc(50% - 14px);
58
- border-left-color: var(--triangle-background);
59
- }
60
- .sd-2-0-0-next-0-container--triangle-top-border::after, .sd-2-0-0-next-0-container--triangle-top-border::before, .sd-2-0-0-next-0-container--triangle-right-border::after, .sd-2-0-0-next-0-container--triangle-right-border::before, .sd-2-0-0-next-0-container--triangle-bottom-border::after, .sd-2-0-0-next-0-container--triangle-bottom-border::before, .sd-2-0-0-next-0-container--triangle-left-border::after, .sd-2-0-0-next-0-container--triangle-left-border::before {
61
- position: absolute;
62
- display: block;
63
- --tw-border-style: solid;
64
- border-style: solid;
65
- border-color: transparent;
66
- content: '';
67
- }
68
- .sd-2-0-0-next-0-container--triangle-top-border::after, .sd-2-0-0-next-0-container--triangle-right-border::after, .sd-2-0-0-next-0-container--triangle-bottom-border::after, .sd-2-0-0-next-0-container--triangle-left-border::after {
69
- border-width: 14px;
70
- }
71
- .sd-2-0-0-next-0-container--triangle-top-border::before, .sd-2-0-0-next-0-container--triangle-right-border::before, .sd-2-0-0-next-0-container--triangle-bottom-border::before, .sd-2-0-0-next-0-container--triangle-left-border::before {
72
- border-width: 15px;
73
- }
74
- .sd-2-0-0-next-0-container--triangle-top-border::after, .sd-2-0-0-next-0-container--triangle-top-border::before {
75
- top: -1px;
76
- }
77
- .sd-2-0-0-next-0-container--triangle-top-border::before {
78
- border-top-color: var(--sd-color-border-neutral-400, var(--sd-color-neutral-400));
79
- left: calc(50% - 15px);
80
- }
81
- .sd-2-0-0-next-0-container--triangle-top-border::after {
82
- left: calc(50% - 14px);
83
- border-top-color: var(--triangle-background);
84
- }
85
- .sd-2-0-0-next-0-container--triangle-right-border::after, .sd-2-0-0-next-0-container--triangle-right-border::before {
86
- right: -1px;
87
- }
88
- .sd-2-0-0-next-0-container--triangle-right-border::before {
89
- border-right-color: var(--sd-color-border-neutral-400, var(--sd-color-neutral-400));
90
- top: calc(50% - 15px);
91
- }
92
- .sd-2-0-0-next-0-container--triangle-right-border::after {
93
- top: calc(50% - 14px);
94
- border-right-color: var(--triangle-background);
95
- }
96
- .sd-2-0-0-next-0-container--triangle-bottom-border::after, .sd-2-0-0-next-0-container--triangle-bottom-border::before {
97
- bottom: -1px;
98
- }
99
- .sd-2-0-0-next-0-container--triangle-bottom-border::before {
100
- border-bottom-color: var(--sd-color-border-neutral-400, var(--sd-color-neutral-400));
101
- left: calc(50% - 15px);
102
- }
103
- .sd-2-0-0-next-0-container--triangle-bottom-border::after {
104
- left: calc(50% - 14px);
105
- border-bottom-color: var(--triangle-background);
106
- }
107
- .sd-2-0-0-next-0-container--triangle-left-border::after, .sd-2-0-0-next-0-container--triangle-left-border::before {
108
- left: -1px;
109
- }
110
- .sd-2-0-0-next-0-container--triangle-left-border::before {
111
- border-left-color: var(--sd-color-border-neutral-400, var(--sd-color-neutral-400));
112
- top: calc(50% - 15px);
113
- }
114
- .sd-2-0-0-next-0-container--triangle-left-border::after {
115
- top: calc(50% - 14px);
116
- border-left-color: var(--triangle-background);
117
- }
2
+ @layer theme,base,components,utilities;.sd-2-0-0-next-1-container{background-color:var(--sd-color-background-neutral-100);padding-inline:var(--sd-spacing-10);padding-block:var(--sd-spacing-8);position:relative}.sd-2-0-0-next-1-container--variant-primary-100{background-color:var(--sd-color-background-primary-100)}.sd-2-0-0-next-1-container--variant-primary{background-color:var(--sd-color-background-primary)}.sd-2-0-0-next-1-container--variant-border-neutral-400{--tw-border-style:solid;border-style:solid;border-color:var(--sd-color-border-neutral-400);background-color:var(--sd-color-background-white);border-width:1px}.sd-2-0-0-next-1-container--variant-white{background-color:var(--sd-color-background-white)}.sd-2-0-0-next-1-container--padding-sm{padding-inline:var(--sd-spacing-6);padding-block:var(--sd-spacing-4)}.sd-2-0-0-next-1-container{--triangle-background:var(--sd-color-white)}.sd-2-0-0-next-1-container--triangle-top:before,.sd-2-0-0-next-1-container--triangle-right:before,.sd-2-0-0-next-1-container--triangle-bottom:before,.sd-2-0-0-next-1-container--triangle-left:before{--tw-border-style:solid;content:"";border:14px solid #0000;display:block;position:absolute}.sd-2-0-0-next-1-container--triangle-top:before{top:calc(var(--sd-spacing-1)*0);border-top-color:var(--triangle-background);left:calc(50% - 14px)}.sd-2-0-0-next-1-container--triangle-right:before{right:calc(var(--sd-spacing-1)*0);border-right-color:var(--triangle-background);top:calc(50% - 14px)}.sd-2-0-0-next-1-container--triangle-bottom:before{bottom:calc(var(--sd-spacing-1)*0);border-bottom-color:var(--triangle-background);left:calc(50% - 14px)}.sd-2-0-0-next-1-container--triangle-left:before{left:calc(var(--sd-spacing-1)*0);border-left-color:var(--triangle-background);top:calc(50% - 14px)}.sd-2-0-0-next-1-container--triangle-top-border:after,.sd-2-0-0-next-1-container--triangle-top-border:before,.sd-2-0-0-next-1-container--triangle-right-border:after,.sd-2-0-0-next-1-container--triangle-right-border:before,.sd-2-0-0-next-1-container--triangle-bottom-border:after,.sd-2-0-0-next-1-container--triangle-bottom-border:before,.sd-2-0-0-next-1-container--triangle-left-border:after,.sd-2-0-0-next-1-container--triangle-left-border:before{--tw-border-style:solid;content:"";border-style:solid;border-color:#0000;display:block;position:absolute}.sd-2-0-0-next-1-container--triangle-top-border:after,.sd-2-0-0-next-1-container--triangle-right-border:after,.sd-2-0-0-next-1-container--triangle-bottom-border:after,.sd-2-0-0-next-1-container--triangle-left-border:after{border-width:14px}.sd-2-0-0-next-1-container--triangle-top-border:before,.sd-2-0-0-next-1-container--triangle-right-border:before,.sd-2-0-0-next-1-container--triangle-bottom-border:before,.sd-2-0-0-next-1-container--triangle-left-border:before{border-width:15px}.sd-2-0-0-next-1-container--triangle-top-border:after,.sd-2-0-0-next-1-container--triangle-top-border:before{top:-1px}.sd-2-0-0-next-1-container--triangle-top-border:before{border-top-color:var(--sd-color-border-neutral-400);left:calc(50% - 15px)}.sd-2-0-0-next-1-container--triangle-top-border:after{border-top-color:var(--triangle-background);left:calc(50% - 14px)}.sd-2-0-0-next-1-container--triangle-right-border:after,.sd-2-0-0-next-1-container--triangle-right-border:before{right:-1px}.sd-2-0-0-next-1-container--triangle-right-border:before{border-right-color:var(--sd-color-border-neutral-400);top:calc(50% - 15px)}.sd-2-0-0-next-1-container--triangle-right-border:after{border-right-color:var(--triangle-background);top:calc(50% - 14px)}.sd-2-0-0-next-1-container--triangle-bottom-border:after,.sd-2-0-0-next-1-container--triangle-bottom-border:before{bottom:-1px}.sd-2-0-0-next-1-container--triangle-bottom-border:before{border-bottom-color:var(--sd-color-border-neutral-400);left:calc(50% - 15px)}.sd-2-0-0-next-1-container--triangle-bottom-border:after{border-bottom-color:var(--triangle-background);left:calc(50% - 14px)}.sd-2-0-0-next-1-container--triangle-left-border:after,.sd-2-0-0-next-1-container--triangle-left-border:before{left:-1px}.sd-2-0-0-next-1-container--triangle-left-border:before{border-left-color:var(--sd-color-border-neutral-400);top:calc(50% - 15px)}.sd-2-0-0-next-1-container--triangle-left-border:after{border-left-color:var(--triangle-background);top:calc(50% - 14px)}
@@ -1,129 +1,2 @@
1
1
  /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
- @layer properties;
3
- .sd-2-0-0-next-0-copyright {
4
- position: relative;
5
- --tw-blur: ;
6
- --tw-brightness: ;
7
- --tw-contrast: ;
8
- --tw-grayscale: ;
9
- --tw-hue-rotate: ;
10
- --tw-invert: ;
11
- --tw-saturate: ;
12
- --tw-sepia: ;
13
- }
14
- .sd-2-0-0-next-0-copyright::after {
15
- position: absolute;
16
- bottom: calc(var(--sd-spacing-1) * 0);
17
- left: calc(var(--sd-spacing-1) * 0);
18
- display: block;
19
- width: 100%;
20
- padding-bottom: var(--sd-spacing-2);
21
- padding-left: var(--sd-spacing-4);
22
- font-size: var(--sd-text-sm);
23
- line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
24
- color: var(--sd-color-text-white, var(--sd-color-white));
25
- --tw-drop-shadow-size: drop-shadow(var(--sd-drop-shadow-sm));
26
- --tw-drop-shadow: drop-shadow(var(--sd-drop-shadow-sm));
27
- filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
28
- content: var(--copyright);
29
- }
30
- .sd-2-0-0-next-0-copyright--orientation-vertical::after {
31
- width: -moz-max-content;
32
- width: max-content;
33
- padding-top: var(--sd-spacing-2);
34
- padding-right: var(--sd-spacing-1);
35
- padding-bottom: calc(var(--sd-spacing-1) * 0);
36
- padding-left: calc(var(--sd-spacing-1) * 0);
37
- writing-mode: vertical-rl;
38
- text-orientation: sideways-right;
39
- transform: rotate(180deg);
40
- }
41
- .sd-2-0-0-next-0-copyright--color-black::after {
42
- color: var(--sd-color-text-black, var(--sd-color-black));
43
- filter: drop-shadow(0 0 transparent);
44
- }
45
- .sd-2-0-0-next-0-copyright--no-shadow::after {
46
- filter: drop-shadow(0 0 transparent);
47
- }
48
- .sd-2-0-0-next-0-copyright--placement-top::after {
49
- position: absolute;
50
- top: calc(var(--sd-spacing-1) * 0);
51
- right: calc(var(--sd-spacing-1) * 0);
52
- display: block;
53
- max-height: -moz-fit-content;
54
- max-height: fit-content;
55
- padding-top: var(--sd-spacing-2);
56
- padding-right: var(--sd-spacing-4);
57
- }
58
- @property --tw-blur {
59
- syntax: "*";
60
- inherits: false;
61
- }
62
- @property --tw-brightness {
63
- syntax: "*";
64
- inherits: false;
65
- }
66
- @property --tw-contrast {
67
- syntax: "*";
68
- inherits: false;
69
- }
70
- @property --tw-grayscale {
71
- syntax: "*";
72
- inherits: false;
73
- }
74
- @property --tw-hue-rotate {
75
- syntax: "*";
76
- inherits: false;
77
- }
78
- @property --tw-invert {
79
- syntax: "*";
80
- inherits: false;
81
- }
82
- @property --tw-opacity {
83
- syntax: "*";
84
- inherits: false;
85
- }
86
- @property --tw-saturate {
87
- syntax: "*";
88
- inherits: false;
89
- }
90
- @property --tw-sepia {
91
- syntax: "*";
92
- inherits: false;
93
- }
94
- @property --tw-drop-shadow {
95
- syntax: "*";
96
- inherits: false;
97
- }
98
- @property --tw-drop-shadow-color {
99
- syntax: "*";
100
- inherits: false;
101
- }
102
- @property --tw-drop-shadow-alpha {
103
- syntax: "<percentage>";
104
- inherits: false;
105
- initial-value: 100%;
106
- }
107
- @property --tw-drop-shadow-size {
108
- syntax: "*";
109
- inherits: false;
110
- }
111
- @layer properties {
112
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
113
- *, ::before, ::after, ::backdrop {
114
- --tw-blur: initial;
115
- --tw-brightness: initial;
116
- --tw-contrast: initial;
117
- --tw-grayscale: initial;
118
- --tw-hue-rotate: initial;
119
- --tw-invert: initial;
120
- --tw-opacity: initial;
121
- --tw-saturate: initial;
122
- --tw-sepia: initial;
123
- --tw-drop-shadow: initial;
124
- --tw-drop-shadow-color: initial;
125
- --tw-drop-shadow-alpha: 100%;
126
- --tw-drop-shadow-size: initial;
127
- }
128
- }
129
- }
2
+ @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme,base,components,utilities;.sd-2-0-0-next-1-copyright{--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;position:relative}.sd-2-0-0-next-1-copyright:after{bottom:calc(var(--sd-spacing-1)*0);left:calc(var(--sd-spacing-1)*0);width:100%;padding-bottom:var(--sd-spacing-2);padding-left:var(--sd-spacing-4);font-size:var(--sd-text-sm);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25/.875)));color:var(--sd-color-text-white);--tw-drop-shadow-size:drop-shadow(var(--sd-drop-shadow-sm));--tw-drop-shadow:drop-shadow(var(--sd-drop-shadow-sm));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,);content:var(--copyright);display:block;position:absolute}.sd-2-0-0-next-1-copyright--orientation-vertical:after{width:max-content;padding-top:var(--sd-spacing-2);padding-right:var(--sd-spacing-1);padding-bottom:calc(var(--sd-spacing-1)*0);padding-left:calc(var(--sd-spacing-1)*0);writing-mode:vertical-rl;text-orientation:sideways-right;transform:rotate(180deg)}.sd-2-0-0-next-1-copyright--color-black:after{color:var(--sd-color-text-black);filter:drop-shadow(0 0 #0000)}.sd-2-0-0-next-1-copyright--no-shadow:after{filter:drop-shadow(0 0 #0000)}.sd-2-0-0-next-1-copyright--placement-top:after{top:calc(var(--sd-spacing-1)*0);right:calc(var(--sd-spacing-1)*0);max-height:fit-content;padding-top:var(--sd-spacing-2);padding-right:var(--sd-spacing-4);display:block;position:absolute}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
@@ -1,60 +1,2 @@
1
1
  /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
- @layer properties;
3
- .sd-2-0-0-next-0-display {
4
- font-size: var(--sd-text-3xl);
5
- line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
6
- --tw-leading: var(--leading-tight, 1.25);
7
- line-height: var(--leading-tight, 1.25);
8
- --tw-font-weight: var(--sd-font-weight-normal);
9
- font-weight: var(--sd-font-weight-normal);
10
- color: var(--sd-color-text-black, var(--sd-color-black));
11
- }
12
- @media (width >= 64rem) {
13
- .sd-2-0-0-next-0-display {
14
- font-size: var(--sd-text-4xl);
15
- line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)))
16
- }
17
- }
18
- .sd-2-0-0-next-0-display--size-xl {
19
- font-size: var(--sd-text-xl);
20
- line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
21
- --tw-leading: var(--leading-tight, 1.25);
22
- line-height: var(--leading-tight, 1.25);
23
- --tw-font-weight: var(--sd-font-weight-normal);
24
- font-weight: var(--sd-font-weight-normal);
25
- color: var(--sd-color-text-black, var(--sd-color-black));
26
- }
27
- .sd-2-0-0-next-0-display--size-3xl {
28
- font-size: var(--sd-text-2xl);
29
- line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
30
- --tw-leading: var(--leading-tight, 1.25);
31
- line-height: var(--leading-tight, 1.25);
32
- --tw-font-weight: var(--sd-font-weight-normal);
33
- font-weight: var(--sd-font-weight-normal);
34
- color: var(--sd-color-text-black, var(--sd-color-black));
35
- }
36
- @media (width >= 64rem) {
37
- .sd-2-0-0-next-0-display--size-3xl {
38
- font-size: var(--sd-text-3xl);
39
- line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)))
40
- }
41
- }
42
- .sd-2-0-0-next-0-display--inverted {
43
- color: var(--sd-color-text-white, var(--sd-color-white));
44
- }
45
- @property --tw-leading {
46
- syntax: "*";
47
- inherits: false;
48
- }
49
- @property --tw-font-weight {
50
- syntax: "*";
51
- inherits: false;
52
- }
53
- @layer properties {
54
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
55
- *, ::before, ::after, ::backdrop {
56
- --tw-leading: initial;
57
- --tw-font-weight: initial;
58
- }
59
- }
60
- }
2
+ @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-leading:initial;--tw-font-weight:initial}}}@layer theme,base,components,utilities;.sd-2-0-0-next-1-display{font-size:var(--sd-text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height,calc(2.25/1.875)));--tw-leading:var(--leading-tight,1.25);line-height:var(--leading-tight,1.25);--tw-font-weight:var(--sd-font-weight-normal);font-weight:var(--sd-font-weight-normal);color:var(--sd-color-text-black)}@media (min-width:64rem){.sd-2-0-0-next-1-display{font-size:var(--sd-text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height,calc(2.5/2.25)))}}.sd-2-0-0-next-1-display--size-xl{font-size:var(--sd-text-xl);line-height:var(--tw-leading,var(--text-xl--line-height,calc(1.75/1.25)));--tw-leading:var(--leading-tight,1.25);line-height:var(--leading-tight,1.25);--tw-font-weight:var(--sd-font-weight-normal);font-weight:var(--sd-font-weight-normal);color:var(--sd-color-text-black)}.sd-2-0-0-next-1-display--size-3xl{font-size:var(--sd-text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height,calc(2/1.5)));--tw-leading:var(--leading-tight,1.25);line-height:var(--leading-tight,1.25);--tw-font-weight:var(--sd-font-weight-normal);font-weight:var(--sd-font-weight-normal);color:var(--sd-color-text-black)}@media (min-width:64rem){.sd-2-0-0-next-1-display--size-3xl{font-size:var(--sd-text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height,calc(2.25/1.875)))}}.sd-2-0-0-next-1-display--inverted{color:var(--sd-color-text-white)}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}
@@ -1,23 +1,2 @@
1
1
  /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
- .sd-2-0-0-next-0-flag {
3
- display: inline-flex;
4
- height: var(--sd-spacing-8);
5
- align-items: center;
6
- overflow: hidden;
7
- background-color: var(--sd-color-background-neutral-200, var(--sd-color-neutral-200));
8
- padding-inline: var(--sd-spacing-3);
9
- font-size: var(--sd-text-sm);
10
- line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
11
- white-space: nowrap;
12
- color: var(--sd-color-text-black, var(--sd-color-black));
13
- }
14
- .sd-2-0-0-next-0-flag--neutral-500 {
15
- background-color: var(--sd-flag--neutral-500-color-background, var(--sd-color-neutral-500));
16
- color: var(--sd-color-text-black, var(--sd-color-black));
17
- }
18
- .sd-2-0-0-next-0-flag--neutral-300 {
19
- background-color: var(--sd-color-background-neutral-300, var(--sd-color-neutral-300));
20
- }
21
- .sd-2-0-0-next-0-flag--white {
22
- background-color: var(--sd-color-background-white, var(--sd-color-white));
23
- }
2
+ @layer theme,base,components,utilities;.sd-2-0-0-next-1-flag{height:var(--sd-spacing-8);background-color:var(--sd-color-background-neutral-200);padding-inline:var(--sd-spacing-3);font-size:var(--sd-text-sm);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25/.875)));white-space:nowrap;color:var(--sd-color-text-black);align-items:center;display:inline-flex;overflow:hidden}.sd-2-0-0-next-1-flag--neutral-500{background-color:var(--sd-flag--neutral-500-color-background,var(--sd-color-neutral-500));color:var(--sd-color-text-black)}.sd-2-0-0-next-1-flag--neutral-300{background-color:var(--sd-color-background-neutral-300)}.sd-2-0-0-next-1-flag--white{background-color:var(--sd-color-background-white)}
@@ -1,166 +1,2 @@
1
1
  /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
- @layer properties;
3
- .sd-2-0-0-next-0-footnotes {
4
- margin-block: calc(var(--sd-spacing-1) * 0);
5
- padding: calc(var(--sd-spacing-1) * 0);
6
- text-align: left;
7
- font-size: var(--sd-text-sm);
8
- line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
9
- color: var(--sd-color-text-neutral-700, var(--sd-color-neutral-700));
10
- }
11
- .sd-2-0-0-next-0-footnotes :target {
12
- background-color: var(--sd-color-background-neutral-200, var(--sd-color-neutral-200));
13
- }
14
- .sd-2-0-0-next-0-footnotes:is(ol) {
15
- padding-inline-start: var(--sd-spacing-8);
16
- }
17
- .sd-2-0-0-next-0-footnotes:is(ol) li {
18
- counter-increment: list-item;
19
- position: relative;
20
- list-style-type: none;
21
- }
22
- .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker::before, .sd-2-0-0-next-0-footnotes:is(ol) li:has(.sd-2-0-0-next-0-footnotes--marker:nth-of-type(2))::before, .sd-2-0-0-next-0-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-0-footnotes--marker))::before {
23
- position: absolute;
24
- left: calc(var(--sd-spacing-8) * -1);
25
- flex-shrink: 0;
26
- --tw-leading: var(--leading-normal, 1.5);
27
- line-height: var(--leading-normal, 1.5);
28
- --tw-font-weight: var(--sd-font-weight-bold);
29
- font-weight: var(--sd-font-weight-bold);
30
- content: '[ ' counter(list-item) ' ]';
31
- padding-top: 1px;
32
- font-size: 10px;
33
- }
34
- .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker::after, .sd-2-0-0-next-0-footnotes:is(ol) li:has(.sd-2-0-0-next-0-footnotes--marker:nth-of-type(2))::after, .sd-2-0-0-next-0-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-0-footnotes--marker))::after {
35
- content: none;
36
- }
37
- .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker .sd-2-0-0-next-0-footnotes--marker, .sd-2-0-0-next-0-footnotes:is(ol) li:has(.sd-2-0-0-next-0-footnotes--marker:nth-of-type(2)) .sd-2-0-0-next-0-footnotes--marker, .sd-2-0-0-next-0-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-0-footnotes--marker)) .sd-2-0-0-next-0-footnotes--marker {
38
- display: inline-block;
39
- counter-increment: footnotes-multiple;
40
- }
41
- .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker .sd-2-0-0-next-0-footnotes--marker::before, .sd-2-0-0-next-0-footnotes:is(ol) li:has(.sd-2-0-0-next-0-footnotes--marker:nth-of-type(2)) .sd-2-0-0-next-0-footnotes--marker::before, .sd-2-0-0-next-0-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-0-footnotes--marker)) .sd-2-0-0-next-0-footnotes--marker::before {
42
- position: relative;
43
- left: calc(var(--sd-spacing-1) * 0);
44
- vertical-align: super;
45
- --tw-leading: var(--leading-normal, 1.5);
46
- line-height: var(--leading-normal, 1.5);
47
- --tw-font-weight: var(--sd-font-weight-bold);
48
- font-weight: var(--sd-font-weight-bold);
49
- content: counter(footnotes-multiple, lower-alpha);
50
- }
51
- .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker {
52
- bottom: calc(var(--sd-spacing-1) * 0);
53
- display: block;
54
- }
55
- .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker:focus-visible {
56
- outline-style: var(--tw-outline-style);
57
- outline-width: 0px;
58
- }
59
- .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker:focus-visible::before {
60
- border-radius: var(--sd-radius);
61
- outline-width: 1px;
62
- outline-style: var(--tw-outline-style);
63
- outline-width: 2px;
64
- outline-offset: 2px;
65
- outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
66
- }
67
- .sd-2-0-0-next-0-footnotes:is(ul) {
68
- list-style: '';
69
- }
70
- .sd-2-0-0-next-0-footnotes--inverted {
71
- color: var(--sd-color-text-primary-400, var(--sd-color-primary-400));
72
- }
73
- .sd-2-0-0-next-0-footnotes--inverted :target {
74
- background-color: var(--sd-footnotes--target--inverted-color-background, var(--sd-color-primary-800));
75
- }
76
- .sd-2-0-0-next-0-footnotes--inverted .sd-2-0-0-next-0-footnotes--marker::before {
77
- color: var(--sd-color-text-white, var(--sd-color-white));
78
- outline-color: var(--color-white, #fff) !important;
79
- }
80
- .sd-2-0-0-next-0-footnotes--inverted:is(.sd-2-0-0-next-0-footnotes--marker) {
81
- color: var(--sd-color-text-white, var(--sd-color-white)) !important;
82
- outline-color: var(--color-white, #fff) !important;
83
- }
84
- .sd-2-0-0-next-0-footnotes--inverted:is(.sd-2-0-0-next-0-footnotes--marker):target {
85
- background-color: var(--sd-footnotes--target--inverted-color-background, var(--sd-color-primary-800));
86
- }
87
- .sd-2-0-0-next-0-footnotes--marker {
88
- position: relative;
89
- bottom: var(--sd-spacing-2);
90
- display: inline-block;
91
- --tw-font-weight: var(--sd-font-weight-bold);
92
- font-weight: var(--sd-font-weight-bold);
93
- white-space: nowrap;
94
- text-decoration-line: none !important;
95
- font-size: x-small;
96
- }
97
- .sd-2-0-0-next-0-footnotes--marker:target {
98
- background-color: var(--sd-color-background-neutral-200, var(--sd-color-neutral-200));
99
- }
100
- .sd-2-0-0-next-0-footnotes--marker:not(:has(a))::before {
101
- content: '[ ';
102
- display: inline-block;
103
- }
104
- .sd-2-0-0-next-0-footnotes--marker:not(:has(a))::after {
105
- content: ' ]';
106
- display: inline-block;
107
- }
108
- .sd-2-0-0-next-0-footnotes--marker :is(a) {
109
- display: inline-block;
110
- --tw-font-weight: var(--sd-font-weight-bold);
111
- font-weight: var(--sd-font-weight-bold);
112
- white-space: nowrap;
113
- text-decoration-line: none !important;
114
- }
115
- .sd-2-0-0-next-0-footnotes--marker :is(a)::before {
116
- content: '[ ';
117
- display: inline-block;
118
- }
119
- .sd-2-0-0-next-0-footnotes--marker :is(a)::after {
120
- content: ' ]';
121
- display: inline-block;
122
- }
123
- .sd-2-0-0-next-0-footnotes--marker :is(a):focus-visible {
124
- border-radius: var(--sd-radius);
125
- outline-width: 1px;
126
- outline-style: var(--tw-outline-style);
127
- outline-width: 2px;
128
- outline-offset: 2px;
129
- outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
130
- }
131
- .sd-2-0-0-next-0-footnotes--marker :is(a):link {
132
- color: var(--sd-color-text-primary, var(--sd-color-primary));
133
- }
134
- .sd-2-0-0-next-0-footnotes--marker:link, .sd-2-0-0-next-0-footnotes--marker:visited {
135
- color: var(--sd-color-text-primary, var(--sd-color-primary));
136
- }
137
- .sd-2-0-0-next-0-footnotes--marker:focus-visible {
138
- border-radius: var(--sd-radius);
139
- outline-width: 1px;
140
- outline-style: var(--tw-outline-style);
141
- outline-width: 2px;
142
- outline-offset: 2px;
143
- outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
144
- }
145
- @property --tw-leading {
146
- syntax: "*";
147
- inherits: false;
148
- }
149
- @property --tw-font-weight {
150
- syntax: "*";
151
- inherits: false;
152
- }
153
- @property --tw-outline-style {
154
- syntax: "*";
155
- inherits: false;
156
- initial-value: solid;
157
- }
158
- @layer properties {
159
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
160
- *, ::before, ::after, ::backdrop {
161
- --tw-leading: initial;
162
- --tw-font-weight: initial;
163
- --tw-outline-style: solid;
164
- }
165
- }
166
- }
2
+ @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-leading:initial;--tw-font-weight:initial;--tw-outline-style:solid}}}@layer theme,base,components,utilities;.sd-2-0-0-next-1-footnotes{margin-block:calc(var(--sd-spacing-1)*0);padding:calc(var(--sd-spacing-1)*0);text-align:left;font-size:var(--sd-text-sm);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25/.875)));color:var(--sd-color-text-neutral-700)}.sd-2-0-0-next-1-footnotes :target{background-color:var(--sd-color-background-neutral-200)}.sd-2-0-0-next-1-footnotes:is(ol){padding-inline-start:var(--sd-spacing-8)}.sd-2-0-0-next-1-footnotes:is(ol) li{counter-increment:list-item;list-style-type:none;position:relative}.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker:before,.sd-2-0-0-next-1-footnotes:is(ol) li:has(.sd-2-0-0-next-1-footnotes--marker:nth-of-type(2)):before,.sd-2-0-0-next-1-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-1-footnotes--marker)):before{left:calc(var(--sd-spacing-8)*-1);--tw-leading:var(--leading-normal,1.5);line-height:var(--leading-normal,1.5);--tw-font-weight:var(--sd-font-weight-bold);font-weight:var(--sd-font-weight-bold);content:"[ " counter(list-item)" ]";flex-shrink:0;padding-top:1px;font-size:10px;position:absolute}.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker:after,.sd-2-0-0-next-1-footnotes:is(ol) li:has(.sd-2-0-0-next-1-footnotes--marker:nth-of-type(2)):after,.sd-2-0-0-next-1-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-1-footnotes--marker)):after{content:none}.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker .sd-2-0-0-next-1-footnotes--marker,.sd-2-0-0-next-1-footnotes:is(ol) li:has(.sd-2-0-0-next-1-footnotes--marker:nth-of-type(2)) .sd-2-0-0-next-1-footnotes--marker,.sd-2-0-0-next-1-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-1-footnotes--marker)) .sd-2-0-0-next-1-footnotes--marker{counter-increment:footnotes-multiple;display:inline-block}.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker .sd-2-0-0-next-1-footnotes--marker:before,.sd-2-0-0-next-1-footnotes:is(ol) li:has(.sd-2-0-0-next-1-footnotes--marker:nth-of-type(2)) .sd-2-0-0-next-1-footnotes--marker:before,.sd-2-0-0-next-1-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-1-footnotes--marker)) .sd-2-0-0-next-1-footnotes--marker:before{left:calc(var(--sd-spacing-1)*0);vertical-align:super;--tw-leading:var(--leading-normal,1.5);line-height:var(--leading-normal,1.5);--tw-font-weight:var(--sd-font-weight-bold);font-weight:var(--sd-font-weight-bold);content:counter(footnotes-multiple,lower-alpha);position:relative}.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker{bottom:calc(var(--sd-spacing-1)*0);display:block}.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker:focus-visible{outline-style:var(--tw-outline-style);outline-width:0}.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker:focus-visible:before{border-radius:var(--sd-radius);outline-width:1px;outline-style:var(--tw-outline-style);outline-offset:2px;outline-width:2px;outline-color:var(--sd-border-color-primary,var(--sd-color-primary))}.sd-2-0-0-next-1-footnotes:is(ul){list-style:""}.sd-2-0-0-next-1-footnotes--inverted{color:var(--sd-color-text-primary-400)}.sd-2-0-0-next-1-footnotes--inverted :target{background-color:var(--sd-footnotes--target--inverted-color-background,var(--sd-color-primary-800))}.sd-2-0-0-next-1-footnotes--inverted .sd-2-0-0-next-1-footnotes--marker:before{color:var(--sd-color-text-white);outline-color:var(--color-white,#fff)!important}.sd-2-0-0-next-1-footnotes--inverted.sd-2-0-0-next-1-footnotes--marker{color:var(--sd-color-text-white)!important;outline-color:var(--color-white,#fff)!important}.sd-2-0-0-next-1-footnotes--inverted.sd-2-0-0-next-1-footnotes--marker:target{background-color:var(--sd-footnotes--target--inverted-color-background,var(--sd-color-primary-800))}.sd-2-0-0-next-1-footnotes--marker{bottom:var(--sd-spacing-2);--tw-font-weight:var(--sd-font-weight-bold);font-weight:var(--sd-font-weight-bold);white-space:nowrap;font-size:x-small;display:inline-block;position:relative;text-decoration-line:none!important}.sd-2-0-0-next-1-footnotes--marker:target{background-color:var(--sd-color-background-neutral-200)}.sd-2-0-0-next-1-footnotes--marker:not(:has(a)):before{content:"[ ";display:inline-block}.sd-2-0-0-next-1-footnotes--marker:not(:has(a)):after{content:" ]";display:inline-block}.sd-2-0-0-next-1-footnotes--marker :is(a){--tw-font-weight:var(--sd-font-weight-bold);font-weight:var(--sd-font-weight-bold);white-space:nowrap;display:inline-block;text-decoration-line:none!important}.sd-2-0-0-next-1-footnotes--marker :is(a):before{content:"[ ";display:inline-block}.sd-2-0-0-next-1-footnotes--marker :is(a):after{content:" ]";display:inline-block}.sd-2-0-0-next-1-footnotes--marker :is(a):focus-visible{border-radius:var(--sd-radius);outline-width:1px;outline-style:var(--tw-outline-style);outline-offset:2px;outline-width:2px;outline-color:var(--sd-border-color-primary,var(--sd-color-primary))}.sd-2-0-0-next-1-footnotes--marker :is(a):link,.sd-2-0-0-next-1-footnotes--marker:link,.sd-2-0-0-next-1-footnotes--marker:visited{color:var(--sd-color-text-primary)}.sd-2-0-0-next-1-footnotes--marker:focus-visible{border-radius:var(--sd-radius);outline-width:1px;outline-style:var(--tw-outline-style);outline-offset:2px;outline-width:2px;outline-color:var(--sd-border-color-primary,var(--sd-color-primary))}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}