@rokkit/themes 1.0.0-next.155 → 1.0.0-next.159

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/frosted.css DELETED
@@ -1,1953 +0,0 @@
1
- /**
2
- * @rokkit/themes - Glass Theme
3
- *
4
- * Glassmorphism styling with blur, transparency, and subtle borders.
5
- * Use with data-style="glass" wrapper.
6
- */
7
-
8
- /**
9
- * Button - Frosted Glass Theme Styles
10
- *
11
- * Liquid frosted glass: translucent surfaces, specular border highlights,
12
- * inset top-edge shine. Similar to Apple liquid glass but more opaque.
13
- */
14
-
15
- /* =============================================================================
16
- Default Style (filled)
17
- ============================================================================= */
18
-
19
- [data-style='frosted'] [data-button][data-style='default'][data-variant='default'],
20
- [data-style='frosted'] [data-button]:not([data-style])[data-variant='default'],
21
- [data-style='frosted'] [data-button][data-style='default']:not([data-variant]),
22
- [data-style='frosted'] [data-button]:not([data-style]):not([data-variant]) {
23
- border-width:1px;--un-text-opacity:1;color:rgba(var(--color-surface-900),var(--un-text-opacity));--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
24
- background: color-mix(in srgb, var(--color-surface-z4, #888) 28%, transparent);
25
- border-color: rgba(255, 255, 255, 0.22);
26
- box-shadow:
27
- inset 0 1px 0 rgba(255, 255, 255, 0.2),
28
- 0 2px 8px rgba(0, 0, 0, 0.08);
29
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="default"][data-variant="default"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="default"][data-variant="default"],[data-mode="dark"][data-style="frosted"] [data-button]:not([data-style])[data-variant="default"],[data-mode="dark"] [data-style="frosted"] [data-button]:not([data-style])[data-variant="default"],[data-mode="dark"][data-style="frosted"] [data-button][data-style="default"]:not([data-variant]),[data-mode="dark"] [data-style="frosted"] [data-button][data-style="default"]:not([data-variant]),[data-mode="dark"][data-style="frosted"] [data-button]:not([data-style]):not([data-variant]),[data-mode="dark"] [data-style="frosted"] [data-button]:not([data-style]):not([data-variant]){--un-text-opacity:1;color:rgba(var(--color-surface-100),var(--un-text-opacity));}
30
-
31
- [data-style='frosted'] [data-button][data-style='default'][data-variant='primary'],
32
- [data-style='frosted'] [data-button]:not([data-style])[data-variant='primary'] {
33
- border-width:1px;--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
34
- background: color-mix(in srgb, var(--color-primary-500, #6366f1) 60%, transparent);
35
- border-color: rgba(255, 255, 255, 0.25);
36
- box-shadow:
37
- inset 0 1px 0 rgba(255, 255, 255, 0.25),
38
- 0 2px 8px rgba(0, 0, 0, 0.12);
39
- }
40
-
41
- [data-style='frosted'] [data-button][data-style='default'][data-variant='secondary'],
42
- [data-style='frosted'] [data-button]:not([data-style])[data-variant='secondary'] {
43
- border-width:1px;--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
44
- background: color-mix(in srgb, var(--color-secondary-500, #ec4899) 60%, transparent);
45
- border-color: rgba(255, 255, 255, 0.25);
46
- box-shadow:
47
- inset 0 1px 0 rgba(255, 255, 255, 0.25),
48
- 0 2px 8px rgba(0, 0, 0, 0.12);
49
- }
50
-
51
- [data-style='frosted'] [data-button][data-style='default'][data-variant='accent'],
52
- [data-style='frosted'] [data-button]:not([data-style])[data-variant='accent'] {
53
- border-width:1px;--un-text-opacity:1;color:rgba(var(--color-accent-50),var(--un-text-opacity));--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
54
- background: color-mix(in srgb, var(--color-accent-500, #f59e0b) 60%, transparent);
55
- border-color: rgba(255, 255, 255, 0.25);
56
- box-shadow:
57
- inset 0 1px 0 rgba(255, 255, 255, 0.25),
58
- 0 2px 8px rgba(0, 0, 0, 0.12);
59
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="default"][data-variant="accent"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="default"][data-variant="accent"],[data-mode="dark"][data-style="frosted"] [data-button]:not([data-style])[data-variant="accent"],[data-mode="dark"] [data-style="frosted"] [data-button]:not([data-style])[data-variant="accent"]{--un-text-opacity:1;color:rgba(var(--color-accent-50),var(--un-text-opacity));}
60
-
61
- [data-style='frosted'] [data-button][data-style='default'][data-variant='danger'],
62
- [data-style='frosted'] [data-button]:not([data-style])[data-variant='danger'] {
63
- border-width:1px;--un-text-opacity:1;color:rgba(var(--color-danger-50),var(--un-text-opacity));--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
64
- background: color-mix(in srgb, var(--color-danger-500, #ef4444) 60%, transparent);
65
- border-color: rgba(255, 255, 255, 0.25);
66
- box-shadow:
67
- inset 0 1px 0 rgba(255, 255, 255, 0.25),
68
- 0 2px 8px rgba(0, 0, 0, 0.12);
69
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="default"][data-variant="danger"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="default"][data-variant="danger"],[data-mode="dark"][data-style="frosted"] [data-button]:not([data-style])[data-variant="danger"],[data-mode="dark"] [data-style="frosted"] [data-button]:not([data-style])[data-variant="danger"]{--un-text-opacity:1;color:rgba(var(--color-danger-50),var(--un-text-opacity));}
70
-
71
- /* =============================================================================
72
- Outline Style
73
- ============================================================================= */
74
-
75
- [data-style='frosted'] [data-button][data-style='outline'][data-variant='default'],
76
- [data-style='frosted'] [data-button][data-style='outline']:not([data-variant]) {
77
- border-width:1px;background-color:transparent;--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
78
- border-color: rgba(255, 255, 255, 0.28);
79
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
80
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="outline"][data-variant="default"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="outline"][data-variant="default"],[data-mode="dark"][data-style="frosted"] [data-button][data-style="outline"]:not([data-variant]),[data-mode="dark"] [data-style="frosted"] [data-button][data-style="outline"]:not([data-variant]){--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
81
-
82
- [data-style='frosted'] [data-button][data-style='outline'][data-variant='primary'] {
83
- border-width:1px;background-color:transparent;--un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
84
- border-color: rgba(255, 255, 255, 0.28);
85
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="outline"][data-variant="primary"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="outline"][data-variant="primary"]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
86
-
87
- [data-style='frosted'] [data-button][data-style='outline'][data-variant='secondary'] {
88
- border-width:1px;background-color:transparent;--un-text-opacity:1;color:rgba(var(--color-secondary-600),var(--un-text-opacity));
89
- border-color: rgba(255, 255, 255, 0.28);
90
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="outline"][data-variant="secondary"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="outline"][data-variant="secondary"]{--un-text-opacity:1;color:rgba(var(--color-secondary-400),var(--un-text-opacity));}
91
-
92
- [data-style='frosted'] [data-button][data-style='outline'][data-variant='accent'] {
93
- border-width:1px;background-color:transparent;--un-text-opacity:1;color:rgba(var(--color-accent-600),var(--un-text-opacity));
94
- border-color: rgba(255, 255, 255, 0.28);
95
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="outline"][data-variant="accent"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="outline"][data-variant="accent"]{--un-text-opacity:1;color:rgba(var(--color-accent-400),var(--un-text-opacity));}
96
-
97
- [data-style='frosted'] [data-button][data-style='outline'][data-variant='danger'] {
98
- border-width:1px;background-color:transparent;--un-text-opacity:1;color:rgba(var(--color-danger-400),var(--un-text-opacity));
99
- border-color: rgba(255, 255, 255, 0.28);
100
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="outline"][data-variant="danger"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="outline"][data-variant="danger"]{--un-text-opacity:1;color:rgba(var(--color-danger-600),var(--un-text-opacity));}
101
-
102
- /* =============================================================================
103
- Ghost Style
104
- ============================================================================= */
105
-
106
- [data-style='frosted'] [data-button][data-style='ghost'] {
107
- border-color:transparent;background-color:transparent;
108
- }
109
-
110
- [data-style='frosted'] [data-button][data-style='ghost'][data-variant='default'],
111
- [data-style='frosted'] [data-button][data-style='ghost']:not([data-variant]) {
112
- --un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
113
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="ghost"][data-variant="default"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="ghost"][data-variant="default"],[data-mode="dark"][data-style="frosted"] [data-button][data-style="ghost"]:not([data-variant]),[data-mode="dark"] [data-style="frosted"] [data-button][data-style="ghost"]:not([data-variant]){--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
114
-
115
- [data-style='frosted'] [data-button][data-style='ghost'][data-variant='primary'] {
116
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
117
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="ghost"][data-variant="primary"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="ghost"][data-variant="primary"]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
118
-
119
- [data-style='frosted'] [data-button][data-style='ghost'][data-variant='secondary'] {
120
- --un-text-opacity:1;color:rgba(var(--color-secondary-600),var(--un-text-opacity));
121
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="ghost"][data-variant="secondary"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="ghost"][data-variant="secondary"]{--un-text-opacity:1;color:rgba(var(--color-secondary-400),var(--un-text-opacity));}
122
-
123
- [data-style='frosted'] [data-button][data-style='ghost'][data-variant='accent'] {
124
- --un-text-opacity:1;color:rgba(var(--color-accent-600),var(--un-text-opacity));
125
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="ghost"][data-variant="accent"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="ghost"][data-variant="accent"]{--un-text-opacity:1;color:rgba(var(--color-accent-400),var(--un-text-opacity));}
126
-
127
- [data-style='frosted'] [data-button][data-style='ghost'][data-variant='danger'] {
128
- --un-text-opacity:1;color:rgba(var(--color-danger-400),var(--un-text-opacity));
129
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="ghost"][data-variant="danger"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="ghost"][data-variant="danger"]{--un-text-opacity:1;color:rgba(var(--color-danger-600),var(--un-text-opacity));}
130
-
131
- /* =============================================================================
132
- Gradient Style
133
- ============================================================================= */
134
-
135
- [data-style='frosted'] [data-button][data-style='gradient'][data-variant='default'],
136
- [data-style='frosted'] [data-button][data-style='gradient']:not([data-variant]) {
137
- --un-gradient-from-position:0%;--un-gradient-from:rgba(var(--color-surface-300),0.7) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to-position:100%;--un-gradient-to:rgba(var(--color-surface-100),0.5) var(--un-gradient-to-position);--un-gradient-shape:to bottom right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
138
- border-color: rgba(255, 255, 255, 0.2);
139
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
140
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="gradient"][data-variant="default"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="gradient"][data-variant="default"],[data-mode="dark"][data-style="frosted"] [data-button][data-style="gradient"]:not([data-variant]),[data-mode="dark"] [data-style="frosted"] [data-button][data-style="gradient"]:not([data-variant]){--un-gradient-from-position:0%;--un-gradient-from:rgba(var(--color-surface-700),0.7) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to-position:100%;--un-gradient-to:rgba(var(--color-surface-900),0.5) var(--un-gradient-to-position);--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
141
-
142
- [data-style='frosted'] [data-button][data-style='gradient'][data-variant='primary'] {
143
- --un-gradient-from-position:0%;--un-gradient-from:rgba(var(--color-primary-500),0.8) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to-position:100%;--un-gradient-to:rgba(var(--color-primary-300),0.6) var(--un-gradient-to-position);--un-gradient-shape:to bottom right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
144
- border-color: rgba(255, 255, 255, 0.25);
145
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
146
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="gradient"][data-variant="primary"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="gradient"][data-variant="primary"]{--un-gradient-from-position:0%;--un-gradient-from:rgba(var(--color-primary-500),0.8) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to-position:100%;--un-gradient-to:rgba(var(--color-primary-700),0.6) var(--un-gradient-to-position);}
147
-
148
- [data-style='frosted'] [data-button][data-style='gradient'][data-variant='secondary'] {
149
- --un-gradient-from-position:0%;--un-gradient-from:rgba(var(--color-secondary-500),0.8) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to-position:100%;--un-gradient-to:rgba(var(--color-secondary-300),0.6) var(--un-gradient-to-position);--un-gradient-shape:to bottom right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
150
- border-color: rgba(255, 255, 255, 0.25);
151
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
152
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="gradient"][data-variant="secondary"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="gradient"][data-variant="secondary"]{--un-gradient-from-position:0%;--un-gradient-from:rgba(var(--color-secondary-500),0.8) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to-position:100%;--un-gradient-to:rgba(var(--color-secondary-700),0.6) var(--un-gradient-to-position);}
153
-
154
- [data-style='frosted'] [data-button][data-style='gradient'][data-variant='accent'] {
155
- --un-gradient-from-position:0%;--un-gradient-from:rgba(var(--color-accent-500),0.8) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to-position:100%;--un-gradient-to:rgba(var(--color-accent-300),0.6) var(--un-gradient-to-position);--un-gradient-shape:to bottom right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));--un-text-opacity:1;color:rgba(var(--color-accent-50),var(--un-text-opacity));--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
156
- border-color: rgba(255, 255, 255, 0.25);
157
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
158
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="gradient"][data-variant="accent"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="gradient"][data-variant="accent"]{--un-gradient-from-position:0%;--un-gradient-from:rgba(var(--color-accent-500),0.8) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to-position:100%;--un-gradient-to:rgba(var(--color-accent-700),0.6) var(--un-gradient-to-position);--un-text-opacity:1;color:rgba(var(--color-accent-50),var(--un-text-opacity));}
159
-
160
- [data-style='frosted'] [data-button][data-style='gradient'][data-variant='danger'] {
161
- --un-gradient-from-position:0%;--un-gradient-from:rgba(var(--color-danger-500),0.8) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to-position:100%;--un-gradient-to:rgba(var(--color-danger-300),0.6) var(--un-gradient-to-position);--un-gradient-shape:to bottom right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));--un-text-opacity:1;color:rgba(var(--color-danger-50),var(--un-text-opacity));--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
162
- border-color: rgba(255, 255, 255, 0.25);
163
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
164
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="gradient"][data-variant="danger"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="gradient"][data-variant="danger"]{--un-gradient-from-position:0%;--un-gradient-from:rgba(var(--color-danger-500),0.8) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to-position:100%;--un-gradient-to:rgba(var(--color-danger-700),0.6) var(--un-gradient-to-position);--un-text-opacity:1;color:rgba(var(--color-danger-50),var(--un-text-opacity));}
165
-
166
- [data-style='frosted']
167
- [data-button][data-style='gradient']:hover:not(:disabled):not([data-disabled]) {
168
- filter: brightness(1.1);
169
- }
170
-
171
- /* =============================================================================
172
- Link Style
173
- ============================================================================= */
174
-
175
- [data-style='frosted'] [data-button][data-style='link'][data-variant='default'],
176
- [data-style='frosted'] [data-button][data-style='link']:not([data-variant]) {
177
- --un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
178
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="link"][data-variant="default"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="link"][data-variant="default"],[data-mode="dark"][data-style="frosted"] [data-button][data-style="link"]:not([data-variant]),[data-mode="dark"] [data-style="frosted"] [data-button][data-style="link"]:not([data-variant]){--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
179
-
180
- [data-style='frosted'] [data-button][data-style='link'][data-variant='primary'] {
181
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
182
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="link"][data-variant="primary"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="link"][data-variant="primary"]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
183
-
184
- [data-style='frosted'] [data-button][data-style='link'][data-variant='secondary'] {
185
- --un-text-opacity:1;color:rgba(var(--color-secondary-600),var(--un-text-opacity));
186
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="link"][data-variant="secondary"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="link"][data-variant="secondary"]{--un-text-opacity:1;color:rgba(var(--color-secondary-400),var(--un-text-opacity));}
187
-
188
- [data-style='frosted'] [data-button][data-style='link'][data-variant='accent'] {
189
- --un-text-opacity:1;color:rgba(var(--color-accent-600),var(--un-text-opacity));
190
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="link"][data-variant="accent"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="link"][data-variant="accent"]{--un-text-opacity:1;color:rgba(var(--color-accent-400),var(--un-text-opacity));}
191
-
192
- [data-style='frosted'] [data-button][data-style='link'][data-variant='danger'] {
193
- --un-text-opacity:1;color:rgba(var(--color-danger-400),var(--un-text-opacity));
194
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="link"][data-variant="danger"],[data-mode="dark"] [data-style="frosted"] [data-button][data-style="link"][data-variant="danger"]{--un-text-opacity:1;color:rgba(var(--color-danger-600),var(--un-text-opacity));}
195
-
196
- [data-style='frosted'] [data-button][data-style='link']:hover:not(:disabled):not([data-disabled]) {
197
- --un-text-opacity:1;color:rgba(var(--color-primary-700),var(--un-text-opacity));
198
- }[data-mode="dark"][data-style="frosted"] [data-button][data-style="link"]:hover:not(:disabled):not([data-disabled]),[data-mode="dark"] [data-style="frosted"] [data-button][data-style="link"]:hover:not(:disabled):not([data-disabled]){--un-text-opacity:1;color:rgba(var(--color-primary-300),var(--un-text-opacity));}
199
-
200
- /* =============================================================================
201
- Hover States
202
- ============================================================================= */
203
-
204
- [data-style='frosted'] [data-button][data-style='default']:hover:not(:disabled):not([data-disabled]),
205
- [data-style='frosted'] [data-button]:not([data-style]):hover:not(:disabled):not([data-disabled]) {
206
- background: color-mix(in srgb, var(--color-surface-z4, #888) 38%, transparent);
207
- border-color: rgba(255, 255, 255, 0.3);
208
- box-shadow:
209
- inset 0 1px 0 rgba(255, 255, 255, 0.28),
210
- 0 4px 16px rgba(0, 0, 0, 0.12);
211
- }
212
-
213
- [data-style='frosted'] [data-button][data-style='outline']:hover:not(:disabled):not([data-disabled]) {
214
- background: rgba(255, 255, 255, 0.06);
215
- border-color: rgba(255, 255, 255, 0.4);
216
- }
217
-
218
- [data-style='frosted'] [data-button][data-style='ghost']:hover:not(:disabled):not([data-disabled]) {
219
- background: rgba(255, 255, 255, 0.06);
220
- }
221
-
222
- /* =============================================================================
223
- Focus
224
- ============================================================================= */
225
-
226
- [data-style='frosted'] [data-button]:focus-visible {
227
- box-shadow:
228
- inset 0 1px 0 rgba(255, 255, 255, 0.2),
229
- 0 0 0 2px rgba(255, 255, 255, 0.25);
230
- outline: none;
231
- }
232
-
233
- /* Glass Theme - Form field and input styles
234
- * Glassmorphism inputs with blur, transparency, and subtle borders.
235
- */
236
-
237
- /* Field root: text color, spacing */
238
- [data-style='frosted'] [data-field-root] {
239
- gap:0.25rem;border-radius:0.375rem;--un-text-opacity:1;color:rgba(var(--color-surface-900),var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
240
- }[data-mode="dark"][data-style="frosted"] [data-field-root],[data-mode="dark"] [data-style="frosted"] [data-field-root]{--un-text-opacity:1;color:rgba(var(--color-surface-100),var(--un-text-opacity));}
241
-
242
- /* Disabled state */
243
- [data-style='frosted'] [data-field-root][data-field-disabled] [data-input-root] {
244
- cursor:not-allowed;opacity:0.5;
245
- }
246
-
247
- /* Labels */
248
- [data-style='frosted'] [data-field] > label {
249
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
250
- }[data-mode="dark"][data-style="frosted"] [data-field]>label,[data-mode="dark"] [data-style="frosted"] [data-field]>label{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
251
-
252
- [data-style='frosted'] [data-form-root] label {
253
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
254
- }[data-mode="dark"][data-style="frosted"] [data-form-root] label,[data-mode="dark"] [data-style="frosted"] [data-form-root] label{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
255
-
256
- /* Info field value */
257
- [data-style='frosted'] [data-field-info] {
258
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));font-weight:500;
259
- }[data-mode="dark"][data-style="frosted"] [data-field-info],[data-mode="dark"] [data-style="frosted"] [data-field-info]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
260
-
261
- /* Separator */
262
- [data-style='frosted'] [data-form-separator] {
263
- border-color:rgba(var(--color-surface-500),0.2);
264
- }[data-mode="dark"][data-style="frosted"] [data-form-separator],[data-mode="dark"] [data-style="frosted"] [data-form-separator]{border-color:rgba(var(--color-surface-500),0.2);}
265
-
266
- /* Input root: frosted glass container — p-0.5 gives a small gap between border and content.
267
- * No backdrop-blur here: it creates a stacking context that traps select dropdowns.
268
- * The semi-transparent background + specular border provides the liquid glass look. */
269
- [data-style='frosted'] [data-input-root] {
270
- display:flex;align-items:center;border-width:1px;border-radius:0.375rem;padding:0.125rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
271
- background: color-mix(in srgb, var(--color-surface-z3, #888) 22%, transparent);
272
- background-image: none;
273
- border-color: rgba(255, 255, 255, 0.2);
274
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
275
- }
276
-
277
- [data-style='frosted'] [data-input-root]:hover {
278
- border-color: rgba(255, 255, 255, 0.28);
279
- }
280
-
281
- [data-style='frosted'] [data-input-root]:focus-within {
282
- background: color-mix(in srgb, var(--color-surface-z3, #888) 28%, transparent);
283
- background-image: none;
284
- border-color: rgba(255, 255, 255, 0.35);
285
- box-shadow:
286
- inset 0 1px 0 rgba(255, 255, 255, 0.18),
287
- 0 0 0 2px rgba(255, 255, 255, 0.12);
288
- }
289
-
290
- /* Standard inputs inside wrapper */
291
- [data-style='frosted'] [data-input-root] input:not([type='checkbox'], [type='radio'], [type='color']),
292
- [data-style='frosted'] [data-input-root] select {
293
- border-radius:0.375rem;border-style:none;background-color:transparent;padding-left:0.75rem;padding-right:0.75rem;--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
294
- font-size: 0.875rem;
295
- height: 2.25rem;
296
- }[data-mode="dark"][data-style="frosted"] [data-input-root] input:not([type="checkbox"],[type="radio"],[type="color"]),[data-mode="dark"] [data-style="frosted"] [data-input-root] input:not([type="checkbox"],[type="radio"],[type="color"]),[data-mode="dark"][data-style="frosted"] [data-input-root] select,[data-mode="dark"] [data-style="frosted"] [data-input-root] select{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}[data-style="frosted"] [data-input-root] input:not([type="checkbox"],[type="radio"],[type="color"]):focus,[data-style="frosted"] [data-input-root] select:focus{outline:2px solid transparent;outline-offset:2px;}
297
-
298
- [data-style='frosted'] [data-input-root] textarea {
299
- border-radius:0.375rem;border-style:none;background-color:transparent;padding-left:0.75rem;padding-right:0.75rem;padding-top:0.5rem;padding-bottom:0.5rem;--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
300
- font-size: 0.875rem;
301
- }[data-mode="dark"][data-style="frosted"] [data-input-root] textarea,[data-mode="dark"] [data-style="frosted"] [data-input-root] textarea{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}[data-style="frosted"] [data-input-root] textarea:focus{outline:2px solid transparent;outline-offset:2px;}
302
-
303
- /* Select inside input-root: suppress standalone glass select styles */
304
- [data-style='frosted'] [data-input-root] [data-select-trigger] {
305
- border-radius:0.375rem;border-style:none;background-color:transparent;--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-width:0px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
306
- background-image: none;
307
- backdrop-filter: none;
308
- }[data-mode="dark"][data-style="frosted"] [data-input-root] [data-select-trigger],[data-mode="dark"] [data-style="frosted"] [data-input-root] [data-select-trigger]{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}[data-style="frosted"] [data-input-root] [data-select-trigger]:focus{outline:2px solid transparent;outline-offset:2px;}
309
-
310
- /* Suppress standalone select open-state when inside input-root */
311
- [data-style='frosted'] [data-input-root] [data-select][data-open='true'] [data-select-trigger] {
312
- border-style:none;--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-width:0px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
313
- }
314
-
315
- /* Placeholders */
316
- [data-style='frosted'] [data-input-root] input::placeholder,
317
- [data-style='frosted'] [data-input-root] textarea::placeholder {
318
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
319
- }[data-mode="dark"][data-style="frosted"] [data-input-root] input::placeholder,[data-mode="dark"] [data-style="frosted"] [data-input-root] input::placeholder,[data-mode="dark"][data-style="frosted"] [data-input-root] textarea::placeholder,[data-mode="dark"] [data-style="frosted"] [data-input-root] textarea::placeholder{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
320
-
321
- /* Checkbox field */
322
- [data-style='frosted'] [data-field-type='checkbox'] [data-field] {
323
- display:flex;align-items:center;line-height:2;
324
- }
325
-
326
- /* Checkbox icon */
327
- [data-style='frosted'] [data-checkbox-icon] {
328
- cursor:pointer;border-radius:0.25rem;font-size:1.125rem;line-height:1.75rem;--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
329
- }[data-mode="dark"][data-style="frosted"] [data-checkbox-icon],[data-mode="dark"] [data-style="frosted"] [data-checkbox-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
330
-
331
- [data-style='frosted'] [data-checkbox-icon]:focus-visible {
332
- outline-width:2px;--un-outline-color-opacity:1;outline-color:rgba(var(--color-primary-400),var(--un-outline-color-opacity));outline-offset:2px;
333
- }[data-mode="dark"][data-style="frosted"] [data-checkbox-icon]:focus-visible,[data-mode="dark"] [data-style="frosted"] [data-checkbox-icon]:focus-visible{--un-outline-color-opacity:1;outline-color:rgba(var(--color-primary-600),var(--un-outline-color-opacity));}
334
-
335
- [data-style='frosted']
336
- [data-checkbox-root][data-variant='custom']:has(input:checked)
337
- [data-checkbox-icon] {
338
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
339
- }[data-mode="dark"][data-style="frosted"] [data-checkbox-root][data-variant="custom"]:has(input:checked) [data-checkbox-icon],[data-mode="dark"] [data-style="frosted"] [data-checkbox-root][data-variant="custom"]:has(input:checked) [data-checkbox-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
340
-
341
- [data-style='frosted'] [data-field] textarea {
342
- min-height:5rem;padding-top:0.5rem;padding-bottom:0.5rem;
343
- }
344
-
345
- /* Color input */
346
- [data-style='frosted'] [data-field-type='color'] [data-input-root] {
347
- overflow:hidden;
348
- }
349
-
350
- [data-style='frosted'] [data-field-type='color'] input[type='color'] {
351
- min-height:2.75rem;display:flex;flex:1 1 0%;border-radius:0.375rem;background-color:transparent;
352
- }[data-style="frosted"] [data-field-type="color"] input[type="color"]:focus{outline:2px solid transparent;outline-offset:2px;}
353
-
354
- /* Description and message */
355
- [data-style='frosted'] [data-description],
356
- [data-style='frosted'] [data-message] {
357
- --un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
358
- }[data-mode="dark"][data-style="frosted"] [data-description],[data-mode="dark"] [data-style="frosted"] [data-description],[data-mode="dark"][data-style="frosted"] [data-message],[data-mode="dark"] [data-style="frosted"] [data-message]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
359
-
360
- [data-style='frosted'] [data-message] {
361
- border-radius:0.375rem;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;
362
- }
363
-
364
- /* Error state */
365
- [data-style='frosted'] [data-field-root][data-field-state='fail'] [data-input-root] {
366
- border-color:rgba(var(--color-danger-500),0.5);
367
- }[data-mode="dark"][data-style="frosted"] [data-field-root][data-field-state="fail"] [data-input-root],[data-mode="dark"] [data-style="frosted"] [data-field-root][data-field-state="fail"] [data-input-root]{border-color:rgba(var(--color-danger-500),0.5);}
368
-
369
- /**
370
- * Toolbar - Glass Theme Styles
371
- *
372
- * Glassmorphism styling with blur and transparency.
373
- */
374
-
375
- /* =============================================================================
376
- Toolbar Container
377
- ============================================================================= */
378
-
379
- [data-style='frosted'] [data-toolbar] {
380
- background-color:rgba(var(--color-surface-100),0.7);--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
381
- }[data-mode="dark"][data-style="frosted"] [data-toolbar],[data-mode="dark"] [data-style="frosted"] [data-toolbar]{background-color:rgba(var(--color-surface-900),0.7);}
382
-
383
- /* Position-based borders */
384
- [data-style='frosted'] [data-toolbar][data-toolbar-position='top'],
385
- [data-style='frosted'] [data-toolbar]:not([data-toolbar-position]) {
386
- border-bottom-width:1px;border-color:rgba(var(--color-surface-500),0.2);
387
- }[data-mode="dark"][data-style="frosted"] [data-toolbar][data-toolbar-position="top"],[data-mode="dark"] [data-style="frosted"] [data-toolbar][data-toolbar-position="top"],[data-mode="dark"][data-style="frosted"] [data-toolbar]:not([data-toolbar-position]),[data-mode="dark"] [data-style="frosted"] [data-toolbar]:not([data-toolbar-position]){border-color:rgba(var(--color-surface-500),0.2);}
388
-
389
- [data-style='frosted'] [data-toolbar][data-toolbar-position='bottom'] {
390
- border-top-width:1px;border-color:rgba(var(--color-surface-500),0.2);
391
- }[data-mode="dark"][data-style="frosted"] [data-toolbar][data-toolbar-position="bottom"],[data-mode="dark"] [data-style="frosted"] [data-toolbar][data-toolbar-position="bottom"]{border-color:rgba(var(--color-surface-500),0.2);}
392
-
393
- [data-style='frosted'] [data-toolbar][data-toolbar-position='left'] {
394
- border-right-width:1px;border-color:rgba(var(--color-surface-500),0.2);
395
- }[data-mode="dark"][data-style="frosted"] [data-toolbar][data-toolbar-position="left"],[data-mode="dark"] [data-style="frosted"] [data-toolbar][data-toolbar-position="left"]{border-color:rgba(var(--color-surface-500),0.2);}
396
-
397
- [data-style='frosted'] [data-toolbar][data-toolbar-position='right'] {
398
- border-left-width:1px;border-color:rgba(var(--color-surface-500),0.2);
399
- }[data-mode="dark"][data-style="frosted"] [data-toolbar][data-toolbar-position="right"],[data-mode="dark"] [data-style="frosted"] [data-toolbar][data-toolbar-position="right"]{border-color:rgba(var(--color-surface-500),0.2);}
400
-
401
- /* =============================================================================
402
- Toolbar Items
403
- ============================================================================= */
404
-
405
- [data-style='frosted'] [data-toolbar-item] {
406
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
407
- }[data-mode="dark"][data-style="frosted"] [data-toolbar-item],[data-mode="dark"] [data-style="frosted"] [data-toolbar-item]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
408
-
409
- [data-style='frosted'] [data-toolbar-item]:hover:not(:disabled):not([data-disabled='true']) {
410
- background-color:rgba(var(--color-surface-200),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));
411
- }[data-mode="dark"][data-style="frosted"] [data-toolbar-item]:hover:not(:disabled):not([data-disabled="true"]),[data-mode="dark"] [data-style="frosted"] [data-toolbar-item]:hover:not(:disabled):not([data-disabled="true"]){background-color:rgba(var(--color-surface-800),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
412
-
413
- [data-style='frosted'] [data-toolbar-item]:focus-visible:not(:disabled):not([data-disabled='true']) {
414
- background-color:rgba(var(--color-surface-200),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px;--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:rgba(var(--color-surface-500),0.4);
415
- }[data-mode="dark"][data-style="frosted"] [data-toolbar-item]:focus-visible:not(:disabled):not([data-disabled="true"]),[data-mode="dark"] [data-style="frosted"] [data-toolbar-item]:focus-visible:not(:disabled):not([data-disabled="true"]){background-color:rgba(var(--color-surface-800),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));--un-ring-color:rgba(var(--color-surface-500),0.4);}
416
-
417
- /* Active/pressed state */
418
- [data-style='frosted'] [data-toolbar-item][data-active='true'] {
419
- background-color:rgba(var(--color-primary-500),0.3);--un-text-opacity:1;color:rgba(var(--color-primary-900),var(--un-text-opacity));
420
- }[data-mode="dark"][data-style="frosted"] [data-toolbar-item][data-active="true"],[data-mode="dark"] [data-style="frosted"] [data-toolbar-item][data-active="true"]{background-color:rgba(var(--color-primary-500),0.3);--un-text-opacity:1;color:rgba(var(--color-primary-100),var(--un-text-opacity));}
421
-
422
- [data-style='frosted'] [data-toolbar-item][data-active='true']:hover:not(:disabled) {
423
- background-color:rgba(var(--color-primary-500),0.4);--un-text-opacity:1;color:rgba(var(--color-primary-950),var(--un-text-opacity));
424
- }[data-mode="dark"][data-style="frosted"] [data-toolbar-item][data-active="true"]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-toolbar-item][data-active="true"]:hover:not(:disabled){background-color:rgba(var(--color-primary-500),0.4);--un-text-opacity:1;color:rgba(var(--color-primary-50),var(--un-text-opacity));}
425
-
426
- /* =============================================================================
427
- Toolbar Icon
428
- ============================================================================= */
429
-
430
- [data-style='frosted'] [data-toolbar-item] [data-toolbar-icon] {
431
- --un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
432
- }[data-mode="dark"][data-style="frosted"] [data-toolbar-item] [data-toolbar-icon],[data-mode="dark"] [data-style="frosted"] [data-toolbar-item] [data-toolbar-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
433
-
434
- [data-style='frosted'] [data-toolbar-item]:hover:not(:disabled) [data-toolbar-icon] {
435
- --un-text-opacity:1;color:rgba(var(--color-surface-900),var(--un-text-opacity));
436
- }[data-mode="dark"][data-style="frosted"] [data-toolbar-item]:hover:not(:disabled) [data-toolbar-icon],[data-mode="dark"] [data-style="frosted"] [data-toolbar-item]:hover:not(:disabled) [data-toolbar-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-100),var(--un-text-opacity));}
437
-
438
- [data-style='frosted'] [data-toolbar-item][data-active='true'] [data-toolbar-icon] {
439
- --un-text-opacity:1;color:rgba(var(--color-primary-700),var(--un-text-opacity));
440
- }[data-mode="dark"][data-style="frosted"] [data-toolbar-item][data-active="true"] [data-toolbar-icon],[data-mode="dark"] [data-style="frosted"] [data-toolbar-item][data-active="true"] [data-toolbar-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-300),var(--un-text-opacity));}
441
-
442
- /* =============================================================================
443
- Separator & Divider
444
- ============================================================================= */
445
-
446
- [data-style='frosted'] [data-toolbar-separator] {
447
- background-color:rgba(var(--color-surface-500),0.2);
448
- }[data-mode="dark"][data-style="frosted"] [data-toolbar-separator],[data-mode="dark"] [data-style="frosted"] [data-toolbar-separator]{background-color:rgba(var(--color-surface-500),0.2);}
449
-
450
- [data-style='frosted'] [data-toolbar-divider] {
451
- background-color:rgba(var(--color-surface-500),0.2);
452
- }[data-mode="dark"][data-style="frosted"] [data-toolbar-divider],[data-mode="dark"] [data-style="frosted"] [data-toolbar-divider]{background-color:rgba(var(--color-surface-500),0.2);}
453
-
454
- /**
455
- * Tabs - Glass Theme Styles
456
- *
457
- * Glassmorphism styling with blur and transparency.
458
- */
459
-
460
- /* =============================================================================
461
- Tab List
462
- ============================================================================= */
463
-
464
- [data-style='frosted'] [data-tabs-list] {
465
- border-width:0px;border-bottom-width:1px;border-color:rgba(var(--color-surface-500),0.2);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;background-color:rgba(var(--color-surface-100),0.7);padding-left:0;padding-right:0;--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
466
- }[data-mode="dark"][data-style="frosted"] [data-tabs-list],[data-mode="dark"] [data-style="frosted"] [data-tabs-list]{border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-900),0.7);}
467
-
468
- [data-style='frosted'] [data-tabs][data-position='after'] [data-tabs-list] {
469
- border-top-width:1px;border-bottom-width:0px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;
470
- }
471
-
472
- /* =============================================================================
473
- Tab Triggers
474
- ============================================================================= */
475
-
476
- [data-style='frosted'] [data-tabs-trigger] {
477
- background-color:transparent;--un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
478
- }[data-mode="dark"][data-style="frosted"] [data-tabs-trigger],[data-mode="dark"] [data-style="frosted"] [data-tabs-trigger]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
479
-
480
- [data-style='frosted'] [data-tabs-trigger]:hover:not(:disabled):not([data-disabled]) {
481
- background-color:rgba(var(--color-surface-200),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
482
- }[data-mode="dark"][data-style="frosted"] [data-tabs-trigger]:hover:not(:disabled):not([data-disabled]),[data-mode="dark"] [data-style="frosted"] [data-tabs-trigger]:hover:not(:disabled):not([data-disabled]){background-color:rgba(var(--color-surface-800),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
483
-
484
- /* Selected state */
485
- [data-style='frosted'] [data-tabs-trigger][data-selected] {
486
- border-width:1px;border-color:rgba(var(--color-primary-500),0.5);background-color:rgba(var(--color-primary-500),0.4);--un-text-opacity:1;color:rgba(var(--color-primary-900),var(--un-text-opacity));--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
487
- }[data-mode="dark"][data-style="frosted"] [data-tabs-trigger][data-selected],[data-mode="dark"] [data-style="frosted"] [data-tabs-trigger][data-selected]{border-color:rgba(var(--color-primary-500),0.5);background-color:rgba(var(--color-primary-500),0.4);--un-text-opacity:1;color:rgba(var(--color-primary-100),var(--un-text-opacity));}
488
-
489
- /* =============================================================================
490
- Tab Icon
491
- ============================================================================= */
492
-
493
- [data-style='frosted'] [data-tabs-trigger] [data-tabs-icon] {
494
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
495
- }[data-mode="dark"][data-style="frosted"] [data-tabs-trigger] [data-tabs-icon],[data-mode="dark"] [data-style="frosted"] [data-tabs-trigger] [data-tabs-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
496
-
497
- [data-style='frosted'] [data-tabs-trigger]:hover:not(:disabled) [data-tabs-icon] {
498
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
499
- }[data-mode="dark"][data-style="frosted"] [data-tabs-trigger]:hover:not(:disabled) [data-tabs-icon],[data-mode="dark"] [data-style="frosted"] [data-tabs-trigger]:hover:not(:disabled) [data-tabs-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
500
-
501
- [data-style='frosted'] [data-tabs-trigger][data-selected] [data-tabs-icon] {
502
- --un-text-opacity:1;color:rgba(var(--color-primary-700),var(--un-text-opacity));
503
- }[data-mode="dark"][data-style="frosted"] [data-tabs-trigger][data-selected] [data-tabs-icon],[data-mode="dark"] [data-style="frosted"] [data-tabs-trigger][data-selected] [data-tabs-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-300),var(--un-text-opacity));}
504
-
505
- /* =============================================================================
506
- Tab Panel
507
- ============================================================================= */
508
-
509
- [data-style='frosted'] [data-tabs-content] {
510
- --un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
511
- }[data-mode="dark"][data-style="frosted"] [data-tabs-content],[data-mode="dark"] [data-style="frosted"] [data-tabs-content]{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
512
-
513
- /**
514
- * Toggle - Glass Theme Styles
515
- *
516
- * Glassmorphism styling with blur and transparency.
517
- */
518
-
519
- /* =============================================================================
520
- Toggle Container
521
- ============================================================================= */
522
-
523
- [data-style='frosted'] [data-toggle] {
524
- border-width:1px;border-color:rgba(var(--color-surface-500),0.2);border-radius:0.5rem;background-color:rgba(var(--color-surface-100),0.7);--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
525
- }[data-mode="dark"][data-style="frosted"] [data-toggle],[data-mode="dark"] [data-style="frosted"] [data-toggle]{border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-900),0.7);}
526
-
527
- /* =============================================================================
528
- Toggle Options
529
- ============================================================================= */
530
-
531
- [data-style='frosted'] [data-toggle-option] {
532
- --un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
533
- }[data-mode="dark"][data-style="frosted"] [data-toggle-option],[data-mode="dark"] [data-style="frosted"] [data-toggle-option]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
534
-
535
- [data-style='frosted'] [data-toggle-option]:hover:not(:disabled):not([data-disabled='true']),
536
- [data-style='frosted'] [data-toggle-option]:focus:not(:disabled):not([data-disabled='true']) {
537
- background-color:rgba(var(--color-surface-200),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
538
- }[data-mode="dark"][data-style="frosted"] [data-toggle-option]:hover:not(:disabled):not([data-disabled="true"]),[data-mode="dark"] [data-style="frosted"] [data-toggle-option]:hover:not(:disabled):not([data-disabled="true"]),[data-mode="dark"][data-style="frosted"] [data-toggle-option]:focus:not(:disabled):not([data-disabled="true"]),[data-mode="dark"] [data-style="frosted"] [data-toggle-option]:focus:not(:disabled):not([data-disabled="true"]){background-color:rgba(var(--color-surface-800),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
539
-
540
- /* Selected state */
541
- [data-style='frosted'] [data-toggle-option][data-selected='true'] {
542
- border-width:1px;border-color:rgba(var(--color-primary-500),0.5);background-color:rgba(var(--color-primary-500),0.4);--un-text-opacity:1;color:rgba(var(--color-primary-900),var(--un-text-opacity));--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
543
- }[data-mode="dark"][data-style="frosted"] [data-toggle-option][data-selected="true"],[data-mode="dark"] [data-style="frosted"] [data-toggle-option][data-selected="true"]{border-color:rgba(var(--color-primary-500),0.5);background-color:rgba(var(--color-primary-500),0.4);--un-text-opacity:1;color:rgba(var(--color-primary-100),var(--un-text-opacity));}
544
-
545
- /* =============================================================================
546
- Toggle Icon
547
- ============================================================================= */
548
-
549
- [data-style='frosted'] [data-toggle-option] [data-toggle-icon] {
550
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
551
- }[data-mode="dark"][data-style="frosted"] [data-toggle-option] [data-toggle-icon],[data-mode="dark"] [data-style="frosted"] [data-toggle-option] [data-toggle-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
552
-
553
- [data-style='frosted'] [data-toggle-option]:hover:not(:disabled) [data-toggle-icon],
554
- [data-style='frosted'] [data-toggle-option]:focus:not(:disabled) [data-toggle-icon] {
555
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
556
- }[data-mode="dark"][data-style="frosted"] [data-toggle-option]:hover:not(:disabled) [data-toggle-icon],[data-mode="dark"] [data-style="frosted"] [data-toggle-option]:hover:not(:disabled) [data-toggle-icon],[data-mode="dark"][data-style="frosted"] [data-toggle-option]:focus:not(:disabled) [data-toggle-icon],[data-mode="dark"] [data-style="frosted"] [data-toggle-option]:focus:not(:disabled) [data-toggle-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
557
-
558
- [data-style='frosted'] [data-toggle-option][data-selected='true'] [data-toggle-icon] {
559
- --un-text-opacity:1;color:rgba(var(--color-primary-700),var(--un-text-opacity));
560
- }[data-mode="dark"][data-style="frosted"] [data-toggle-option][data-selected="true"] [data-toggle-icon],[data-mode="dark"] [data-style="frosted"] [data-toggle-option][data-selected="true"] [data-toggle-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-300),var(--un-text-opacity));}
561
-
562
- /**
563
- * Switch - Frosted Glass Theme Styles
564
- *
565
- * Liquid frosted glass: translucent track with specular border and blur.
566
- */
567
-
568
- [data-style='frosted'] [data-switch-track] {
569
- border-width:1px;--un-backdrop-blur:blur(16px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
570
- background: color-mix(in srgb, var(--color-surface-z4, #888) 25%, transparent);
571
- border-color: rgba(255, 255, 255, 0.2);
572
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
573
- }
574
-
575
- [data-style='frosted'] [data-switch-thumb] {
576
- background: rgba(255, 255, 255, 0.85);
577
- box-shadow:
578
- 0 1px 3px rgba(0, 0, 0, 0.2),
579
- inset 0 1px 0 rgba(255, 255, 255, 0.9);
580
- }
581
-
582
- [data-style='frosted'] [data-switch]:focus-visible [data-switch-track] {
583
- box-shadow:
584
- inset 0 1px 0 rgba(255, 255, 255, 0.15),
585
- 0 0 0 2px rgba(255, 255, 255, 0.25);
586
- }
587
-
588
- /* On state */
589
- [data-style='frosted'] [data-switch][aria-checked='true'] [data-switch-track] {
590
- background: color-mix(in srgb, var(--color-primary-500, #6366f1) 55%, transparent);
591
- border-color: rgba(255, 255, 255, 0.28);
592
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
593
- }
594
-
595
- [data-style='frosted'] [data-switch][aria-checked='true'] [data-switch-thumb] {
596
- background: rgba(255, 255, 255, 0.95);
597
- box-shadow:
598
- 0 2px 6px rgba(0, 0, 0, 0.2),
599
- inset 0 1px 0 rgba(255, 255, 255, 1);
600
- }
601
-
602
- [data-style='frosted'] [data-switch-label] {
603
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
604
- }[data-mode="dark"][data-style="frosted"] [data-switch-label],[data-mode="dark"] [data-style="frosted"] [data-switch-label]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
605
-
606
- /**
607
- * List - Glass Theme Styles
608
- *
609
- * Glassmorphism styling with blur and transparency.
610
- */
611
-
612
- /* =============================================================================
613
- List Container
614
- ============================================================================= */
615
-
616
- [data-style='frosted'] [data-list]:focus-within {
617
- border-radius:0.25rem;--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:rgba(var(--color-surface-500),0.4);
618
- }[data-mode="dark"][data-style="frosted"] [data-list]:focus-within,[data-mode="dark"] [data-style="frosted"] [data-list]:focus-within{--un-ring-color:rgba(var(--color-surface-500),0.4);}
619
-
620
- /* =============================================================================
621
- List Items
622
- ============================================================================= */
623
-
624
- [data-style='frosted'] [data-list] [data-list-item] {
625
- --un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
626
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item]{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
627
-
628
- [data-style='frosted'] [data-list] a[data-list-item],
629
- [data-style='frosted'] [data-list] button[data-list-item] {
630
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
631
- }[data-mode="dark"][data-style="frosted"] [data-list] a[data-list-item],[data-mode="dark"] [data-style="frosted"] [data-list] a[data-list-item],[data-mode="dark"][data-style="frosted"] [data-list] button[data-list-item],[data-mode="dark"] [data-style="frosted"] [data-list] button[data-list-item]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
632
-
633
- /* Hover and focus (keyboard navigation) */
634
- [data-style='frosted'] [data-list] [data-list-item]:hover:not(:disabled):not([data-disabled='true']),
635
- [data-style='frosted'] [data-list] [data-list-item]:focus:not(:disabled):not([data-disabled='true']) {
636
- background-color:rgba(var(--color-surface-200),0.15);background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px;
637
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item]:hover:not(:disabled):not([data-disabled="true"]),[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item]:hover:not(:disabled):not([data-disabled="true"]),[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item]:focus:not(:disabled):not([data-disabled="true"]),[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item]:focus:not(:disabled):not([data-disabled="true"]){background-color:rgba(var(--color-surface-800),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
638
-
639
- /* Active state — muted when list not focused */
640
- [data-style='frosted'] [data-list] [data-list-item][data-active='true'] {
641
- background-color:rgba(var(--color-surface-200),0.15);background-image:none;--un-text-opacity:1;color:rgba(var(--color-primary-900),var(--un-text-opacity));
642
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item][data-active="true"],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item][data-active="true"]{background-color:rgba(var(--color-surface-800),0.15);--un-text-opacity:1;color:rgba(var(--color-primary-100),var(--un-text-opacity));}
643
-
644
- /* Active state — full highlight when list has focus */
645
- [data-style='frosted'] [data-list]:focus-within [data-list-item][data-active='true'] {
646
- background-color:rgba(var(--color-primary-500),0.3);background-image:none;--un-text-opacity:1;color:rgba(var(--color-primary-900),var(--un-text-opacity));
647
- }[data-mode="dark"][data-style="frosted"] [data-list]:focus-within [data-list-item][data-active="true"],[data-mode="dark"] [data-style="frosted"] [data-list]:focus-within [data-list-item][data-active="true"]{background-color:rgba(var(--color-primary-500),0.3);--un-text-opacity:1;color:rgba(var(--color-primary-100),var(--un-text-opacity));}
648
-
649
- /* Active + hover/focus */
650
- [data-style='frosted'] [data-list] [data-list-item][data-active='true']:hover:not(:disabled),
651
- [data-style='frosted'] [data-list] [data-list-item][data-active='true']:focus:not(:disabled) {
652
- background-color:rgba(var(--color-primary-500),0.4);background-image:none;
653
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item][data-active="true"]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item][data-active="true"]:hover:not(:disabled),[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item][data-active="true"]:focus:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item][data-active="true"]:focus:not(:disabled){background-color:rgba(var(--color-primary-500),0.4);}
654
-
655
- /* =============================================================================
656
- Item Elements
657
- ============================================================================= */
658
-
659
- [data-style='frosted'] [data-list] [data-list-item] [data-item-icon] {
660
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
661
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item] [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item] [data-item-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
662
-
663
- [data-style='frosted'] [data-list] [data-list-item]:hover:not(:disabled) [data-item-icon],
664
- [data-style='frosted'] [data-list] [data-list-item]:focus:not(:disabled) [data-item-icon] {
665
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
666
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item]:hover:not(:disabled) [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item]:hover:not(:disabled) [data-item-icon],[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item]:focus:not(:disabled) [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item]:focus:not(:disabled) [data-item-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
667
-
668
- [data-style='frosted'] [data-list] [data-list-item][data-active='true'] [data-item-icon] {
669
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
670
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item][data-active="true"] [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item][data-active="true"] [data-item-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
671
-
672
- [data-style='frosted'] [data-list] [data-list-item] [data-item-description] {
673
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
674
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item] [data-item-description],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item] [data-item-description]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
675
-
676
- [data-style='frosted'] [data-list] [data-list-item][data-active='true'] [data-item-description] {
677
- --un-text-opacity:1;color:rgba(var(--color-primary-700),var(--un-text-opacity));
678
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item][data-active="true"] [data-item-description],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item][data-active="true"] [data-item-description]{--un-text-opacity:1;color:rgba(var(--color-primary-300),var(--un-text-opacity));}
679
-
680
- [data-style='frosted'] [data-list] [data-list-item] [data-item-badge] {
681
- background-color:rgba(var(--color-surface-200),0.15);background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
682
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item] [data-item-badge],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item] [data-item-badge]{background-color:rgba(var(--color-surface-800),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
683
-
684
- [data-style='frosted'] [data-list] [data-list-item][data-active='true'] [data-item-badge] {
685
- background-color:rgba(var(--color-primary-500),0.25);background-image:none;--un-text-opacity:1;color:rgba(var(--color-primary-800),var(--un-text-opacity));
686
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item][data-active="true"] [data-item-badge],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item][data-active="true"] [data-item-badge]{background-color:rgba(var(--color-primary-500),0.25);--un-text-opacity:1;color:rgba(var(--color-primary-200),var(--un-text-opacity));}
687
-
688
- /* =============================================================================
689
- Groups
690
- ============================================================================= */
691
-
692
- [data-style='frosted'] [data-list] [data-list-group] {
693
- --un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
694
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-group],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-group]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
695
-
696
- [data-style='frosted'] [data-list] [data-list-group]:hover:not(:disabled),
697
- [data-style='frosted'] [data-list] [data-list-group]:focus:not(:disabled) {
698
- background-color:rgba(var(--color-surface-300),0.25);background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
699
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-group]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-group]:hover:not(:disabled),[data-mode="dark"][data-style="frosted"] [data-list] [data-list-group]:focus:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-group]:focus:not(:disabled){background-color:rgba(var(--color-surface-700),0.25);--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
700
-
701
- /* =============================================================================
702
- Separator
703
- ============================================================================= */
704
-
705
- [data-style='frosted'] [data-list] [data-list-separator] {
706
- background-color:rgba(var(--color-surface-500),0.2);background-image:none;
707
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-separator],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-separator]{background-color:rgba(var(--color-surface-500),0.2);}
708
-
709
- /* =============================================================================
710
- Multi-Selection
711
- ============================================================================= */
712
-
713
- [data-style='frosted'] [data-list] [data-list-item][data-selected='true'] {
714
- background-color:rgba(var(--color-primary-500),0.2);background-image:none;--un-text-opacity:1;color:rgba(var(--color-primary-900),var(--un-text-opacity));
715
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item][data-selected="true"],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item][data-selected="true"]{background-color:rgba(var(--color-primary-500),0.2);--un-text-opacity:1;color:rgba(var(--color-primary-100),var(--un-text-opacity));}
716
-
717
- [data-style='frosted'] [data-list]:focus-within [data-list-item][data-selected='true'] {
718
- background-color:rgba(var(--color-primary-500),0.3);background-image:none;
719
- }[data-mode="dark"][data-style="frosted"] [data-list]:focus-within [data-list-item][data-selected="true"],[data-mode="dark"] [data-style="frosted"] [data-list]:focus-within [data-list-item][data-selected="true"]{background-color:rgba(var(--color-primary-500),0.3);}
720
-
721
- [data-style='frosted'] [data-list] [data-list-item][data-selected='true']:hover:not(:disabled) {
722
- background-color:rgba(var(--color-primary-500),0.4);background-image:none;
723
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item][data-selected="true"]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item][data-selected="true"]:hover:not(:disabled){background-color:rgba(var(--color-primary-500),0.4);}
724
-
725
- [data-style='frosted'] [data-list] [data-list-item][data-selected='true'] [data-item-icon] {
726
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
727
- }[data-mode="dark"][data-style="frosted"] [data-list] [data-list-item][data-selected="true"] [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-list] [data-list-item][data-selected="true"] [data-item-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
728
-
729
- /**
730
- * Tree - Glass Theme Styles
731
- *
732
- * Glassmorphism styling with blur and transparency.
733
- */
734
-
735
- /* =============================================================================
736
- Tree Container
737
- ============================================================================= */
738
-
739
- [data-style='frosted'] [data-tree]:focus-within {
740
- border-radius:0.25rem;--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:rgba(var(--color-surface-500),0.4);
741
- }[data-mode="dark"][data-style="frosted"] [data-tree]:focus-within,[data-mode="dark"] [data-style="frosted"] [data-tree]:focus-within{--un-ring-color:rgba(var(--color-surface-500),0.4);}
742
-
743
- /* =============================================================================
744
- Tree Toggle Button
745
- ============================================================================= */
746
-
747
- [data-style='frosted'] [data-tree-toggle-btn] {
748
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
749
- }[data-mode="dark"][data-style="frosted"] [data-tree-toggle-btn],[data-mode="dark"] [data-style="frosted"] [data-tree-toggle-btn]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
750
-
751
- [data-style='frosted'] [data-tree-toggle-btn]:hover {
752
- background-color:rgba(var(--color-surface-200),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
753
- }[data-mode="dark"][data-style="frosted"] [data-tree-toggle-btn]:hover,[data-mode="dark"] [data-style="frosted"] [data-tree-toggle-btn]:hover{background-color:rgba(var(--color-surface-800),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
754
-
755
- /* =============================================================================
756
- Tree Item Content
757
- ============================================================================= */
758
-
759
- [data-style='frosted'] [data-tree-item-content] {
760
- --un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
761
- }[data-mode="dark"][data-style="frosted"] [data-tree-item-content],[data-mode="dark"] [data-style="frosted"] [data-tree-item-content]{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
762
-
763
- [data-style='frosted'] [data-tree-item-content]:hover:not(:disabled),
764
- [data-style='frosted'] [data-tree-item-content]:focus:not(:disabled) {
765
- background-color:rgba(var(--color-surface-200),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px;
766
- }[data-mode="dark"][data-style="frosted"] [data-tree-item-content]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-tree-item-content]:hover:not(:disabled),[data-mode="dark"][data-style="frosted"] [data-tree-item-content]:focus:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-tree-item-content]:focus:not(:disabled){background-color:rgba(var(--color-surface-800),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
767
-
768
- /* Focus visible for keyboard navigation */
769
- [data-style='frosted'] [data-tree-item-content]:focus-visible {
770
- outline:2px solid transparent;outline-offset:2px;--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:rgba(var(--color-surface-500),0.4);
771
- }[data-mode="dark"][data-style="frosted"] [data-tree-item-content]:focus-visible,[data-mode="dark"] [data-style="frosted"] [data-tree-item-content]:focus-visible{--un-ring-color:rgba(var(--color-surface-500),0.4);}
772
-
773
- /* Active/selected state */
774
- [data-style='frosted'] [data-tree-item-content][data-active='true'] {
775
- background-color:rgba(var(--color-primary-500),0.3);--un-text-opacity:1;color:rgba(var(--color-primary-900),var(--un-text-opacity));
776
- }[data-mode="dark"][data-style="frosted"] [data-tree-item-content][data-active="true"],[data-mode="dark"] [data-style="frosted"] [data-tree-item-content][data-active="true"]{background-color:rgba(var(--color-primary-500),0.3);--un-text-opacity:1;color:rgba(var(--color-primary-100),var(--un-text-opacity));}
777
-
778
- [data-style='frosted'] [data-tree-item-content][data-active='true']:hover:not(:disabled) {
779
- background-color:rgba(var(--color-primary-500),0.4);
780
- }[data-mode="dark"][data-style="frosted"] [data-tree-item-content][data-active="true"]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-tree-item-content][data-active="true"]:hover:not(:disabled){background-color:rgba(var(--color-primary-500),0.4);}
781
-
782
- /* =============================================================================
783
- Item Elements
784
- ============================================================================= */
785
-
786
- [data-style='frosted'] [data-tree-item-content] [data-item-icon] {
787
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
788
- }[data-mode="dark"][data-style="frosted"] [data-tree-item-content] [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-tree-item-content] [data-item-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
789
-
790
- [data-style='frosted'] [data-tree-item-content]:hover:not(:disabled) [data-item-icon] {
791
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
792
- }[data-mode="dark"][data-style="frosted"] [data-tree-item-content]:hover:not(:disabled) [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-tree-item-content]:hover:not(:disabled) [data-item-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
793
-
794
- [data-style='frosted'] [data-tree-item-content][data-active='true'] [data-item-icon] {
795
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
796
- }[data-mode="dark"][data-style="frosted"] [data-tree-item-content][data-active="true"] [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-tree-item-content][data-active="true"] [data-item-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
797
-
798
- [data-style='frosted'] [data-tree-item-content] [data-item-description] {
799
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
800
- }[data-mode="dark"][data-style="frosted"] [data-tree-item-content] [data-item-description],[data-mode="dark"] [data-style="frosted"] [data-tree-item-content] [data-item-description]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
801
-
802
- [data-style='frosted'] [data-tree-item-content][data-active='true'] [data-item-description] {
803
- --un-text-opacity:1;color:rgba(var(--color-primary-700),var(--un-text-opacity));
804
- }[data-mode="dark"][data-style="frosted"] [data-tree-item-content][data-active="true"] [data-item-description],[data-mode="dark"] [data-style="frosted"] [data-tree-item-content][data-active="true"] [data-item-description]{--un-text-opacity:1;color:rgba(var(--color-primary-300),var(--un-text-opacity));}
805
-
806
- [data-style='frosted'] [data-tree-item-content] [data-item-badge] {
807
- background-color:rgba(var(--color-surface-200),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
808
- }[data-mode="dark"][data-style="frosted"] [data-tree-item-content] [data-item-badge],[data-mode="dark"] [data-style="frosted"] [data-tree-item-content] [data-item-badge]{background-color:rgba(var(--color-surface-800),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
809
-
810
- [data-style='frosted'] [data-tree-item-content][data-active='true'] [data-item-badge] {
811
- background-color:rgba(var(--color-primary-500),0.25);--un-text-opacity:1;color:rgba(var(--color-primary-800),var(--un-text-opacity));
812
- }[data-mode="dark"][data-style="frosted"] [data-tree-item-content][data-active="true"] [data-item-badge],[data-mode="dark"] [data-style="frosted"] [data-tree-item-content][data-active="true"] [data-item-badge]{background-color:rgba(var(--color-primary-500),0.25);--un-text-opacity:1;color:rgba(var(--color-primary-200),var(--un-text-opacity));}
813
-
814
- /* =============================================================================
815
- Multi-Selection
816
- ============================================================================= */
817
-
818
- [data-style='frosted'] [data-tree-node][data-selected='true'] [data-tree-node-row] {
819
- background-color:rgba(var(--color-primary-500),0.2);
820
- }[data-mode="dark"][data-style="frosted"] [data-tree-node][data-selected="true"] [data-tree-node-row],[data-mode="dark"] [data-style="frosted"] [data-tree-node][data-selected="true"] [data-tree-node-row]{background-color:rgba(var(--color-primary-500),0.2);}
821
-
822
- [data-style='frosted']
823
- [data-tree]:focus-within
824
- [data-tree-node][data-selected='true']
825
- [data-tree-node-row] {
826
- background-color:rgba(var(--color-primary-500),0.3);
827
- }[data-mode="dark"][data-style="frosted"] [data-tree]:focus-within [data-tree-node][data-selected="true"] [data-tree-node-row],[data-mode="dark"] [data-style="frosted"] [data-tree]:focus-within [data-tree-node][data-selected="true"] [data-tree-node-row]{background-color:rgba(var(--color-primary-500),0.3);}
828
-
829
- [data-style='frosted'] [data-tree-node][data-selected='true'] [data-tree-item-content] {
830
- --un-text-opacity:1;color:rgba(var(--color-primary-900),var(--un-text-opacity));
831
- }[data-mode="dark"][data-style="frosted"] [data-tree-node][data-selected="true"] [data-tree-item-content],[data-mode="dark"] [data-style="frosted"] [data-tree-node][data-selected="true"] [data-tree-item-content]{--un-text-opacity:1;color:rgba(var(--color-primary-100),var(--un-text-opacity));}
832
-
833
- [data-style='frosted']
834
- [data-tree-node][data-selected='true']
835
- [data-tree-item-content]
836
- [data-item-icon] {
837
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
838
- }[data-mode="dark"][data-style="frosted"] [data-tree-node][data-selected="true"] [data-tree-item-content] [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-tree-node][data-selected="true"] [data-tree-item-content] [data-item-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
839
-
840
- /**
841
- * Select - Glass Theme Styles
842
- *
843
- * Glassmorphism styling with blur and transparency.
844
- */
845
-
846
- /* =============================================================================
847
- Select Container — elevate when open so dropdown escapes sibling stacking contexts
848
- ============================================================================= */
849
-
850
- [data-style='frosted'] [data-select][data-open='true'] {
851
- z-index: 50;
852
- }
853
-
854
- /* =============================================================================
855
- Trigger Button
856
- ============================================================================= */
857
-
858
- [data-style='frosted'] [data-select-trigger] {
859
- border-width:1px;border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-100),0.7);--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
860
- }[data-mode="dark"][data-style="frosted"] [data-select-trigger],[data-mode="dark"] [data-style="frosted"] [data-select-trigger]{border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-900),0.7);--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
861
-
862
- [data-style='frosted'] [data-select-trigger]:hover:not(:disabled) {
863
- border-color:rgba(var(--color-surface-500),0.3);background-color:rgba(var(--color-surface-200),0.8);--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));
864
- }[data-mode="dark"][data-style="frosted"] [data-select-trigger]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-select-trigger]:hover:not(:disabled){border-color:rgba(var(--color-surface-500),0.3);background-color:rgba(var(--color-surface-800),0.8);--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
865
-
866
- [data-style='frosted'] [data-select-trigger]:focus-visible {
867
- outline:2px solid transparent;outline-offset:2px;--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:rgba(var(--color-surface-500),0.4);
868
- }[data-mode="dark"][data-style="frosted"] [data-select-trigger]:focus-visible,[data-mode="dark"] [data-style="frosted"] [data-select-trigger]:focus-visible{--un-ring-color:rgba(var(--color-surface-500),0.4);}
869
-
870
- [data-style='frosted'] [data-select][data-open='true'] [data-select-trigger] {
871
- border-color:rgba(var(--color-primary-500),0.5);
872
- }[data-mode="dark"][data-style="frosted"] [data-select][data-open="true"] [data-select-trigger],[data-mode="dark"] [data-style="frosted"] [data-select][data-open="true"] [data-select-trigger]{border-color:rgba(var(--color-primary-500),0.5);}
873
-
874
- /* =============================================================================
875
- Placeholder
876
- ============================================================================= */
877
-
878
- [data-style='frosted'] [data-select-placeholder] {
879
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
880
- }[data-mode="dark"][data-style="frosted"] [data-select-placeholder],[data-mode="dark"] [data-style="frosted"] [data-select-placeholder]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
881
-
882
- /* =============================================================================
883
- Arrow
884
- ============================================================================= */
885
-
886
- [data-style='frosted'] [data-select-arrow] {
887
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
888
- }[data-mode="dark"][data-style="frosted"] [data-select-arrow],[data-mode="dark"] [data-style="frosted"] [data-select-arrow]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
889
-
890
- [data-style='frosted'] [data-select-trigger]:hover:not(:disabled) [data-select-arrow] {
891
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
892
- }[data-mode="dark"][data-style="frosted"] [data-select-trigger]:hover:not(:disabled) [data-select-arrow],[data-mode="dark"] [data-style="frosted"] [data-select-trigger]:hover:not(:disabled) [data-select-arrow]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
893
-
894
- /* =============================================================================
895
- Tags (MultiSelect)
896
- ============================================================================= */
897
-
898
- [data-style='frosted'] [data-select-tag] {
899
- background-color:rgba(var(--color-surface-200),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
900
- }[data-mode="dark"][data-style="frosted"] [data-select-tag],[data-mode="dark"] [data-style="frosted"] [data-select-tag]{background-color:rgba(var(--color-surface-800),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
901
-
902
- [data-style='frosted'] [data-select-tag-remove] {
903
- --un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
904
- }[data-mode="dark"][data-style="frosted"] [data-select-tag-remove],[data-mode="dark"] [data-style="frosted"] [data-select-tag-remove]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
905
-
906
- [data-style='frosted'] [data-select-tag-remove]:hover {
907
- --un-text-opacity:1;color:rgba(var(--color-surface-900),var(--un-text-opacity));
908
- }[data-mode="dark"][data-style="frosted"] [data-select-tag-remove]:hover,[data-mode="dark"] [data-style="frosted"] [data-select-tag-remove]:hover{--un-text-opacity:1;color:rgba(var(--color-surface-100),var(--un-text-opacity));}
909
-
910
- /* =============================================================================
911
- Dropdown Panel
912
- ============================================================================= */
913
-
914
- [data-style='frosted'] [data-select-dropdown] {
915
- border-width:1px;border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-200),0.5);--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-backdrop-blur:blur(16px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
916
- }[data-mode="dark"][data-style="frosted"] [data-select-dropdown],[data-mode="dark"] [data-style="frosted"] [data-select-dropdown]{border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-800),0.5);}
917
-
918
- /* =============================================================================
919
- Options
920
- ============================================================================= */
921
-
922
- [data-style='frosted'] [data-select-option] {
923
- --un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
924
- }[data-mode="dark"][data-style="frosted"] [data-select-option],[data-mode="dark"] [data-style="frosted"] [data-select-option]{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
925
-
926
- [data-style='frosted'] [data-select-option]:hover:not(:disabled),
927
- [data-style='frosted'] [data-select-option]:focus:not(:disabled) {
928
- background-color:rgba(var(--color-surface-200),0.8);--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));
929
- }[data-mode="dark"][data-style="frosted"] [data-select-option]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-select-option]:hover:not(:disabled),[data-mode="dark"][data-style="frosted"] [data-select-option]:focus:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-select-option]:focus:not(:disabled){background-color:rgba(var(--color-surface-800),0.8);--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
930
-
931
- [data-style='frosted'] [data-select-option]:focus-visible {
932
- outline:2px solid transparent;outline-offset:2px;--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:rgba(var(--color-surface-500),0.4);--un-ring-inset:inset;
933
- }[data-mode="dark"][data-style="frosted"] [data-select-option]:focus-visible,[data-mode="dark"] [data-style="frosted"] [data-select-option]:focus-visible{--un-ring-color:rgba(var(--color-surface-500),0.4);}
934
-
935
- [data-style='frosted'] [data-select-option][data-selected='true'] {
936
- background-color:rgba(var(--color-primary-500),0.4);--un-text-opacity:1;color:rgba(var(--color-primary-900),var(--un-text-opacity));
937
- }[data-mode="dark"][data-style="frosted"] [data-select-option][data-selected="true"],[data-mode="dark"] [data-style="frosted"] [data-select-option][data-selected="true"]{background-color:rgba(var(--color-primary-500),0.4);--un-text-opacity:1;color:rgba(var(--color-primary-100),var(--un-text-opacity));}
938
-
939
- [data-style='frosted'] [data-select-option][data-selected='true']:hover:not(:disabled),
940
- [data-style='frosted'] [data-select-option][data-selected='true']:focus:not(:disabled) {
941
- background-color:rgba(var(--color-primary-500),0.6);
942
- }[data-mode="dark"][data-style="frosted"] [data-select-option][data-selected="true"]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-select-option][data-selected="true"]:hover:not(:disabled),[data-mode="dark"][data-style="frosted"] [data-select-option][data-selected="true"]:focus:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-select-option][data-selected="true"]:focus:not(:disabled){background-color:rgba(var(--color-primary-500),0.6);}
943
-
944
- /* Check mark */
945
- [data-style='frosted'] [data-select-check] {
946
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
947
- }[data-mode="dark"][data-style="frosted"] [data-select-check],[data-mode="dark"] [data-style="frosted"] [data-select-check]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
948
-
949
- /* Checkbox */
950
- [data-style='frosted'] [data-select-checkbox] {
951
- border-color:rgba(var(--color-surface-500),0.4);background-color:rgba(var(--color-surface-100),0.7);
952
- }[data-mode="dark"][data-style="frosted"] [data-select-checkbox],[data-mode="dark"] [data-style="frosted"] [data-select-checkbox]{border-color:rgba(var(--color-surface-500),0.4);background-color:rgba(var(--color-surface-900),0.7);}
953
-
954
- [data-style='frosted'] [data-select-checkbox][data-checked='true'] {
955
- --un-border-opacity:1;border-color:rgba(var(--color-primary-500),var(--un-border-opacity));--un-bg-opacity:1;background-color:rgba(var(--color-primary-500),var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));
956
- }[data-mode="dark"][data-style="frosted"] [data-select-checkbox][data-checked="true"],[data-mode="dark"] [data-style="frosted"] [data-select-checkbox][data-checked="true"]{--un-border-opacity:1;border-color:rgba(var(--color-primary-500),var(--un-border-opacity));--un-bg-opacity:1;background-color:rgba(var(--color-primary-500),var(--un-bg-opacity));}
957
-
958
- /* Item elements */
959
- [data-style='frosted'] [data-select-option] [data-item-icon] {
960
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
961
- }[data-mode="dark"][data-style="frosted"] [data-select-option] [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-select-option] [data-item-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
962
-
963
- [data-style='frosted'] [data-select-option]:hover:not(:disabled) [data-item-icon] {
964
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
965
- }[data-mode="dark"][data-style="frosted"] [data-select-option]:hover:not(:disabled) [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-select-option]:hover:not(:disabled) [data-item-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
966
-
967
- [data-style='frosted'] [data-select-option][data-selected='true'] [data-item-icon] {
968
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
969
- }[data-mode="dark"][data-style="frosted"] [data-select-option][data-selected="true"] [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-select-option][data-selected="true"] [data-item-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
970
-
971
- [data-style='frosted'] [data-select-option] [data-item-description] {
972
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
973
- }[data-mode="dark"][data-style="frosted"] [data-select-option] [data-item-description],[data-mode="dark"] [data-style="frosted"] [data-select-option] [data-item-description]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
974
-
975
- [data-style='frosted'] [data-select-option][data-selected='true'] [data-item-description] {
976
- --un-text-opacity:1;color:rgba(var(--color-primary-700),var(--un-text-opacity));
977
- }[data-mode="dark"][data-style="frosted"] [data-select-option][data-selected="true"] [data-item-description],[data-mode="dark"] [data-style="frosted"] [data-select-option][data-selected="true"] [data-item-description]{--un-text-opacity:1;color:rgba(var(--color-primary-300),var(--un-text-opacity));}
978
-
979
- /* =============================================================================
980
- Groups
981
- ============================================================================= */
982
-
983
- [data-style='frosted'] [data-select-group-label] {
984
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
985
- }[data-mode="dark"][data-style="frosted"] [data-select-group-label],[data-mode="dark"] [data-style="frosted"] [data-select-group-label]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
986
-
987
- /* =============================================================================
988
- Divider
989
- ============================================================================= */
990
-
991
- [data-style='frosted'] [data-select-divider] {
992
- background-color:rgba(var(--color-surface-500),0.2);
993
- }[data-mode="dark"][data-style="frosted"] [data-select-divider],[data-mode="dark"] [data-style="frosted"] [data-select-divider]{background-color:rgba(var(--color-surface-500),0.2);}
994
-
995
- /* =============================================================================
996
- Filter Input
997
- ============================================================================= */
998
-
999
- [data-style='frosted'] [data-select-filter] {
1000
- background-color:rgba(var(--color-surface-200),0.3);
1001
- }[data-mode="dark"][data-style="frosted"] [data-select-filter],[data-mode="dark"] [data-style="frosted"] [data-select-filter]{background-color:rgba(var(--color-surface-800),0.3);}
1002
-
1003
- [data-style='frosted'] [data-select-filter-input] {
1004
- border-width:1px;border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-100),0.5);--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
1005
- }[data-mode="dark"][data-style="frosted"] [data-select-filter-input],[data-mode="dark"] [data-style="frosted"] [data-select-filter-input]{border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-900),0.5);--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
1006
-
1007
- [data-style='frosted'] [data-select-filter-input]:focus {
1008
- border-color:rgba(var(--color-primary-500),0.5);--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:rgba(var(--color-surface-500),0.3);
1009
- }[data-mode="dark"][data-style="frosted"] [data-select-filter-input]:focus,[data-mode="dark"] [data-style="frosted"] [data-select-filter-input]:focus{border-color:rgba(var(--color-primary-500),0.5);--un-ring-color:rgba(var(--color-surface-500),0.3);}
1010
-
1011
- [data-style='frosted'] [data-select-filter-input]::placeholder {
1012
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1013
- }[data-mode="dark"][data-style="frosted"] [data-select-filter-input]::placeholder,[data-mode="dark"] [data-style="frosted"] [data-select-filter-input]::placeholder{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1014
-
1015
- [data-style='frosted'] [data-select-empty] {
1016
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1017
- }[data-mode="dark"][data-style="frosted"] [data-select-empty],[data-mode="dark"] [data-style="frosted"] [data-select-empty]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1018
-
1019
- /**
1020
- * Menu - Frosted Glass Theme Styles
1021
- *
1022
- * Liquid frosted glass: translucent trigger + deeply blurred panel with specular border.
1023
- */
1024
-
1025
- /* =============================================================================
1026
- Menu Trigger
1027
- ============================================================================= */
1028
-
1029
- [data-style='frosted'] [data-menu-trigger] {
1030
- border-width:1px;background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1031
- background: color-mix(in srgb, var(--color-surface-z3, #888) 25%, transparent);
1032
- border-color: rgba(255, 255, 255, 0.2);
1033
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
1034
- }[data-mode="dark"][data-style="frosted"] [data-menu-trigger],[data-mode="dark"] [data-style="frosted"] [data-menu-trigger]{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
1035
-
1036
- [data-style='frosted'] [data-menu-trigger]:hover:not(:disabled) {
1037
- background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));
1038
- background: color-mix(in srgb, var(--color-surface-z3, #888) 36%, transparent);
1039
- border-color: rgba(255, 255, 255, 0.28);
1040
- }[data-mode="dark"][data-style="frosted"] [data-menu-trigger]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-menu-trigger]:hover:not(:disabled){--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
1041
-
1042
- [data-style='frosted'] [data-menu-trigger]:focus-visible {
1043
- outline: none;
1044
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
1045
- }
1046
-
1047
- [data-style='frosted'] [data-menu][data-open='true'] [data-menu-trigger] {
1048
- background-image:none;
1049
- background: color-mix(in srgb, var(--color-primary-500, #6366f1) 35%, transparent);
1050
- border-color: rgba(255, 255, 255, 0.3);
1051
- }
1052
-
1053
- /* Trigger elements */
1054
- [data-style='frosted'] [data-menu-trigger] [data-menu-icon] {
1055
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1056
- }[data-mode="dark"][data-style="frosted"] [data-menu-trigger] [data-menu-icon],[data-mode="dark"] [data-style="frosted"] [data-menu-trigger] [data-menu-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1057
-
1058
- [data-style='frosted'] [data-menu-trigger]:hover:not(:disabled) [data-menu-icon] {
1059
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
1060
- }[data-mode="dark"][data-style="frosted"] [data-menu-trigger]:hover:not(:disabled) [data-menu-icon],[data-mode="dark"] [data-style="frosted"] [data-menu-trigger]:hover:not(:disabled) [data-menu-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
1061
-
1062
- [data-style='frosted'] [data-menu-trigger] [data-menu-arrow] {
1063
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1064
- }[data-mode="dark"][data-style="frosted"] [data-menu-trigger] [data-menu-arrow],[data-mode="dark"] [data-style="frosted"] [data-menu-trigger] [data-menu-arrow]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1065
-
1066
- /* =============================================================================
1067
- Menu Dropdown
1068
- ============================================================================= */
1069
-
1070
- [data-style='frosted'] [data-menu-dropdown] {
1071
- border-width:1px;background-image:none;--un-shadow:var(--un-shadow-inset) 0 20px 25px -5px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 8px 10px -6px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-backdrop-blur:blur(40px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1072
- background: color-mix(in srgb, var(--color-surface-z2, #888) 45%, transparent);
1073
- border-color: rgba(255, 255, 255, 0.2);
1074
- box-shadow:
1075
- inset 0 1px 0 rgba(255, 255, 255, 0.2),
1076
- 0 16px 48px rgba(0, 0, 0, 0.14);
1077
- }
1078
-
1079
- /* =============================================================================
1080
- Menu Items
1081
- ============================================================================= */
1082
-
1083
- [data-style='frosted'] [data-menu-item] {
1084
- --un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
1085
- }[data-mode="dark"][data-style="frosted"] [data-menu-item],[data-mode="dark"] [data-style="frosted"] [data-menu-item]{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
1086
-
1087
- [data-style='frosted'] [data-menu-item]:hover:not(:disabled),
1088
- [data-style='frosted'] [data-menu-item]:focus:not(:disabled) {
1089
- background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px;
1090
- background: rgba(255, 255, 255, 0.08);
1091
- }[data-mode="dark"][data-style="frosted"] [data-menu-item]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-menu-item]:hover:not(:disabled),[data-mode="dark"][data-style="frosted"] [data-menu-item]:focus:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-menu-item]:focus:not(:disabled){--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
1092
-
1093
- [data-style='frosted'] [data-menu-item]:focus-visible {
1094
- outline: none;
1095
- box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
1096
- }
1097
-
1098
- /* Item elements */
1099
- [data-style='frosted'] [data-menu-item] [data-item-icon] {
1100
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1101
- }[data-mode="dark"][data-style="frosted"] [data-menu-item] [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-menu-item] [data-item-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1102
-
1103
- [data-style='frosted'] [data-menu-item]:hover:not(:disabled) [data-item-icon] {
1104
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
1105
- }[data-mode="dark"][data-style="frosted"] [data-menu-item]:hover:not(:disabled) [data-item-icon],[data-mode="dark"] [data-style="frosted"] [data-menu-item]:hover:not(:disabled) [data-item-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
1106
-
1107
- [data-style='frosted'] [data-menu-item] [data-item-description] {
1108
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1109
- }[data-mode="dark"][data-style="frosted"] [data-menu-item] [data-item-description],[data-mode="dark"] [data-style="frosted"] [data-menu-item] [data-item-description]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1110
-
1111
- /* =============================================================================
1112
- Groups
1113
- ============================================================================= */
1114
-
1115
- [data-style='frosted'] [data-menu-group] {
1116
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1117
- }[data-mode="dark"][data-style="frosted"] [data-menu-group],[data-mode="dark"] [data-style="frosted"] [data-menu-group]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1118
-
1119
- /* =============================================================================
1120
- Divider
1121
- ============================================================================= */
1122
-
1123
- [data-style='frosted'] [data-menu-separator] {
1124
- background-image:none;
1125
- background: rgba(255, 255, 255, 0.1);
1126
- }
1127
-
1128
- /**
1129
- * Dropdown - Frosted Glass Theme Styles
1130
- *
1131
- * Liquid frosted glass: translucent trigger + deeply blurred panel with specular border.
1132
- */
1133
-
1134
- [data-style='frosted'] [data-dropdown-trigger] {
1135
- border-width:1px;background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1136
- background: color-mix(in srgb, var(--color-surface-z3, #888) 25%, transparent);
1137
- border-color: rgba(255, 255, 255, 0.2);
1138
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
1139
- }[data-mode="dark"][data-style="frosted"] [data-dropdown-trigger],[data-mode="dark"] [data-style="frosted"] [data-dropdown-trigger]{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
1140
-
1141
- [data-style='frosted'] [data-dropdown-trigger]:hover:not(:disabled) {
1142
- background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));
1143
- background: color-mix(in srgb, var(--color-surface-z3, #888) 36%, transparent);
1144
- border-color: rgba(255, 255, 255, 0.28);
1145
- }[data-mode="dark"][data-style="frosted"] [data-dropdown-trigger]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-dropdown-trigger]:hover:not(:disabled){--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
1146
-
1147
- [data-style='frosted'] [data-dropdown-trigger]:focus-visible {
1148
- outline: none;
1149
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
1150
- }
1151
-
1152
- [data-style='frosted'] [data-dropdown][data-open='true'] [data-dropdown-trigger] {
1153
- background-image:none;
1154
- background: color-mix(in srgb, var(--color-primary-500, #6366f1) 35%, transparent);
1155
- border-color: rgba(255, 255, 255, 0.3);
1156
- }
1157
-
1158
- [data-style='frosted'] [data-dropdown-trigger] [data-dropdown-icon] {
1159
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1160
- }[data-mode="dark"][data-style="frosted"] [data-dropdown-trigger] [data-dropdown-icon],[data-mode="dark"] [data-style="frosted"] [data-dropdown-trigger] [data-dropdown-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1161
-
1162
- [data-style='frosted'] [data-dropdown-trigger] [data-dropdown-arrow] {
1163
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1164
- }[data-mode="dark"][data-style="frosted"] [data-dropdown-trigger] [data-dropdown-arrow],[data-mode="dark"] [data-style="frosted"] [data-dropdown-trigger] [data-dropdown-arrow]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1165
-
1166
- [data-style='frosted'] [data-dropdown-panel] {
1167
- border-width:1px;background-image:none;--un-shadow:var(--un-shadow-inset) 0 20px 25px -5px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 8px 10px -6px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-backdrop-blur:blur(40px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1168
- background: color-mix(in srgb, var(--color-surface-z2, #888) 45%, transparent);
1169
- border-color: rgba(255, 255, 255, 0.2);
1170
- box-shadow:
1171
- inset 0 1px 0 rgba(255, 255, 255, 0.2),
1172
- 0 16px 48px rgba(0, 0, 0, 0.14);
1173
- }
1174
-
1175
- [data-style='frosted'] [data-dropdown-option] {
1176
- --un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
1177
- }[data-mode="dark"][data-style="frosted"] [data-dropdown-option],[data-mode="dark"] [data-style="frosted"] [data-dropdown-option]{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
1178
-
1179
- [data-style='frosted'] [data-dropdown-option]:hover:not(:disabled),
1180
- [data-style='frosted'] [data-dropdown-option]:focus:not(:disabled) {
1181
- background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px;
1182
- background: rgba(255, 255, 255, 0.08);
1183
- }[data-mode="dark"][data-style="frosted"] [data-dropdown-option]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-dropdown-option]:hover:not(:disabled),[data-mode="dark"][data-style="frosted"] [data-dropdown-option]:focus:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-dropdown-option]:focus:not(:disabled){--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
1184
-
1185
- [data-style='frosted'] [data-dropdown-option][data-active='true'] {
1186
- background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));
1187
- background: color-mix(in srgb, var(--color-primary-500, #6366f1) 22%, transparent);
1188
- }[data-mode="dark"][data-style="frosted"] [data-dropdown-option][data-active="true"],[data-mode="dark"] [data-style="frosted"] [data-dropdown-option][data-active="true"]{--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
1189
-
1190
- [data-style='frosted'] [data-dropdown-separator] {
1191
- background-image:none;
1192
- background: rgba(255, 255, 255, 0.1);
1193
- }
1194
-
1195
- /**
1196
- * FloatingAction - Glass Theme Styles
1197
- *
1198
- * Glassmorphism styling with blur and transparency.
1199
- */
1200
-
1201
- /* =============================================================================
1202
- FAB Trigger Button
1203
- ============================================================================= */
1204
-
1205
- [data-style='frosted'] [data-fab-trigger] {
1206
- background-color:rgba(var(--color-primary-500),0.8);--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1207
- }[data-mode="dark"][data-style="frosted"] [data-fab-trigger],[data-mode="dark"] [data-style="frosted"] [data-fab-trigger]{background-color:rgba(var(--color-primary-500),0.8);}
1208
-
1209
- [data-style='frosted'] [data-fab-trigger]:hover:not(:disabled) {
1210
- background-color:rgba(var(--color-primary-500),0.9);--un-shadow:var(--un-shadow-inset) 0 20px 25px -5px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 8px 10px -6px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
1211
- transform: scale(1.05);
1212
- }[data-mode="dark"][data-style="frosted"] [data-fab-trigger]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-fab-trigger]:hover:not(:disabled){background-color:rgba(var(--color-primary-500),0.9);}
1213
-
1214
- [data-style='frosted'] [data-fab-trigger]:focus-visible {
1215
- outline:2px solid transparent;outline-offset:2px;--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:rgba(var(--color-surface-500),0.4);
1216
- }[data-mode="dark"][data-style="frosted"] [data-fab-trigger]:focus-visible,[data-mode="dark"] [data-style="frosted"] [data-fab-trigger]:focus-visible{--un-ring-color:rgba(var(--color-surface-500),0.4);}
1217
-
1218
- [data-style='frosted'] [data-fab][data-open='true'] [data-fab-trigger] {
1219
- background-color:rgba(var(--color-surface-600),0.8);
1220
- transform: rotate(45deg);
1221
- }[data-mode="dark"][data-style="frosted"] [data-fab][data-open="true"] [data-fab-trigger],[data-mode="dark"] [data-style="frosted"] [data-fab][data-open="true"] [data-fab-trigger]{background-color:rgba(var(--color-surface-400),0.8);}
1222
-
1223
- /* =============================================================================
1224
- FAB Items
1225
- ============================================================================= */
1226
-
1227
- [data-style='frosted'] [data-fab-item] {
1228
- border-width:1px;border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-100),0.7);--un-text-opacity:1;color:rgba(var(--color-surface-900),var(--un-text-opacity));--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1229
- }[data-mode="dark"][data-style="frosted"] [data-fab-item],[data-mode="dark"] [data-style="frosted"] [data-fab-item]{border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-900),0.7);--un-text-opacity:1;color:rgba(var(--color-surface-100),var(--un-text-opacity));}
1230
-
1231
- [data-style='frosted'] [data-fab-item]:hover:not(:disabled) {
1232
- background-color:rgba(var(--color-surface-200),0.8);--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
1233
- }[data-mode="dark"][data-style="frosted"] [data-fab-item]:hover:not(:disabled),[data-mode="dark"] [data-style="frosted"] [data-fab-item]:hover:not(:disabled){background-color:rgba(var(--color-surface-800),0.8);--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
1234
-
1235
- [data-style='frosted'] [data-fab-item]:focus-visible {
1236
- outline:2px solid transparent;outline-offset:2px;--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:rgba(var(--color-surface-500),0.4);
1237
- }[data-mode="dark"][data-style="frosted"] [data-fab-item]:focus-visible,[data-mode="dark"] [data-style="frosted"] [data-fab-item]:focus-visible{--un-ring-color:rgba(var(--color-surface-500),0.4);}
1238
-
1239
- /* Item icon */
1240
- [data-style='frosted'] [data-fab-item] [data-fab-item-icon] {
1241
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
1242
- }[data-mode="dark"][data-style="frosted"] [data-fab-item] [data-fab-item-icon],[data-mode="dark"] [data-style="frosted"] [data-fab-item] [data-fab-item-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
1243
-
1244
- [data-style='frosted'] [data-fab-item]:hover:not(:disabled) [data-fab-item-icon] {
1245
- --un-text-opacity:1;color:rgba(var(--color-primary-700),var(--un-text-opacity));
1246
- }[data-mode="dark"][data-style="frosted"] [data-fab-item]:hover:not(:disabled) [data-fab-item-icon],[data-mode="dark"] [data-style="frosted"] [data-fab-item]:hover:not(:disabled) [data-fab-item-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-300),var(--un-text-opacity));}
1247
-
1248
- /* =============================================================================
1249
- Backdrop
1250
- ============================================================================= */
1251
-
1252
- [data-style='frosted'] [data-fab-backdrop] {
1253
- background: rgba(0, 0, 0, 0.3);
1254
- backdrop-filter: blur(4px);
1255
- }
1256
-
1257
- /**
1258
- * Table - Glass Theme Styles
1259
- *
1260
- * Glassmorphism styling with blur and transparency.
1261
- */
1262
-
1263
- /* =============================================================================
1264
- Header
1265
- ============================================================================= */
1266
-
1267
- [data-style='frosted'] [data-table-header] th {
1268
- border-bottom-width:1px;border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-200),0.8);--un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1269
- }[data-mode="dark"][data-style="frosted"] [data-table-header] th,[data-mode="dark"] [data-style="frosted"] [data-table-header] th{border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-800),0.8);--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
1270
-
1271
- [data-style='frosted'] [data-table-header-cell][data-sortable='true']:hover {
1272
- --un-text-opacity:1;color:rgba(var(--color-surface-900),var(--un-text-opacity));
1273
- }[data-mode="dark"][data-style="frosted"] [data-table-header-cell][data-sortable="true"]:hover,[data-mode="dark"] [data-style="frosted"] [data-table-header-cell][data-sortable="true"]:hover{--un-text-opacity:1;color:rgba(var(--color-surface-100),var(--un-text-opacity));}
1274
-
1275
- [data-style='frosted'] [data-table-header-cell][data-sort-order='ascending'],
1276
- [data-style='frosted'] [data-table-header-cell][data-sort-order='descending'] {
1277
- --un-text-opacity:1;color:rgba(var(--color-primary-800),var(--un-text-opacity));
1278
- }[data-mode="dark"][data-style="frosted"] [data-table-header-cell][data-sort-order="ascending"],[data-mode="dark"] [data-style="frosted"] [data-table-header-cell][data-sort-order="ascending"],[data-mode="dark"][data-style="frosted"] [data-table-header-cell][data-sort-order="descending"],[data-mode="dark"] [data-style="frosted"] [data-table-header-cell][data-sort-order="descending"]{--un-text-opacity:1;color:rgba(var(--color-primary-200),var(--un-text-opacity));}
1279
-
1280
- [data-style='frosted'] [data-table-sort-icon] {
1281
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1282
- }[data-mode="dark"][data-style="frosted"] [data-table-sort-icon],[data-mode="dark"] [data-style="frosted"] [data-table-sort-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1283
-
1284
- [data-style='frosted'] [data-table-header-cell][data-sort-order='ascending'] [data-table-sort-icon],
1285
- [data-style='frosted'] [data-table-header-cell][data-sort-order='descending'] [data-table-sort-icon] {
1286
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
1287
- }[data-mode="dark"][data-style="frosted"] [data-table-header-cell][data-sort-order="ascending"] [data-table-sort-icon],[data-mode="dark"] [data-style="frosted"] [data-table-header-cell][data-sort-order="ascending"] [data-table-sort-icon],[data-mode="dark"][data-style="frosted"] [data-table-header-cell][data-sort-order="descending"] [data-table-sort-icon],[data-mode="dark"] [data-style="frosted"] [data-table-header-cell][data-sort-order="descending"] [data-table-sort-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
1288
-
1289
- /* =============================================================================
1290
- Caption
1291
- ============================================================================= */
1292
-
1293
- [data-style='frosted'] [data-table-caption] {
1294
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
1295
- }[data-mode="dark"][data-style="frosted"] [data-table-caption],[data-mode="dark"] [data-style="frosted"] [data-table-caption]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
1296
-
1297
- /* =============================================================================
1298
- Rows
1299
- ============================================================================= */
1300
-
1301
- [data-style='frosted'] [data-table-row] {
1302
- border-bottom-width:1px;border-color:rgba(var(--color-surface-500),0.1);--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
1303
- }[data-mode="dark"][data-style="frosted"] [data-table-row],[data-mode="dark"] [data-style="frosted"] [data-table-row]{border-color:rgba(var(--color-surface-500),0.1);--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
1304
-
1305
- [data-style='frosted'] [data-table-row]:hover {
1306
- background-color:rgba(var(--color-surface-200),0.8);
1307
- }[data-mode="dark"][data-style="frosted"] [data-table-row]:hover,[data-mode="dark"] [data-style="frosted"] [data-table-row]:hover{background-color:rgba(var(--color-surface-800),0.8);}
1308
-
1309
- [data-style='frosted'] [data-table-row]:focus {
1310
- background-color:rgba(var(--color-surface-200),0.8);--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px;
1311
- }[data-mode="dark"][data-style="frosted"] [data-table-row]:focus,[data-mode="dark"] [data-style="frosted"] [data-table-row]:focus{background-color:rgba(var(--color-surface-800),0.8);--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
1312
-
1313
- [data-style='frosted'] [data-table-row][data-selected='true'] {
1314
- background-color:rgba(var(--color-primary-500),0.4);--un-text-opacity:1;color:rgba(var(--color-primary-900),var(--un-text-opacity));
1315
- }[data-mode="dark"][data-style="frosted"] [data-table-row][data-selected="true"],[data-mode="dark"] [data-style="frosted"] [data-table-row][data-selected="true"]{background-color:rgba(var(--color-primary-500),0.4);--un-text-opacity:1;color:rgba(var(--color-primary-100),var(--un-text-opacity));}
1316
-
1317
- /* =============================================================================
1318
- Striped
1319
- ============================================================================= */
1320
-
1321
- [data-style='frosted'] [data-table-striped] [data-table-body] tr:nth-child(even) {
1322
- background-color:rgba(var(--color-surface-200),0.3);
1323
- }[data-mode="dark"][data-style="frosted"] [data-table-striped] [data-table-body] tr:nth-child(even),[data-mode="dark"] [data-style="frosted"] [data-table-striped] [data-table-body] tr:nth-child(even){background-color:rgba(var(--color-surface-800),0.3);}
1324
-
1325
- /* =============================================================================
1326
- Empty
1327
- ============================================================================= */
1328
-
1329
- [data-style='frosted'] [data-table-empty] {
1330
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1331
- }[data-mode="dark"][data-style="frosted"] [data-table-empty],[data-mode="dark"] [data-style="frosted"] [data-table-empty]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1332
-
1333
- /* =============================================================================
1334
- Cell Icon
1335
- ============================================================================= */
1336
-
1337
- [data-style='frosted'] [data-table-cell] [data-cell-icon] {
1338
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1339
- }[data-mode="dark"][data-style="frosted"] [data-table-cell] [data-cell-icon],[data-mode="dark"] [data-style="frosted"] [data-table-cell] [data-cell-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1340
-
1341
- [data-style='frosted'] [data-table-row][data-selected='true'] [data-cell-icon] {
1342
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
1343
- }[data-mode="dark"][data-style="frosted"] [data-table-row][data-selected="true"] [data-cell-icon],[data-mode="dark"] [data-style="frosted"] [data-table-row][data-selected="true"] [data-cell-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
1344
-
1345
- /* =============================================================================
1346
- Responsive Card Layout
1347
- ============================================================================= */
1348
-
1349
- @media (max-width: 639px) {
1350
- [data-style='frosted'] [data-table-responsive] [data-table-row] {
1351
- border-width:1px;border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-200),0.8);--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1352
- }[data-mode="dark"] [data-style="frosted"] [data-table-responsive] [data-table-row]{border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-800),0.8);}
1353
-
1354
- [data-style='frosted'] [data-table-responsive] [data-table-cell]::before {
1355
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1356
- }[data-mode="dark"] [data-style="frosted"] [data-table-responsive] [data-table-cell]::before{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1357
-
1358
- /* Disable striped alternating bg in card layout */
1359
- [data-style='frosted'] [data-table-responsive][data-table-striped] [data-table-body] tr:nth-child(even) {
1360
- background: unset;
1361
- }
1362
- }
1363
-
1364
- /**
1365
- * SearchFilter - Glass Theme Styles
1366
- *
1367
- * Glassmorphism styling with blur and transparency.
1368
- */
1369
-
1370
- /* =============================================================================
1371
- Input
1372
- ============================================================================= */
1373
-
1374
- [data-style='frosted'] [data-search-input] {
1375
- border-width:1px;border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-100),0.5);--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1376
- }[data-mode="dark"][data-style="frosted"] [data-search-input],[data-mode="dark"] [data-style="frosted"] [data-search-input]{border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-900),0.5);--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
1377
-
1378
- [data-style='frosted'] [data-search-input]:focus {
1379
- border-color:rgba(var(--color-primary-500),0.5);--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:rgba(var(--color-surface-500),0.3);
1380
- }[data-mode="dark"][data-style="frosted"] [data-search-input]:focus,[data-mode="dark"] [data-style="frosted"] [data-search-input]:focus{border-color:rgba(var(--color-primary-500),0.5);--un-ring-color:rgba(var(--color-surface-500),0.3);}
1381
-
1382
- [data-style='frosted'] [data-search-input]::placeholder {
1383
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1384
- }[data-mode="dark"][data-style="frosted"] [data-search-input]::placeholder,[data-mode="dark"] [data-style="frosted"] [data-search-input]::placeholder{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1385
-
1386
- /* =============================================================================
1387
- Clear Button
1388
- ============================================================================= */
1389
-
1390
- [data-style='frosted'] [data-search-clear] {
1391
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1392
- }[data-mode="dark"][data-style="frosted"] [data-search-clear],[data-mode="dark"] [data-style="frosted"] [data-search-clear]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1393
-
1394
- [data-style='frosted'] [data-search-clear]:hover {
1395
- --un-text-opacity:1;color:rgba(var(--color-surface-900),var(--un-text-opacity));
1396
- }[data-mode="dark"][data-style="frosted"] [data-search-clear]:hover,[data-mode="dark"] [data-style="frosted"] [data-search-clear]:hover{--un-text-opacity:1;color:rgba(var(--color-surface-100),var(--un-text-opacity));}
1397
-
1398
- /* =============================================================================
1399
- Tags
1400
- ============================================================================= */
1401
-
1402
- [data-style='frosted'] [data-search-tag] {
1403
- background-color:rgba(var(--color-surface-200),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
1404
- }[data-mode="dark"][data-style="frosted"] [data-search-tag],[data-mode="dark"] [data-style="frosted"] [data-search-tag]{background-color:rgba(var(--color-surface-800),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
1405
-
1406
- [data-style='frosted'] [data-search-tag-remove] {
1407
- --un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
1408
- }[data-mode="dark"][data-style="frosted"] [data-search-tag-remove],[data-mode="dark"] [data-style="frosted"] [data-search-tag-remove]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
1409
-
1410
- [data-style='frosted'] [data-search-tag-remove]:hover {
1411
- --un-text-opacity:1;color:rgba(var(--color-surface-900),var(--un-text-opacity));
1412
- }[data-mode="dark"][data-style="frosted"] [data-search-tag-remove]:hover,[data-mode="dark"] [data-style="frosted"] [data-search-tag-remove]:hover{--un-text-opacity:1;color:rgba(var(--color-surface-100),var(--un-text-opacity));}
1413
-
1414
- /**
1415
- * Range - Glass Theme Styles
1416
- *
1417
- * Glassmorphism styling with blur and transparency.
1418
- */
1419
-
1420
- /* =============================================================================
1421
- Track
1422
- ============================================================================= */
1423
-
1424
- [data-style='frosted'] [data-range-bar] {
1425
- border-width:1px;border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-200),0.5);
1426
- }[data-mode="dark"][data-style="frosted"] [data-range-bar],[data-mode="dark"] [data-style="frosted"] [data-range-bar]{border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-800),0.5);}
1427
-
1428
- [data-style='frosted'] [data-range-selected] {
1429
- background-color:rgba(var(--color-primary),0.4);
1430
- }
1431
-
1432
- /* =============================================================================
1433
- Thumb
1434
- ============================================================================= */
1435
-
1436
- [data-style='frosted'] [data-range-thumb] {
1437
- border-color:rgba(var(--color-primary),0.5);background-color:rgba(var(--color-primary),0.8);--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1438
- }
1439
-
1440
- [data-style='frosted'] [data-range-thumb][data-sliding] {
1441
- box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary) 20%, transparent);
1442
- }
1443
-
1444
- [data-style='frosted'] [data-range-thumb]:focus-visible {
1445
- box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary) 20%, transparent);
1446
- }
1447
-
1448
- /* =============================================================================
1449
- Ticks
1450
- ============================================================================= */
1451
-
1452
- [data-style='frosted'] [data-range-tick] {
1453
- --un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
1454
- }[data-mode="dark"][data-style="frosted"] [data-range-tick],[data-mode="dark"] [data-style="frosted"] [data-range-tick]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
1455
-
1456
- [data-style='frosted'] [data-tick-bar] {
1457
- border-color:rgba(var(--color-surface-500),0.4);
1458
- }[data-mode="dark"][data-style="frosted"] [data-tick-bar],[data-mode="dark"] [data-style="frosted"] [data-tick-bar]{border-color:rgba(var(--color-surface-500),0.4);}
1459
-
1460
- [data-style='frosted'] [data-tick-label] {
1461
- --un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
1462
- }[data-mode="dark"][data-style="frosted"] [data-tick-label],[data-mode="dark"] [data-style="frosted"] [data-tick-label]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
1463
-
1464
- /* =============================================================================
1465
- Disabled
1466
- ============================================================================= */
1467
-
1468
- [data-style='frosted'] [data-range][data-disabled] [data-range-thumb] {
1469
- border-color:rgba(var(--color-surface-400),0.3);background-color:rgba(var(--color-surface-400),0.5);
1470
- }[data-mode="dark"][data-style="frosted"] [data-range][data-disabled] [data-range-thumb],[data-mode="dark"] [data-style="frosted"] [data-range][data-disabled] [data-range-thumb]{border-color:rgba(var(--color-surface-600),0.3);background-color:rgba(var(--color-surface-600),0.5);}
1471
-
1472
- [data-style='frosted'] [data-range][data-disabled] [data-range-selected] {
1473
- background-color:rgba(var(--color-surface-400),0.3);
1474
- }[data-mode="dark"][data-style="frosted"] [data-range][data-disabled] [data-range-selected],[data-mode="dark"] [data-style="frosted"] [data-range][data-disabled] [data-range-selected]{background-color:rgba(var(--color-surface-600),0.3);}
1475
-
1476
- /**
1477
- * Timeline - Glass Theme Styles
1478
- *
1479
- * Glassmorphism styling with blur and transparency.
1480
- */
1481
-
1482
- /* =============================================================================
1483
- Circle
1484
- ============================================================================= */
1485
-
1486
- [data-style='frosted'] [data-timeline-circle] {
1487
- border-color:rgba(var(--color-surface-500),0.3);--un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
1488
- }[data-mode="dark"][data-style="frosted"] [data-timeline-circle],[data-mode="dark"] [data-style="frosted"] [data-timeline-circle]{border-color:rgba(var(--color-surface-500),0.3);--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
1489
-
1490
- [data-style='frosted'] [data-timeline-item][data-completed] [data-timeline-circle] {
1491
- border-color:rgba(var(--color-primary),0.5);background-color:rgba(var(--color-primary),0.8);--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1492
- }
1493
-
1494
- [data-style='frosted'] [data-timeline-item][data-active] [data-timeline-circle] {
1495
- border-color:rgba(var(--color-primary),0.6);--un-text-opacity:1;color:rgba(var(--color-primary),var(--un-text-opacity));
1496
- box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 15%, transparent);
1497
- }
1498
-
1499
- /* =============================================================================
1500
- Connector
1501
- ============================================================================= */
1502
-
1503
- [data-style='frosted'] [data-timeline-connector] {
1504
- background-color:rgba(var(--color-surface-500),0.2);
1505
- }[data-mode="dark"][data-style="frosted"] [data-timeline-connector],[data-mode="dark"] [data-style="frosted"] [data-timeline-connector]{background-color:rgba(var(--color-surface-500),0.2);}
1506
-
1507
- [data-style='frosted'] [data-timeline-item][data-completed] [data-timeline-connector] {
1508
- background-color:rgba(var(--color-primary),0.4);
1509
- }
1510
-
1511
- /* =============================================================================
1512
- Body
1513
- ============================================================================= */
1514
-
1515
- [data-style='frosted'] [data-timeline-title] {
1516
- --un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
1517
- }[data-mode="dark"][data-style="frosted"] [data-timeline-title],[data-mode="dark"] [data-style="frosted"] [data-timeline-title]{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
1518
-
1519
- [data-style='frosted'] [data-timeline-description] {
1520
- --un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
1521
- }[data-mode="dark"][data-style="frosted"] [data-timeline-description],[data-mode="dark"] [data-style="frosted"] [data-timeline-description]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
1522
-
1523
- /**
1524
- * FloatingNavigation - Glass Theme Styles
1525
- *
1526
- * Glassmorphism styling with blur and transparency.
1527
- */
1528
-
1529
- /* =============================================================================
1530
- Container
1531
- ============================================================================= */
1532
-
1533
- [data-style='frosted'] [data-floating-nav] {
1534
- border-width:1px;border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-100),0.7);--un-shadow:var(--un-shadow-inset) 0 20px 25px -5px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 8px 10px -6px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1535
- }[data-mode="dark"][data-style="frosted"] [data-floating-nav],[data-mode="dark"] [data-style="frosted"] [data-floating-nav]{border-color:rgba(var(--color-surface-500),0.2);background-color:rgba(var(--color-surface-900),0.7);}
1536
-
1537
- /* =============================================================================
1538
- Header
1539
- ============================================================================= */
1540
-
1541
- [data-style='frosted'] [data-floating-nav-title] {
1542
- --un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
1543
- }[data-mode="dark"][data-style="frosted"] [data-floating-nav-title],[data-mode="dark"] [data-style="frosted"] [data-floating-nav-title]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
1544
-
1545
- [data-style='frosted'] [data-floating-nav-pin] {
1546
- --un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
1547
- }[data-mode="dark"][data-style="frosted"] [data-floating-nav-pin],[data-mode="dark"] [data-style="frosted"] [data-floating-nav-pin]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
1548
-
1549
- [data-style='frosted'] [data-floating-nav-pin]:hover {
1550
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
1551
- }[data-mode="dark"][data-style="frosted"] [data-floating-nav-pin]:hover,[data-mode="dark"] [data-style="frosted"] [data-floating-nav-pin]:hover{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
1552
-
1553
- [data-style='frosted'] [data-floating-nav-pin][aria-pressed='true'] {
1554
- --un-text-opacity:1;color:rgba(var(--color-primary-700),var(--un-text-opacity));
1555
- }[data-mode="dark"][data-style="frosted"] [data-floating-nav-pin][aria-pressed="true"],[data-mode="dark"] [data-style="frosted"] [data-floating-nav-pin][aria-pressed="true"]{--un-text-opacity:1;color:rgba(var(--color-primary-300),var(--un-text-opacity));}
1556
-
1557
- /* =============================================================================
1558
- Items
1559
- ============================================================================= */
1560
-
1561
- [data-style='frosted'] [data-floating-nav-item] {
1562
- --un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
1563
- }[data-mode="dark"][data-style="frosted"] [data-floating-nav-item],[data-mode="dark"] [data-style="frosted"] [data-floating-nav-item]{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
1564
-
1565
- [data-style='frosted'] [data-floating-nav-item]:hover {
1566
- background-color:rgba(var(--color-surface-200),0.5);--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));
1567
- }[data-mode="dark"][data-style="frosted"] [data-floating-nav-item]:hover,[data-mode="dark"] [data-style="frosted"] [data-floating-nav-item]:hover{background-color:rgba(var(--color-surface-800),0.5);--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
1568
-
1569
- [data-style='frosted'] [data-floating-nav-item][data-active] {
1570
- background-color:rgba(var(--color-primary-500),0.1);--un-text-opacity:1;color:rgba(var(--color-primary-700),var(--un-text-opacity));
1571
- }[data-mode="dark"][data-style="frosted"] [data-floating-nav-item][data-active],[data-mode="dark"] [data-style="frosted"] [data-floating-nav-item][data-active]{background-color:rgba(var(--color-primary-500),0.1);--un-text-opacity:1;color:rgba(var(--color-primary-300),var(--un-text-opacity));}
1572
-
1573
- [data-style='frosted'] [data-floating-nav-item]:focus-visible {
1574
- outline:2px solid transparent;outline-offset:2px;--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:rgba(var(--color-surface-500),0.4);
1575
- }[data-mode="dark"][data-style="frosted"] [data-floating-nav-item]:focus-visible,[data-mode="dark"] [data-style="frosted"] [data-floating-nav-item]:focus-visible{--un-ring-color:rgba(var(--color-surface-500),0.4);}
1576
-
1577
- /* Icon */
1578
- [data-style='frosted'] [data-floating-nav-icon] {
1579
- --un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
1580
- }[data-mode="dark"][data-style="frosted"] [data-floating-nav-icon],[data-mode="dark"] [data-style="frosted"] [data-floating-nav-icon]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
1581
-
1582
- [data-style='frosted'] [data-floating-nav-item]:hover [data-floating-nav-icon] {
1583
- --un-text-opacity:1;color:rgba(var(--color-primary-600),var(--un-text-opacity));
1584
- }[data-mode="dark"][data-style="frosted"] [data-floating-nav-item]:hover [data-floating-nav-icon],[data-mode="dark"] [data-style="frosted"] [data-floating-nav-item]:hover [data-floating-nav-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-400),var(--un-text-opacity));}
1585
-
1586
- [data-style='frosted'] [data-floating-nav-item][data-active] [data-floating-nav-icon] {
1587
- --un-text-opacity:1;color:rgba(var(--color-primary-700),var(--un-text-opacity));
1588
- }[data-mode="dark"][data-style="frosted"] [data-floating-nav-item][data-active] [data-floating-nav-icon],[data-mode="dark"] [data-style="frosted"] [data-floating-nav-item][data-active] [data-floating-nav-icon]{--un-text-opacity:1;color:rgba(var(--color-primary-300),var(--un-text-opacity));}
1589
-
1590
- /* =============================================================================
1591
- Active Indicator
1592
- ============================================================================= */
1593
-
1594
- [data-style='frosted'] [data-floating-nav-indicator] {
1595
- background-color:rgba(var(--color-primary-500),0.8);
1596
- }[data-mode="dark"][data-style="frosted"] [data-floating-nav-indicator],[data-mode="dark"] [data-style="frosted"] [data-floating-nav-indicator]{background-color:rgba(var(--color-primary-500),0.8);}
1597
-
1598
- /* TableOfContents — Glass theme */
1599
-
1600
- [data-style='frosted'] [data-toc] [data-toc-label] {
1601
- --un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));
1602
- }[data-mode="dark"][data-style="frosted"] [data-toc] [data-toc-label],[data-mode="dark"] [data-style="frosted"] [data-toc] [data-toc-label]{--un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));}
1603
-
1604
- [data-style='frosted'] [data-toc] [data-toc-item] {
1605
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
1606
- }[data-mode="dark"][data-style="frosted"] [data-toc] [data-toc-item],[data-mode="dark"] [data-style="frosted"] [data-toc] [data-toc-item]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
1607
-
1608
- [data-style='frosted'] [data-toc] [data-toc-item]:hover,
1609
- [data-style='frosted'] [data-toc] [data-toc-item][data-toc-focused] {
1610
- background-color:rgba(var(--color-surface-200),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-950),var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px;
1611
- }[data-mode="dark"][data-style="frosted"] [data-toc] [data-toc-item]:hover,[data-mode="dark"] [data-style="frosted"] [data-toc] [data-toc-item]:hover,[data-mode="dark"][data-style="frosted"] [data-toc] [data-toc-item][data-toc-focused],[data-mode="dark"] [data-style="frosted"] [data-toc] [data-toc-item][data-toc-focused]{background-color:rgba(var(--color-surface-800),0.15);--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));}
1612
-
1613
- [data-style='frosted'] [data-toc] [data-toc-item][data-toc-active] {
1614
- --un-border-opacity:1;--un-border-left-opacity:var(--un-border-opacity);border-left-color:rgba(var(--color-primary-500),var(--un-border-left-opacity));--un-text-opacity:1;color:rgba(var(--color-primary-900),var(--un-text-opacity));
1615
- }[data-mode="dark"][data-style="frosted"] [data-toc] [data-toc-item][data-toc-active],[data-mode="dark"] [data-style="frosted"] [data-toc] [data-toc-item][data-toc-active]{--un-border-opacity:1;--un-border-left-opacity:var(--un-border-opacity);border-left-color:rgba(var(--color-primary-500),var(--un-border-left-opacity));--un-text-opacity:1;color:rgba(var(--color-primary-100),var(--un-text-opacity));}
1616
-
1617
- /**
1618
- * Card - Frosted Glass Theme Styles
1619
- *
1620
- * Liquid frosted glass: milky translucent surface, specular top-edge shine,
1621
- * deep backdrop blur. More opaque than Apple liquid glass but still glassy.
1622
- */
1623
-
1624
- /* =============================================================================
1625
- Base Card Styles
1626
- ============================================================================= */
1627
-
1628
- [data-style='frosted'] [data-card] {
1629
- border-width:1px;--un-text-opacity:1;color:rgba(var(--color-surface-900),var(--un-text-opacity));--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1630
- background: color-mix(in srgb, var(--color-surface-z3, #888) 30%, transparent);
1631
- border-color: rgba(255, 255, 255, 0.18);
1632
- box-shadow:
1633
- inset 0 1px 0 rgba(255, 255, 255, 0.22),
1634
- 0 8px 32px rgba(0, 0, 0, 0.1);
1635
- }[data-mode="dark"][data-style="frosted"] [data-card],[data-mode="dark"] [data-style="frosted"] [data-card]{--un-text-opacity:1;color:rgba(var(--color-surface-100),var(--un-text-opacity));}
1636
-
1637
- /* Interactive cards (buttons) */
1638
- [data-style='frosted'] [data-card][data-card-interactive] {
1639
- cursor: pointer;
1640
- transition:
1641
- transform 0.2s ease,
1642
- box-shadow 0.2s ease,
1643
- background 0.2s ease;
1644
- }
1645
-
1646
- [data-style='frosted'] [data-card][data-card-interactive]:hover {
1647
- background: color-mix(in srgb, var(--color-surface-z3, #888) 42%, transparent);
1648
- box-shadow:
1649
- inset 0 1px 0 rgba(255, 255, 255, 0.28),
1650
- 0 16px 40px rgba(0, 0, 0, 0.14);
1651
- transform: translateY(-2px);
1652
- }
1653
-
1654
- [data-style='frosted'] [data-card][data-card-interactive]:active {
1655
- box-shadow:
1656
- inset 0 1px 0 rgba(255, 255, 255, 0.18),
1657
- 0 4px 16px rgba(0, 0, 0, 0.1);
1658
- transform: translateY(0);
1659
- }
1660
-
1661
- /* =============================================================================
1662
- Card Sections
1663
- ============================================================================= */
1664
-
1665
- [data-style='frosted'] [data-card-header] {
1666
- border-bottom: 1px solid rgba(255, 255, 255, 0.12);
1667
- }
1668
-
1669
- [data-style='frosted'] [data-card-body] {
1670
- --un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
1671
- }[data-mode="dark"][data-style="frosted"] [data-card-body],[data-mode="dark"] [data-style="frosted"] [data-card-body]{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
1672
-
1673
- [data-style='frosted'] [data-card-footer] {
1674
- --un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));
1675
- border-top: 1px solid rgba(255, 255, 255, 0.12);
1676
- }[data-mode="dark"][data-style="frosted"] [data-card-footer],[data-mode="dark"] [data-style="frosted"] [data-card-footer]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
1677
-
1678
- /* =============================================================================
1679
- Focus States
1680
- ============================================================================= */
1681
-
1682
- [data-style='frosted'] [data-card][data-card-interactive]:focus-visible {
1683
- outline: none;
1684
- box-shadow:
1685
- inset 0 1px 0 rgba(255, 255, 255, 0.22),
1686
- 0 0 0 2px rgba(255, 255, 255, 0.25);
1687
- }
1688
-
1689
- /* =============================================================================
1690
- Disabled State
1691
- ============================================================================= */
1692
-
1693
- [data-style='frosted'] [data-card][data-card-interactive][data-disabled],
1694
- [data-style='frosted'] [data-card][data-card-interactive]:disabled {
1695
- cursor:not-allowed;opacity:0.5;
1696
- transform: none;
1697
- }
1698
-
1699
- /* =============================================================================
1700
- Variants
1701
- ============================================================================= */
1702
-
1703
- /* Primary — tinted primary glass */
1704
- [data-style='frosted'] [data-card][data-variant='primary'] {
1705
- border-width:1px;--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1706
- background: color-mix(in srgb, var(--color-primary-500, #6366f1) 45%, transparent);
1707
- border-color: rgba(255, 255, 255, 0.22);
1708
- box-shadow:
1709
- inset 0 1px 0 rgba(255, 255, 255, 0.28),
1710
- 0 8px 32px rgba(0, 0, 0, 0.12);
1711
- }
1712
-
1713
- [data-style='frosted'] [data-card][data-variant='primary'] [data-card-header],
1714
- [data-style='frosted'] [data-card][data-variant='primary'] [data-card-footer] {
1715
- border-color: rgba(255, 255, 255, 0.15);
1716
- }
1717
-
1718
- [data-style='frosted'] [data-card][data-variant='primary'] [data-card-body] {
1719
- @apply text-on-primary/80;
1720
- }
1721
-
1722
- /* Secondary — tinted secondary glass */
1723
- [data-style='frosted'] [data-card][data-variant='secondary'] {
1724
- border-width:1px;--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1725
- background: color-mix(in srgb, var(--color-secondary-500, #ec4899) 45%, transparent);
1726
- border-color: rgba(255, 255, 255, 0.22);
1727
- box-shadow:
1728
- inset 0 1px 0 rgba(255, 255, 255, 0.28),
1729
- 0 8px 32px rgba(0, 0, 0, 0.12);
1730
- }
1731
-
1732
- [data-style='frosted'] [data-card][data-variant='secondary'] [data-card-header],
1733
- [data-style='frosted'] [data-card][data-variant='secondary'] [data-card-footer] {
1734
- border-color: rgba(255, 255, 255, 0.15);
1735
- }
1736
-
1737
- [data-style='frosted'] [data-card][data-variant='secondary'] [data-card-body] {
1738
- @apply text-on-secondary/80;
1739
- }
1740
-
1741
- /* Tertiary — barely-there frosted glass */
1742
- [data-style='frosted'] [data-card][data-variant='tertiary'] {
1743
- border-width:1px;--un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1744
- background: color-mix(in srgb, var(--color-surface-z3, #888) 16%, transparent);
1745
- border-color: rgba(255, 255, 255, 0.12);
1746
- }[data-mode="dark"][data-style="frosted"] [data-card][data-variant="tertiary"],[data-mode="dark"] [data-style="frosted"] [data-card][data-variant="tertiary"]{--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
1747
-
1748
- /**
1749
- * Message - Glass Theme Styles
1750
- */
1751
-
1752
- [data-style='frosted'] [data-message-root][data-type='error'] {
1753
- border-color:rgba(var(--color-error-400),0.4);background-color:rgba(var(--color-error-200),0.5);--un-text-opacity:1;color:rgba(var(--color-error-800),var(--un-text-opacity));--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1754
- }[data-mode="dark"][data-style="frosted"] [data-message-root][data-type="error"],[data-mode="dark"] [data-style="frosted"] [data-message-root][data-type="error"]{border-color:rgba(var(--color-error-600),0.4);background-color:rgba(var(--color-error-800),0.5);--un-text-opacity:1;color:rgba(var(--color-error-200),var(--un-text-opacity));}
1755
- [data-style='frosted'] [data-message-root][data-type='error'] [data-message-icon],
1756
- [data-style='frosted'] [data-message-root][data-type='error'] [data-message-dismiss] {
1757
- --un-text-opacity:1;color:rgba(var(--color-error-600),var(--un-text-opacity));
1758
- }[data-mode="dark"][data-style="frosted"] [data-message-root][data-type="error"] [data-message-icon],[data-mode="dark"] [data-style="frosted"] [data-message-root][data-type="error"] [data-message-icon],[data-mode="dark"][data-style="frosted"] [data-message-root][data-type="error"] [data-message-dismiss],[data-mode="dark"] [data-style="frosted"] [data-message-root][data-type="error"] [data-message-dismiss]{--un-text-opacity:1;color:rgba(var(--color-error-400),var(--un-text-opacity));}
1759
-
1760
- [data-style='frosted'] [data-message-root][data-type='warning'] {
1761
- border-color:rgba(var(--color-warning-400),0.4);background-color:rgba(var(--color-warning-200),0.5);--un-text-opacity:1;color:rgba(var(--color-warning-800),var(--un-text-opacity));--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1762
- }[data-mode="dark"][data-style="frosted"] [data-message-root][data-type="warning"],[data-mode="dark"] [data-style="frosted"] [data-message-root][data-type="warning"]{border-color:rgba(var(--color-warning-600),0.4);background-color:rgba(var(--color-warning-800),0.5);--un-text-opacity:1;color:rgba(var(--color-warning-200),var(--un-text-opacity));}
1763
- [data-style='frosted'] [data-message-root][data-type='warning'] [data-message-icon],
1764
- [data-style='frosted'] [data-message-root][data-type='warning'] [data-message-dismiss] {
1765
- --un-text-opacity:1;color:rgba(var(--color-warning-600),var(--un-text-opacity));
1766
- }[data-mode="dark"][data-style="frosted"] [data-message-root][data-type="warning"] [data-message-icon],[data-mode="dark"] [data-style="frosted"] [data-message-root][data-type="warning"] [data-message-icon],[data-mode="dark"][data-style="frosted"] [data-message-root][data-type="warning"] [data-message-dismiss],[data-mode="dark"] [data-style="frosted"] [data-message-root][data-type="warning"] [data-message-dismiss]{--un-text-opacity:1;color:rgba(var(--color-warning-400),var(--un-text-opacity));}
1767
-
1768
- [data-style='frosted'] [data-message-root][data-type='info'] {
1769
- border-color:rgba(var(--color-info-400),0.4);background-color:rgba(var(--color-info-200),0.5);--un-text-opacity:1;color:rgba(var(--color-info-800),var(--un-text-opacity));--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1770
- }[data-mode="dark"][data-style="frosted"] [data-message-root][data-type="info"],[data-mode="dark"] [data-style="frosted"] [data-message-root][data-type="info"]{border-color:rgba(var(--color-info-600),0.4);background-color:rgba(var(--color-info-800),0.5);--un-text-opacity:1;color:rgba(var(--color-info-200),var(--un-text-opacity));}
1771
- [data-style='frosted'] [data-message-root][data-type='info'] [data-message-icon],
1772
- [data-style='frosted'] [data-message-root][data-type='info'] [data-message-dismiss] {
1773
- --un-text-opacity:1;color:rgba(var(--color-info-600),var(--un-text-opacity));
1774
- }[data-mode="dark"][data-style="frosted"] [data-message-root][data-type="info"] [data-message-icon],[data-mode="dark"] [data-style="frosted"] [data-message-root][data-type="info"] [data-message-icon],[data-mode="dark"][data-style="frosted"] [data-message-root][data-type="info"] [data-message-dismiss],[data-mode="dark"] [data-style="frosted"] [data-message-root][data-type="info"] [data-message-dismiss]{--un-text-opacity:1;color:rgba(var(--color-info-400),var(--un-text-opacity));}
1775
-
1776
- [data-style='frosted'] [data-message-root][data-type='success'] {
1777
- border-color:rgba(var(--color-success-400),0.4);background-color:rgba(var(--color-success-200),0.5);--un-text-opacity:1;color:rgba(var(--color-success-800),var(--un-text-opacity));--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1778
- }[data-mode="dark"][data-style="frosted"] [data-message-root][data-type="success"],[data-mode="dark"] [data-style="frosted"] [data-message-root][data-type="success"]{border-color:rgba(var(--color-success-600),0.4);background-color:rgba(var(--color-success-800),0.5);--un-text-opacity:1;color:rgba(var(--color-success-200),var(--un-text-opacity));}
1779
- [data-style='frosted'] [data-message-root][data-type='success'] [data-message-icon],
1780
- [data-style='frosted'] [data-message-root][data-type='success'] [data-message-dismiss] {
1781
- --un-text-opacity:1;color:rgba(var(--color-success-600),var(--un-text-opacity));
1782
- }[data-mode="dark"][data-style="frosted"] [data-message-root][data-type="success"] [data-message-icon],[data-mode="dark"] [data-style="frosted"] [data-message-root][data-type="success"] [data-message-icon],[data-mode="dark"][data-style="frosted"] [data-message-root][data-type="success"] [data-message-dismiss],[data-mode="dark"] [data-style="frosted"] [data-message-root][data-type="success"] [data-message-dismiss]{--un-text-opacity:1;color:rgba(var(--color-success-400),var(--un-text-opacity));}
1783
-
1784
- /**
1785
- * StatusList - Glass Theme Styles
1786
- */
1787
-
1788
- /* ── @rokkit/ui StatusList: icon and text colors by status ── */
1789
-
1790
- [data-style='frosted'] [data-status-item][data-status='pass'] span {
1791
- --un-text-opacity:1;color:rgba(var(--color-success-600),var(--un-text-opacity));
1792
- }[data-mode="dark"][data-style="frosted"] [data-status-item][data-status="pass"] span,[data-mode="dark"] [data-style="frosted"] [data-status-item][data-status="pass"] span{--un-text-opacity:1;color:rgba(var(--color-success-400),var(--un-text-opacity));}
1793
- [data-style='frosted'] [data-status-item][data-status='fail'] span {
1794
- --un-text-opacity:1;color:rgba(var(--color-error-600),var(--un-text-opacity));
1795
- }[data-mode="dark"][data-style="frosted"] [data-status-item][data-status="fail"] span,[data-mode="dark"] [data-style="frosted"] [data-status-item][data-status="fail"] span{--un-text-opacity:1;color:rgba(var(--color-error-400),var(--un-text-opacity));}
1796
- [data-style='frosted'] [data-status-item][data-status='warn'] span {
1797
- --un-text-opacity:1;color:rgba(var(--color-warning-600),var(--un-text-opacity));
1798
- }[data-mode="dark"][data-style="frosted"] [data-status-item][data-status="warn"] span,[data-mode="dark"] [data-style="frosted"] [data-status-item][data-status="warn"] span{--un-text-opacity:1;color:rgba(var(--color-warning-400),var(--un-text-opacity));}
1799
- [data-style='frosted'] [data-status-item][data-status='unknown'] span {
1800
- --un-text-opacity:1;color:rgba(var(--color-surface-400),var(--un-text-opacity));
1801
- }[data-mode="dark"][data-style="frosted"] [data-status-item][data-status="unknown"] span,[data-mode="dark"] [data-style="frosted"] [data-status-item][data-status="unknown"] span{--un-text-opacity:1;color:rgba(var(--color-surface-600),var(--un-text-opacity));}
1802
-
1803
- [data-style='frosted'] [data-status-item][data-status='pass'] {
1804
- --un-text-opacity:1;color:rgba(var(--color-success-700),var(--un-text-opacity));
1805
- }[data-mode="dark"][data-style="frosted"] [data-status-item][data-status="pass"],[data-mode="dark"] [data-style="frosted"] [data-status-item][data-status="pass"]{--un-text-opacity:1;color:rgba(var(--color-success-300),var(--un-text-opacity));}
1806
- [data-style='frosted'] [data-status-item][data-status='fail'] {
1807
- --un-text-opacity:1;color:rgba(var(--color-error-700),var(--un-text-opacity));
1808
- }[data-mode="dark"][data-style="frosted"] [data-status-item][data-status="fail"],[data-mode="dark"] [data-style="frosted"] [data-status-item][data-status="fail"]{--un-text-opacity:1;color:rgba(var(--color-error-300),var(--un-text-opacity));}
1809
- [data-style='frosted'] [data-status-item][data-status='warn'] {
1810
- --un-text-opacity:1;color:rgba(var(--color-warning-700),var(--un-text-opacity));
1811
- }[data-mode="dark"][data-style="frosted"] [data-status-item][data-status="warn"],[data-mode="dark"] [data-style="frosted"] [data-status-item][data-status="warn"]{--un-text-opacity:1;color:rgba(var(--color-warning-300),var(--un-text-opacity));}
1812
- [data-style='frosted'] [data-status-item][data-status='unknown'] {
1813
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1814
- }[data-mode="dark"][data-style="frosted"] [data-status-item][data-status="unknown"],[data-mode="dark"] [data-style="frosted"] [data-status-item][data-status="unknown"]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1815
-
1816
- /* ── @rokkit/forms StatusList: group headers by severity ── */
1817
-
1818
- [data-style='frosted'] [data-status-group][data-severity='error'] [data-status-header] {
1819
- --un-text-opacity:1;color:rgba(var(--color-error-600),var(--un-text-opacity));
1820
- }[data-mode="dark"][data-style="frosted"] [data-status-group][data-severity="error"] [data-status-header],[data-mode="dark"] [data-style="frosted"] [data-status-group][data-severity="error"] [data-status-header]{--un-text-opacity:1;color:rgba(var(--color-error-400),var(--un-text-opacity));}
1821
- [data-style='frosted'] [data-status-group][data-severity='warning'] [data-status-header] {
1822
- --un-text-opacity:1;color:rgba(var(--color-warning-600),var(--un-text-opacity));
1823
- }[data-mode="dark"][data-style="frosted"] [data-status-group][data-severity="warning"] [data-status-header],[data-mode="dark"] [data-style="frosted"] [data-status-group][data-severity="warning"] [data-status-header]{--un-text-opacity:1;color:rgba(var(--color-warning-400),var(--un-text-opacity));}
1824
- [data-style='frosted'] [data-status-group][data-severity='info'] [data-status-header] {
1825
- --un-text-opacity:1;color:rgba(var(--color-info-600),var(--un-text-opacity));
1826
- }[data-mode="dark"][data-style="frosted"] [data-status-group][data-severity="info"] [data-status-header],[data-mode="dark"] [data-style="frosted"] [data-status-group][data-severity="info"] [data-status-header]{--un-text-opacity:1;color:rgba(var(--color-info-400),var(--un-text-opacity));}
1827
- [data-style='frosted'] [data-status-group][data-severity='success'] [data-status-header] {
1828
- --un-text-opacity:1;color:rgba(var(--color-success-600),var(--un-text-opacity));
1829
- }[data-mode="dark"][data-style="frosted"] [data-status-group][data-severity="success"] [data-status-header],[data-mode="dark"] [data-style="frosted"] [data-status-group][data-severity="success"] [data-status-header]{--un-text-opacity:1;color:rgba(var(--color-success-400),var(--un-text-opacity));}
1830
-
1831
- /* ── @rokkit/forms StatusList: item colors ── */
1832
-
1833
- [data-style='frosted'] [data-status-item][data-status='error'] {
1834
- --un-text-opacity:1;color:rgba(var(--color-error-700),var(--un-text-opacity));
1835
- }[data-mode="dark"][data-style="frosted"] [data-status-item][data-status="error"],[data-mode="dark"] [data-style="frosted"] [data-status-item][data-status="error"]{--un-text-opacity:1;color:rgba(var(--color-error-300),var(--un-text-opacity));}
1836
- [data-style='frosted'] [data-status-item][data-status='warning'] {
1837
- --un-text-opacity:1;color:rgba(var(--color-warning-700),var(--un-text-opacity));
1838
- }[data-mode="dark"][data-style="frosted"] [data-status-item][data-status="warning"],[data-mode="dark"] [data-style="frosted"] [data-status-item][data-status="warning"]{--un-text-opacity:1;color:rgba(var(--color-warning-300),var(--un-text-opacity));}
1839
- [data-style='frosted'] [data-status-item][data-status='info'] {
1840
- --un-text-opacity:1;color:rgba(var(--color-info-700),var(--un-text-opacity));
1841
- }[data-mode="dark"][data-style="frosted"] [data-status-item][data-status="info"],[data-mode="dark"] [data-style="frosted"] [data-status-item][data-status="info"]{--un-text-opacity:1;color:rgba(var(--color-info-300),var(--un-text-opacity));}
1842
- [data-style='frosted'] [data-status-item][data-status='success'] {
1843
- --un-text-opacity:1;color:rgba(var(--color-success-700),var(--un-text-opacity));
1844
- }[data-mode="dark"][data-style="frosted"] [data-status-item][data-status="success"],[data-mode="dark"] [data-style="frosted"] [data-status-item][data-status="success"]{--un-text-opacity:1;color:rgba(var(--color-success-300),var(--un-text-opacity));}
1845
-
1846
- /* Count badge */
1847
- [data-style='frosted'] [data-status-count] {
1848
- background-color:rgba(var(--color-surface-200),0.6);--un-text-opacity:1;color:rgba(var(--color-surface-700),var(--un-text-opacity));font-weight:600;--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1849
- }[data-mode="dark"][data-style="frosted"] [data-status-count],[data-mode="dark"] [data-style="frosted"] [data-status-count]{background-color:rgba(var(--color-surface-800),0.6);--un-text-opacity:1;color:rgba(var(--color-surface-300),var(--un-text-opacity));}
1850
-
1851
- /* StepIndicator — Glass theme (backdrop-blur + translucency) */
1852
-
1853
- /* ── Number circles ── */
1854
-
1855
- [data-style='frosted'] [data-step-item][data-step-state='complete'] [data-step-number] {
1856
- border-color:rgba(var(--color-primary-400),0.6);background-color:rgba(var(--color-primary-500),0.8);background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-50),var(--un-text-opacity));--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1857
- }[data-mode="dark"][data-style="frosted"] [data-step-item][data-step-state="complete"] [data-step-number],[data-mode="dark"] [data-style="frosted"] [data-step-item][data-step-state="complete"] [data-step-number]{border-color:rgba(var(--color-primary-600),0.6);background-color:rgba(var(--color-primary-500),0.8);}
1858
-
1859
- [data-style='frosted'] [data-step-item][data-step-state='current'] [data-step-number] {
1860
- border-color:rgba(var(--color-primary-400),0.7);background-color:rgba(var(--color-surface-200),0.6);background-image:none;--un-text-opacity:1;color:rgba(var(--color-primary-700),var(--un-text-opacity));--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1861
- box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary-500, #6366f1) 15%, transparent);
1862
- }[data-mode="dark"][data-style="frosted"] [data-step-item][data-step-state="current"] [data-step-number],[data-mode="dark"] [data-style="frosted"] [data-step-item][data-step-state="current"] [data-step-number]{border-color:rgba(var(--color-primary-600),0.7);background-color:rgba(var(--color-surface-800),0.6);--un-text-opacity:1;color:rgba(var(--color-primary-300),var(--un-text-opacity));}
1863
-
1864
- [data-style='frosted'] [data-step-item][data-step-state='upcoming'] [data-step-number] {
1865
- border-color:rgba(var(--color-surface-300),0.5);background-color:rgba(var(--color-surface-100),0.4);background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
1866
- }[data-mode="dark"][data-style="frosted"] [data-step-item][data-step-state="upcoming"] [data-step-number],[data-mode="dark"] [data-style="frosted"] [data-step-item][data-step-state="upcoming"] [data-step-number]{border-color:rgba(var(--color-surface-700),0.5);background-color:rgba(var(--color-surface-900),0.4);--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1867
-
1868
- /* ── Labels ── */
1869
-
1870
- [data-style='frosted'] [data-step-item][data-step-state='complete'] [data-step-label] {
1871
- background-image:none;--un-text-opacity:1;color:rgba(var(--color-primary-700),var(--un-text-opacity));
1872
- }[data-mode="dark"][data-style="frosted"] [data-step-item][data-step-state="complete"] [data-step-label],[data-mode="dark"] [data-style="frosted"] [data-step-item][data-step-state="complete"] [data-step-label]{--un-text-opacity:1;color:rgba(var(--color-primary-300),var(--un-text-opacity));}
1873
-
1874
- [data-style='frosted'] [data-step-item][data-step-state='current'] [data-step-label] {
1875
- background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-900),var(--un-text-opacity));font-weight:600;
1876
- }[data-mode="dark"][data-style="frosted"] [data-step-item][data-step-state="current"] [data-step-label],[data-mode="dark"] [data-style="frosted"] [data-step-item][data-step-state="current"] [data-step-label]{--un-text-opacity:1;color:rgba(var(--color-surface-100),var(--un-text-opacity));}
1877
-
1878
- [data-style='frosted'] [data-step-item][data-step-state='upcoming'] [data-step-label] {
1879
- background-image:none;--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1880
- }[data-mode="dark"][data-style="frosted"] [data-step-item][data-step-state="upcoming"] [data-step-label],[data-mode="dark"] [data-style="frosted"] [data-step-item][data-step-state="upcoming"] [data-step-label]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1881
-
1882
- /* ── Connector lines ── */
1883
-
1884
- [data-style='frosted'] [data-step-item][data-step-state='complete']::after {
1885
- background-color:rgba(var(--color-primary-400),0.7);
1886
- }[data-mode="dark"][data-style="frosted"] [data-step-item][data-step-state="complete"]::after,[data-mode="dark"] [data-style="frosted"] [data-step-item][data-step-state="complete"]::after{background-color:rgba(var(--color-primary-600),0.7);}
1887
-
1888
- [data-style='frosted'] [data-step-item][data-step-state='current']::after,
1889
- [data-style='frosted'] [data-step-item][data-step-state='upcoming']::after {
1890
- background-color:rgba(var(--color-surface-300),0.5);
1891
- }[data-mode="dark"][data-style="frosted"] [data-step-item][data-step-state="current"]::after,[data-mode="dark"] [data-style="frosted"] [data-step-item][data-step-state="current"]::after,[data-mode="dark"][data-style="frosted"] [data-step-item][data-step-state="upcoming"]::after,[data-mode="dark"] [data-style="frosted"] [data-step-item][data-step-state="upcoming"]::after{background-color:rgba(var(--color-surface-700),0.5);}
1892
-
1893
- /**
1894
- * Chart - Glass Theme Styles
1895
- */
1896
-
1897
- [data-style='frosted'] [data-chart-axis-line],
1898
- [data-style='frosted'] [data-chart-tick] line {
1899
- --un-stroke-opacity:1;stroke:rgba(var(--color-surface-300),var(--un-stroke-opacity));
1900
- }[data-mode="dark"][data-style="frosted"] [data-chart-axis-line],[data-mode="dark"] [data-style="frosted"] [data-chart-axis-line],[data-mode="dark"][data-style="frosted"] [data-chart-tick] line,[data-mode="dark"] [data-style="frosted"] [data-chart-tick] line{--un-stroke-opacity:1;stroke:rgba(var(--color-surface-700),var(--un-stroke-opacity));}
1901
-
1902
- [data-style='frosted'] [data-chart-tick-label] {
1903
- --un-fill-opacity:1;fill:rgba(var(--color-surface-500),var(--un-fill-opacity));
1904
- }[data-mode="dark"][data-style="frosted"] [data-chart-tick-label],[data-mode="dark"] [data-style="frosted"] [data-chart-tick-label]{--un-fill-opacity:1;fill:rgba(var(--color-surface-500),var(--un-fill-opacity));}
1905
-
1906
- [data-style='frosted'] [data-chart-grid-line] {
1907
- --un-stroke-opacity:1;stroke:rgba(var(--color-surface-300),var(--un-stroke-opacity));
1908
- stroke-opacity: 0.5;
1909
- stroke-dasharray: 2 4;
1910
- }[data-mode="dark"][data-style="frosted"] [data-chart-grid-line],[data-mode="dark"] [data-style="frosted"] [data-chart-grid-line]{--un-stroke-opacity:1;stroke:rgba(var(--color-surface-700),var(--un-stroke-opacity));}
1911
-
1912
- [data-style='frosted'] [data-chart-legend-label] {
1913
- --un-fill-opacity:1;fill:rgba(var(--color-surface-500),var(--un-fill-opacity));
1914
- }[data-mode="dark"][data-style="frosted"] [data-chart-legend-label],[data-mode="dark"] [data-style="frosted"] [data-chart-legend-label]{--un-fill-opacity:1;fill:rgba(var(--color-surface-500),var(--un-fill-opacity));}
1915
-
1916
- [data-style='frosted'] [data-chart-legend-item]:hover {
1917
- --un-text-opacity:1;color:rgba(var(--color-surface-800),var(--un-text-opacity));
1918
- }[data-mode="dark"][data-style="frosted"] [data-chart-legend-item]:hover,[data-mode="dark"] [data-style="frosted"] [data-chart-legend-item]:hover{--un-text-opacity:1;color:rgba(var(--color-surface-200),var(--un-text-opacity));}
1919
-
1920
- [data-style='frosted'] [data-plot-element='bar'][data-dimmed],
1921
- [data-style='frosted'] [data-plot-element='point'][data-dimmed],
1922
- [data-style='frosted'] [data-plot-element='arc'][data-dimmed],
1923
- [data-style='frosted'] [data-plot-element='line'][data-dimmed],
1924
- [data-style='frosted'] [data-plot-element='area'][data-dimmed] {
1925
- opacity: 0.15;
1926
- }
1927
-
1928
- [data-style='frosted'] [data-facet-title] {
1929
- --un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));
1930
- }[data-mode="dark"][data-style="frosted"] [data-facet-title],[data-mode="dark"] [data-style="frosted"] [data-facet-title]{--un-text-opacity:1;color:rgba(var(--color-surface-500),var(--un-text-opacity));}
1931
-
1932
- /**
1933
- * Swatch — Glass Theme
1934
- * Selected: secondary outline ring. Hover/focus: primary outline ring.
1935
- */
1936
-
1937
- [data-style='frosted'] [data-swatch-item][data-selected] {
1938
- background: transparent;
1939
- --un-outline-color-opacity:1;outline-color:rgba(var(--color-secondary-500),var(--un-outline-color-opacity));
1940
- }[data-mode="dark"][data-style="frosted"] [data-swatch-item][data-selected],[data-mode="dark"] [data-style="frosted"] [data-swatch-item][data-selected]{--un-outline-color-opacity:1;outline-color:rgba(var(--color-secondary-500),var(--un-outline-color-opacity));}
1941
-
1942
- [data-style='frosted']
1943
- [data-swatch-item]:hover:not(:disabled):not([data-disabled]):not([data-selected]),
1944
- [data-style='frosted']
1945
- [data-swatch-item]:focus-visible:not(:disabled):not([data-disabled]):not([data-selected]) {
1946
- --un-outline-color-opacity:1;outline-color:rgba(var(--color-primary-400),var(--un-outline-color-opacity));
1947
- }[data-mode="dark"][data-style="frosted"] [data-swatch-item]:hover:not(:disabled):not([data-disabled]):not([data-selected]),[data-mode="dark"] [data-style="frosted"] [data-swatch-item]:hover:not(:disabled):not([data-disabled]):not([data-selected]),[data-mode="dark"][data-style="frosted"] [data-swatch-item]:focus-visible:not(:disabled):not([data-disabled]):not([data-selected]),[data-mode="dark"] [data-style="frosted"] [data-swatch-item]:focus-visible:not(:disabled):not([data-disabled]):not([data-selected]){--un-outline-color-opacity:1;outline-color:rgba(var(--color-primary-600),var(--un-outline-color-opacity));}
1948
-
1949
- [data-style='frosted'] [data-swatch-item][data-selected]:focus-visible {
1950
- --un-outline-color-opacity:1;outline-color:rgba(var(--color-secondary-600),var(--un-outline-color-opacity));
1951
- outline-offset: 3px;
1952
- }[data-mode="dark"][data-style="frosted"] [data-swatch-item][data-selected]:focus-visible,[data-mode="dark"] [data-style="frosted"] [data-swatch-item][data-selected]:focus-visible{--un-outline-color-opacity:1;outline-color:rgba(var(--color-secondary-400),var(--un-outline-color-opacity));}
1953
-