@jjlmoya/utils-audiovisual 1.16.0 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (21) hide show
  1. package/package.json +1 -1
  2. package/src/tool/chromaticLens/chromatic-lens-color-palette-extraction-online.css +39 -39
  3. package/src/tool/collageMaker/free-online-photo-collage-maker-professional-compositions.css +47 -47
  4. package/src/tool/exifCleaner/exif-metadata-cleaner-remove-gps-photo-privacy.css +36 -36
  5. package/src/tool/imageCompressor/online-image-compressor-reduce-file-size-no-quality-loss.css +71 -64
  6. package/src/tool/printQualityCalculator/print-quality-calculator-pixels-to-cm-dpi.css +89 -81
  7. package/src/tool/privacyBlur/online-privacy-editor-pixelate-blur-faces-photos.css +36 -36
  8. package/src/tool/subtitleSync/synchronize-srt-subtitles-online-adjust-timing-free.css +43 -43
  9. package/src/tool/timelapseCalculator/timelapse-hyperlapse-calculator-perfect-intervals.css +44 -42
  10. package/src/tool/tvDistance/tv-viewing-distance-calculator-thx-4k-optimal-screen.css +56 -56
  11. package/src/tool/videoFrameExtractor/online-video-frame-extractor-capture-hd-stills.css +55 -55
  12. package/src/tool/chromaticLens/style.css +0 -308
  13. package/src/tool/collageMaker/style.css +0 -386
  14. package/src/tool/exifCleaner/style.css +0 -289
  15. package/src/tool/imageCompressor/style.css +0 -503
  16. package/src/tool/printQualityCalculator/style.css +0 -491
  17. package/src/tool/privacyBlur/style.css +0 -332
  18. package/src/tool/subtitleSync/style.css +0 -325
  19. package/src/tool/timelapseCalculator/style.css +0 -285
  20. package/src/tool/tvDistance/style.css +0 -435
  21. package/src/tool/videoFrameExtractor/style.css +0 -426
@@ -1,10 +1,10 @@
1
- :global(.tlc-root) {
1
+ .tlc-root {
2
2
  width: 100%;
3
3
  max-width: 64rem;
4
4
  margin: 0 auto;
5
5
  }
6
6
 
7
- :global(.tlc-grid) {
7
+ .tlc-grid {
8
8
  display: grid;
9
9
  grid-template-columns: 1fr 1fr;
10
10
  border-radius: 1.5rem;
@@ -13,7 +13,7 @@
13
13
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
14
14
  }
15
15
 
16
- :global(.theme-dark .tlc-grid) {
16
+ .theme-dark .tlc-grid {
17
17
  border-color: #334155;
18
18
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
19
19
  }
@@ -24,7 +24,8 @@
24
24
  }
25
25
  }
26
26
 
27
- :global(.tlc-inputs-panel) {
27
+ /* ── Panel izquierdo ── */
28
+ .tlc-inputs-panel {
28
29
  padding: 2rem 3rem;
29
30
  background: #f8fafc;
30
31
  display: flex;
@@ -32,17 +33,17 @@
32
33
  gap: 2rem;
33
34
  }
34
35
 
35
- :global(.theme-dark .tlc-inputs-panel) {
36
+ .theme-dark .tlc-inputs-panel {
36
37
  background: rgba(15, 23, 42, 0.5);
37
38
  }
38
39
 
39
40
  @media (max-width: 768px) {
40
- :global(.tlc-inputs-panel) {
41
+ .tlc-inputs-panel {
41
42
  padding: 2rem;
42
43
  }
43
44
  }
44
45
 
45
- :global(.tlc-panel-title) {
46
+ .tlc-panel-title {
46
47
  display: flex;
47
48
  align-items: center;
48
49
  gap: 0.5rem;
@@ -52,29 +53,29 @@
52
53
  margin: 0;
53
54
  }
54
55
 
55
- :global(.theme-dark .tlc-panel-title) {
56
+ .theme-dark .tlc-panel-title {
56
57
  color: #f8fafc;
57
58
  }
58
59
 
59
- :global(.tlc-panel-icon) {
60
+ .tlc-panel-icon {
60
61
  width: 1.25rem;
61
62
  height: 1.25rem;
62
63
  color: #6366f1;
63
64
  }
64
65
 
65
- :global(.tlc-fields) {
66
+ .tlc-fields {
66
67
  display: flex;
67
68
  flex-direction: column;
68
69
  gap: 1.5rem;
69
70
  }
70
71
 
71
- :global(.tlc-field-group) {
72
+ .tlc-field-group {
72
73
  display: flex;
73
74
  flex-direction: column;
74
75
  gap: 0.75rem;
75
76
  }
76
77
 
77
- :global(.tlc-group-label) {
78
+ .tlc-group-label {
78
79
  font-size: 0.7rem;
79
80
  font-weight: 700;
80
81
  text-transform: uppercase;
@@ -82,25 +83,25 @@
82
83
  color: #64748b;
83
84
  }
84
85
 
85
- :global(.tlc-row) {
86
+ .tlc-row {
86
87
  display: flex;
87
88
  gap: 1rem;
88
89
  }
89
90
 
90
- :global(.tlc-field) {
91
+ .tlc-field {
91
92
  flex: 1;
92
93
  display: flex;
93
94
  flex-direction: column;
94
95
  gap: 0.25rem;
95
96
  }
96
97
 
97
- :global(.tlc-sub-label) {
98
+ .tlc-sub-label {
98
99
  font-size: 0.7rem;
99
100
  color: #94a3b8;
100
101
  margin-left: 0.25rem;
101
102
  }
102
103
 
103
- :global(.tlc-input) {
104
+ .tlc-input {
104
105
  width: 100%;
105
106
  background: #fff;
106
107
  border: 2px solid #e2e8f0;
@@ -114,41 +115,41 @@
114
115
  box-sizing: border-box;
115
116
  }
116
117
 
117
- :global(.theme-dark .tlc-input) {
118
+ .theme-dark .tlc-input {
118
119
  background: #1e293b;
119
120
  border-color: #334155;
120
121
  color: #f8fafc;
121
122
  }
122
123
 
123
- :global(.tlc-input-indigo:focus) {
124
+ .tlc-input-indigo:focus {
124
125
  border-color: #6366f1;
125
126
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
126
127
  }
127
128
 
128
- :global(.theme-dark .tlc-input-indigo:focus) {
129
+ .theme-dark .tlc-input-indigo:focus {
129
130
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
130
131
  }
131
132
 
132
- :global(.tlc-input-pink:focus) {
133
+ .tlc-input-pink:focus {
133
134
  border-color: #ec4899;
134
135
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.15);
135
136
  }
136
137
 
137
- :global(.theme-dark .tlc-input-pink:focus) {
138
+ .theme-dark .tlc-input-pink:focus {
138
139
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.25);
139
140
  }
140
141
 
141
- :global(.tlc-select-wrapper) {
142
+ .tlc-select-wrapper {
142
143
  position: relative;
143
144
  }
144
145
 
145
- :global(.tlc-select) {
146
+ .tlc-select {
146
147
  appearance: none;
147
148
  cursor: pointer;
148
149
  width: 100%;
149
150
  }
150
151
 
151
- :global(.tlc-select-arrow) {
152
+ .tlc-select-arrow {
152
153
  position: absolute;
153
154
  right: 1rem;
154
155
  top: 50%;
@@ -159,7 +160,8 @@
159
160
  pointer-events: none;
160
161
  }
161
162
 
162
- :global(.tlc-results-panel) {
163
+ /* ── Panel derecho: gradiente ── */
164
+ .tlc-results-panel {
163
165
  padding: 2rem 3rem;
164
166
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
165
167
  color: #fff;
@@ -170,12 +172,12 @@
170
172
  }
171
173
 
172
174
  @media (max-width: 768px) {
173
- :global(.tlc-results-panel) {
175
+ .tlc-results-panel {
174
176
  padding: 2rem;
175
177
  }
176
178
  }
177
179
 
178
- :global(.tlc-results-title) {
180
+ .tlc-results-title {
179
181
  display: flex;
180
182
  align-items: center;
181
183
  gap: 0.5rem;
@@ -185,19 +187,19 @@
185
187
  margin: 0;
186
188
  }
187
189
 
188
- :global(.tlc-results-icon) {
190
+ .tlc-results-icon {
189
191
  width: 1.25rem;
190
192
  height: 1.25rem;
191
193
  color: #a5b4fc;
192
194
  }
193
195
 
194
- :global(.tlc-interval-section) {
196
+ .tlc-interval-section {
195
197
  display: flex;
196
198
  flex-direction: column;
197
199
  gap: 0.5rem;
198
200
  }
199
201
 
200
- :global(.tlc-interval-label) {
202
+ .tlc-interval-label {
201
203
  font-size: 0.7rem;
202
204
  font-weight: 700;
203
205
  text-transform: uppercase;
@@ -206,38 +208,38 @@
206
208
  margin: 0;
207
209
  }
208
210
 
209
- :global(.tlc-interval-value) {
211
+ .tlc-interval-value {
210
212
  display: flex;
211
213
  align-items: baseline;
212
214
  gap: 0.5rem;
213
215
  }
214
216
 
215
- :global(.tlc-big-number) {
217
+ .tlc-big-number {
216
218
  font-size: clamp(3.5rem, 8vw, 5rem);
217
219
  font-weight: 900;
218
220
  letter-spacing: -0.03em;
219
221
  line-height: 1;
220
222
  }
221
223
 
222
- :global(.tlc-big-unit) {
224
+ .tlc-big-unit {
223
225
  font-size: 1.5rem;
224
226
  font-weight: 700;
225
227
  color: #a5b4fc;
226
228
  }
227
229
 
228
- :global(.tlc-stats-grid) {
230
+ .tlc-stats-grid {
229
231
  display: grid;
230
232
  grid-template-columns: 1fr 1fr;
231
233
  gap: 1.5rem 2rem;
232
234
  }
233
235
 
234
- :global(.tlc-stat) {
236
+ .tlc-stat {
235
237
  display: flex;
236
238
  flex-direction: column;
237
239
  gap: 0.25rem;
238
240
  }
239
241
 
240
- :global(.tlc-stat-label) {
242
+ .tlc-stat-label {
241
243
  font-size: 0.65rem;
242
244
  font-weight: 700;
243
245
  text-transform: uppercase;
@@ -246,7 +248,7 @@
246
248
  margin: 0;
247
249
  }
248
250
 
249
- :global(.tlc-stat-value) {
251
+ .tlc-stat-value {
250
252
  font-size: 1.875rem;
251
253
  font-weight: 700;
252
254
  font-variant-numeric: tabular-nums;
@@ -254,12 +256,12 @@
254
256
  line-height: 1.1;
255
257
  }
256
258
 
257
- :global(.tlc-stat-value-sm) {
259
+ .tlc-stat-value-sm {
258
260
  font-size: 1.25rem;
259
261
  color: #e0e7ff;
260
262
  }
261
263
 
262
- :global(.tlc-rule-info) {
264
+ .tlc-rule-info {
263
265
  display: flex;
264
266
  align-items: flex-start;
265
267
  gap: 1rem;
@@ -267,7 +269,7 @@
267
269
  border-top: 1px solid rgba(165, 180, 252, 0.3);
268
270
  }
269
271
 
270
- :global(.tlc-info-icon) {
272
+ .tlc-info-icon {
271
273
  width: 1.5rem;
272
274
  height: 1.5rem;
273
275
  color: #a5b4fc;
@@ -275,9 +277,9 @@
275
277
  margin-top: 0.1rem;
276
278
  }
277
279
 
278
- :global(.tlc-info-text) {
280
+ .tlc-info-text {
279
281
  font-size: 0.8rem;
280
282
  line-height: 1.5;
281
283
  color: #c7d2fe;
282
284
  margin: 0;
283
- }
285
+ }
@@ -1,4 +1,4 @@
1
- :global(.tvd-root) {
1
+ .tvd-root {
2
2
  --tvd-bg: #fff;
3
3
  --tvd-bg-muted: #f8fafc;
4
4
  --tvd-bg-sim: #f1f5f9;
@@ -16,7 +16,7 @@
16
16
  padding: 1rem;
17
17
  }
18
18
 
19
- :global(.theme-dark .tvd-root) {
19
+ .theme-dark .tvd-root {
20
20
  --tvd-bg: #09090b;
21
21
  --tvd-bg-muted: #18181b;
22
22
  --tvd-bg-sim: #09090b;
@@ -29,7 +29,7 @@
29
29
  --tvd-shadow: rgba(0,0,0,0.4);
30
30
  }
31
31
 
32
- :global(.tvd-card) {
32
+ .tvd-card {
33
33
  background: var(--tvd-bg);
34
34
  border: 1px solid var(--tvd-border);
35
35
  border-radius: var(--tvd-radius);
@@ -37,18 +37,18 @@
37
37
  overflow: hidden;
38
38
  }
39
39
 
40
- :global(.tvd-body) {
40
+ .tvd-body {
41
41
  display: grid;
42
42
  grid-template-columns: 320px 1fr;
43
43
  }
44
44
 
45
45
  @media (max-width: 720px) {
46
- :global(.tvd-body) {
46
+ .tvd-body {
47
47
  grid-template-columns: 1fr;
48
48
  }
49
49
  }
50
50
 
51
- :global(.tvd-left) {
51
+ .tvd-left {
52
52
  padding: 1.75rem;
53
53
  border-right: 1px solid var(--tvd-border);
54
54
  display: flex;
@@ -57,20 +57,20 @@
57
57
  }
58
58
 
59
59
  @media (max-width: 720px) {
60
- :global(.tvd-left) {
60
+ .tvd-left {
61
61
  border-right: none;
62
62
  border-bottom: 1px solid var(--tvd-border);
63
63
  }
64
64
  }
65
65
 
66
- :global(.tvd-specs-block) {
66
+ .tvd-specs-block {
67
67
  background: var(--tvd-bg);
68
68
  display: flex;
69
69
  flex-direction: column;
70
70
  gap: 1.5rem;
71
71
  }
72
72
 
73
- :global(.tvd-specs-title) {
73
+ .tvd-specs-title {
74
74
  display: flex;
75
75
  align-items: center;
76
76
  gap: 0.5rem;
@@ -80,14 +80,14 @@
80
80
  margin: 0 0 0.25rem;
81
81
  }
82
82
 
83
- :global(.tvd-tv-icon) {
83
+ .tvd-tv-icon {
84
84
  width: 1.25rem;
85
85
  height: 1.25rem;
86
86
  fill: var(--tvd-primary);
87
87
  flex-shrink: 0;
88
88
  }
89
89
 
90
- :global(.tvd-label) {
90
+ .tvd-label {
91
91
  font-size: 0.65rem;
92
92
  font-weight: 800;
93
93
  text-transform: uppercase;
@@ -95,25 +95,25 @@
95
95
  color: var(--tvd-text-muted);
96
96
  }
97
97
 
98
- :global(.tvd-field) {
98
+ .tvd-field {
99
99
  display: flex;
100
100
  flex-direction: column;
101
101
  gap: 0.625rem;
102
102
  }
103
103
 
104
- :global(.tvd-field-row) {
104
+ .tvd-field-row {
105
105
  display: flex;
106
106
  justify-content: space-between;
107
107
  align-items: center;
108
108
  }
109
109
 
110
- :global(.tvd-diagonal-val) {
110
+ .tvd-diagonal-val {
111
111
  font-size: 0.85rem;
112
112
  font-weight: 800;
113
113
  color: var(--tvd-primary);
114
114
  }
115
115
 
116
- :global(.tvd-slider) {
116
+ .tvd-slider {
117
117
  width: 100%;
118
118
  height: 6px;
119
119
  accent-color: var(--tvd-primary);
@@ -121,13 +121,13 @@
121
121
  border-radius: 9999px;
122
122
  }
123
123
 
124
- :global(.tvd-res-grid) {
124
+ .tvd-res-grid {
125
125
  display: grid;
126
126
  grid-template-columns: repeat(3, 1fr);
127
127
  gap: 0.5rem;
128
128
  }
129
129
 
130
- :global(.tvd-res-btn) {
130
+ .tvd-res-btn {
131
131
  padding: 0.625rem 0.25rem;
132
132
  border-radius: 0.75rem;
133
133
  border: 1px solid var(--tvd-border);
@@ -139,19 +139,19 @@
139
139
  transition: all 0.2s;
140
140
  }
141
141
 
142
- :global(.tvd-res-btn:hover:not(.tvd-res-btn-active)) {
142
+ .tvd-res-btn:hover:not(.tvd-res-btn-active) {
143
143
  border-color: var(--tvd-primary);
144
144
  opacity: 0.7;
145
145
  }
146
146
 
147
- :global(.tvd-res-btn-active) {
147
+ .tvd-res-btn-active {
148
148
  background: var(--tvd-primary);
149
149
  color: #fff;
150
150
  border-color: var(--tvd-primary);
151
151
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
152
152
  }
153
153
 
154
- :global(.tvd-thx-block) {
154
+ .tvd-thx-block {
155
155
  background: var(--tvd-primary-light);
156
156
  border: 1px solid var(--tvd-primary-border);
157
157
  border-radius: 1rem;
@@ -161,26 +161,26 @@
161
161
  gap: 0.625rem;
162
162
  }
163
163
 
164
- :global(.tvd-thx-header) {
164
+ .tvd-thx-header {
165
165
  display: flex;
166
166
  align-items: center;
167
167
  gap: 0.5rem;
168
168
  }
169
169
 
170
- :global(.tvd-thx-icon) {
170
+ .tvd-thx-icon {
171
171
  width: 1.125rem;
172
172
  height: 1.125rem;
173
173
  fill: var(--tvd-primary);
174
174
  flex-shrink: 0;
175
175
  }
176
176
 
177
- :global(.tvd-thx-title) {
177
+ .tvd-thx-title {
178
178
  font-size: 0.8rem;
179
179
  font-weight: 800;
180
180
  color: var(--tvd-primary);
181
181
  }
182
182
 
183
- :global(.tvd-thx-desc) {
183
+ .tvd-thx-desc {
184
184
  font-size: 0.75rem;
185
185
  line-height: 1.6;
186
186
  color: var(--tvd-primary);
@@ -188,20 +188,20 @@
188
188
  margin: 0;
189
189
  }
190
190
 
191
- :global(.tvd-right) {
191
+ .tvd-right {
192
192
  display: flex;
193
193
  flex-direction: column;
194
194
  background: var(--tvd-bg);
195
195
  }
196
196
 
197
- :global(.tvd-sim-badge) {
197
+ .tvd-sim-badge {
198
198
  display: flex;
199
199
  align-items: center;
200
200
  gap: 0.5rem;
201
201
  padding: 1.25rem 1.5rem 0;
202
202
  }
203
203
 
204
- :global(.tvd-sim-dot) {
204
+ .tvd-sim-dot {
205
205
  width: 8px;
206
206
  height: 8px;
207
207
  border-radius: 50%;
@@ -214,7 +214,7 @@
214
214
  50% { opacity: 0.4; }
215
215
  }
216
216
 
217
- :global(.tvd-sim-badge-text) {
217
+ .tvd-sim-badge-text {
218
218
  font-size: 0.6rem;
219
219
  font-weight: 900;
220
220
  text-transform: uppercase;
@@ -222,7 +222,7 @@
222
222
  color: var(--tvd-text-muted);
223
223
  }
224
224
 
225
- :global(.tvd-sim-area) {
225
+ .tvd-sim-area {
226
226
  flex: 1;
227
227
  background: var(--tvd-bg-sim);
228
228
  display: flex;
@@ -234,7 +234,7 @@
234
234
  min-height: 400px;
235
235
  }
236
236
 
237
- :global(.tvd-tv-visual) {
237
+ .tvd-tv-visual {
238
238
  position: relative;
239
239
  display: flex;
240
240
  flex-direction: column;
@@ -242,7 +242,7 @@
242
242
  transition: width 0.5s ease;
243
243
  }
244
244
 
245
- :global(.tvd-tv-screen) {
245
+ .tvd-tv-screen {
246
246
  background: #0a0a0f;
247
247
  border: 3px solid #27272a;
248
248
  border-radius: 0.5rem;
@@ -256,13 +256,13 @@
256
256
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
257
257
  }
258
258
 
259
- :global(.tvd-screen-gradient) {
259
+ .tvd-screen-gradient {
260
260
  position: absolute;
261
261
  inset: 0;
262
262
  background: linear-gradient(135deg, rgba(59,130,246,0.1) 0%, transparent 60%);
263
263
  }
264
264
 
265
- :global(.tvd-screen-ghost) {
265
+ .tvd-screen-ghost {
266
266
  width: 30%;
267
267
  height: 30%;
268
268
  fill: rgba(96,165,250,0.2);
@@ -270,27 +270,27 @@
270
270
  z-index: 1;
271
271
  }
272
272
 
273
- :global(.tvd-screen-inset) {
273
+ .tvd-screen-inset {
274
274
  position: absolute;
275
275
  inset: 0;
276
276
  box-shadow: inset 0 0 40px rgba(59,130,246,0.08);
277
277
  }
278
278
 
279
- :global(.tvd-stand-neck) {
279
+ .tvd-stand-neck {
280
280
  width: 16px;
281
281
  height: 16px;
282
282
  background: #27272a;
283
283
  margin-top: -1px;
284
284
  }
285
285
 
286
- :global(.tvd-stand-base) {
286
+ .tvd-stand-base {
287
287
  width: 70px;
288
288
  height: 6px;
289
289
  background: #27272a;
290
290
  border-radius: 3px;
291
291
  }
292
292
 
293
- :global(.tvd-tv-tooltip) {
293
+ .tvd-tv-tooltip {
294
294
  position: absolute;
295
295
  top: -2.25rem;
296
296
  left: 50%;
@@ -307,37 +307,37 @@
307
307
  pointer-events: none;
308
308
  }
309
309
 
310
- :global(.tvd-tv-visual:hover .tvd-tv-tooltip) {
310
+ .tvd-tv-visual:hover .tvd-tv-tooltip {
311
311
  opacity: 1;
312
312
  }
313
313
 
314
- :global(.tvd-distance-line) {
314
+ .tvd-distance-line {
315
315
  width: 1px;
316
316
  position: relative;
317
317
  transition: height 0.5s ease;
318
318
  margin: 0.25rem 0;
319
319
  }
320
320
 
321
- :global(.tvd-line-dashed) {
321
+ .tvd-line-dashed {
322
322
  width: 100%;
323
323
  height: 100%;
324
324
  border-left: 1px dashed rgba(59,130,246,0.4);
325
325
  }
326
326
 
327
- :global(.tvd-person) {
327
+ .tvd-person {
328
328
  display: flex;
329
329
  flex-direction: column;
330
330
  align-items: center;
331
331
  gap: 1rem;
332
332
  }
333
333
 
334
- :global(.tvd-person-inner) {
334
+ .tvd-person-inner {
335
335
  display: flex;
336
336
  flex-direction: column;
337
337
  align-items: center;
338
338
  }
339
339
 
340
- :global(.tvd-person-head) {
340
+ .tvd-person-head {
341
341
  width: 2.5rem;
342
342
  height: 2.5rem;
343
343
  border-radius: 50%;
@@ -347,7 +347,7 @@
347
347
  margin-bottom: 0.25rem;
348
348
  }
349
349
 
350
- :global(.tvd-person-body) {
350
+ .tvd-person-body {
351
351
  width: 4rem;
352
352
  height: 2rem;
353
353
  background: var(--tvd-primary);
@@ -355,7 +355,7 @@
355
355
  box-shadow: 0 4px 16px rgba(37,99,235,0.3);
356
356
  }
357
357
 
358
- :global(.tvd-location-card) {
358
+ .tvd-location-card {
359
359
  background: var(--tvd-bg);
360
360
  border: 1px solid var(--tvd-border);
361
361
  border-radius: 1rem;
@@ -367,7 +367,7 @@
367
367
  box-shadow: 0 4px 16px var(--tvd-shadow);
368
368
  }
369
369
 
370
- :global(.tvd-location-label) {
370
+ .tvd-location-label {
371
371
  font-size: 0.6rem;
372
372
  font-weight: 900;
373
373
  text-transform: uppercase;
@@ -375,14 +375,14 @@
375
375
  color: var(--tvd-text-muted);
376
376
  }
377
377
 
378
- :global(.tvd-location-val) {
378
+ .tvd-location-val {
379
379
  font-size: 1.25rem;
380
380
  font-weight: 900;
381
381
  color: var(--tvd-primary);
382
382
  line-height: 1;
383
383
  }
384
384
 
385
- :global(.tvd-stats) {
385
+ .tvd-stats {
386
386
  display: grid;
387
387
  grid-template-columns: 1fr 1fr 1fr;
388
388
  gap: 0.5rem;
@@ -391,7 +391,7 @@
391
391
  border-top: 1px solid var(--tvd-border);
392
392
  }
393
393
 
394
- :global(.tvd-stat) {
394
+ .tvd-stat {
395
395
  display: flex;
396
396
  flex-direction: column;
397
397
  align-items: center;
@@ -401,17 +401,17 @@
401
401
  transition: background 0.2s;
402
402
  }
403
403
 
404
- :global(.tvd-stat:hover) {
404
+ .tvd-stat:hover {
405
405
  background: var(--tvd-bg);
406
406
  }
407
407
 
408
- :global(.tvd-stat-opt) {
408
+ .tvd-stat-opt {
409
409
  background: var(--tvd-bg);
410
410
  border: 1px solid var(--tvd-border);
411
411
  box-shadow: 0 2px 8px var(--tvd-shadow);
412
412
  }
413
413
 
414
- :global(.tvd-stat-label) {
414
+ .tvd-stat-label {
415
415
  font-size: 0.6rem;
416
416
  font-weight: 900;
417
417
  text-transform: uppercase;
@@ -419,17 +419,17 @@
419
419
  color: var(--tvd-text-muted);
420
420
  }
421
421
 
422
- :global(.tvd-stat-opt .tvd-stat-label) {
422
+ .tvd-stat-opt .tvd-stat-label {
423
423
  color: var(--tvd-primary);
424
424
  }
425
425
 
426
- :global(.tvd-stat-val) {
426
+ .tvd-stat-val {
427
427
  font-size: 1.2rem;
428
428
  font-weight: 900;
429
429
  color: var(--tvd-text);
430
430
  }
431
431
 
432
- :global(.tvd-stat-opt .tvd-stat-val) {
432
+ .tvd-stat-opt .tvd-stat-val {
433
433
  font-size: 1.75rem;
434
434
  color: var(--tvd-primary);
435
- }
435
+ }