@zumer/orbit 0.2.1 → 0.2.3

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/orbit.css CHANGED
@@ -1,181 +1,43 @@
1
1
 
2
2
  /*
3
3
  * orbit
4
- * v.0.0.1
4
+ * v.0.2.3
5
5
  * Author Juan Martin Muda - Zumerlab
6
6
  * License MIT
7
7
  **/
8
8
  @charset "UTF-8";
9
9
 
10
- /* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-84657-gwGj3rAVy3Ol/orbit/src/orbit.css */
11
- .orbit-zone * {
10
+ /* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-75648-owjbqBo0JQo2/orbit/src/orbit.css */
11
+ .gravity-spot * {
12
12
  box-sizing: border-box;
13
13
  margin: 0;
14
14
  }
15
- .orbit-zone * ::before,
16
- .orbit-zone * ::after {
15
+ .gravity-spot * ::before,
16
+ .gravity-spot * ::after {
17
17
  box-sizing: border-box;
18
18
  }
19
- .orbit-zone * input,
20
- .orbit-zone * button,
21
- .orbit-zone * textarea,
22
- .orbit-zone * select {
19
+ .gravity-spot * input,
20
+ .gravity-spot * button,
21
+ .gravity-spot * textarea,
22
+ .gravity-spot * select {
23
23
  font: inherit;
24
24
  }
25
- .orbit-zone * p,
26
- .orbit-zone * h1,
27
- .orbit-zone * h2,
28
- .orbit-zone * h3,
29
- .orbit-zone * h4,
30
- .orbit-zone * h5,
31
- .orbit-zone * h6 {
25
+ .gravity-spot * p,
26
+ .gravity-spot * h1,
27
+ .gravity-spot * h2,
28
+ .gravity-spot * h3,
29
+ .gravity-spot * h4,
30
+ .gravity-spot * h5,
31
+ .gravity-spot * h6 {
32
32
  overflow-wrap: break-word;
33
33
  }
34
- .orbit-zone * img,
35
- .orbit-zone * picture,
36
- .orbit-zone * video,
37
- .orbit-zone * canvas,
38
- .orbit-zone * svg {
34
+ .gravity-spot * img,
35
+ .gravity-spot * picture,
36
+ .gravity-spot * video,
37
+ .gravity-spot * canvas,
38
+ .gravity-spot * svg {
39
39
  max-width: unset;
40
40
  }
41
- .orbit-zone {
42
- container-name: orbitzone;
43
- --o-length: 500px;
44
- --o-from: 0deg;
45
- --o-range: 360deg;
46
- --o-ellipse-x: 1;
47
- --o-ellipse-y: 1;
48
- --o-fit-range: 0;
49
- --o-direction: 1;
50
- --o-size-ratio: 1;
51
- width: var(--o-length);
52
- aspect-ratio: 1;
53
- position: absolute;
54
- display: flex;
55
- align-items: center;
56
- justify-content: center;
57
- border: none;
58
- }
59
- .orbit,
60
- [class*=orbit-]:not(.orbit-zone) {
61
- container-name: orbit;
62
- --o-base-diameter: var(--o-orbit-number) * var(--o-length) / 12;
63
- --o-prev-diameter: (var(--o-orbit-number) - 1) * var(--o-length) / 12;
64
- --o-diameter: calc(var(--o-base-diameter) - ((var(--o-base-diameter) - var(--o-prev-diameter)) * var(--o-orbit-ratio, 0)));
65
- --o-radius: calc(var(--o-diameter) / 2);
66
- width: calc(var(--o-diameter) / var(--o-ellipse-x));
67
- height: calc(var(--o-diameter) / var(--o-ellipse-y));
68
- position: absolute;
69
- display: flex;
70
- justify-content: center;
71
- align-items: center;
72
- border-radius: 50%;
73
- pointer-events: none;
74
- }
75
- .satellite {
76
- container-name: satellite;
77
- --o-angle-composite: (var(--o-angle) * var(--o-orbit-child-number) var(--o-offset, + 270deg)) * var(--o-direction, 1);
78
- --o-transform: translate( calc( (var(--o-radius) - var(--o-aligment, 0px)) / var(--o-ellipse-x) * cos(var(--o-from) + var(--o-angle-composite )) ), calc( (var(--o-radius) - var(--o-aligment, 0px)) / var(--o-ellipse-y) * sin(var(--o-from) + var(--o-angle-composite)) ) );
79
- transform: var(--o-transform);
80
- width: calc(var(--o-radius) / var(--o-orbit-number) * var(--o-size-ratio, 1));
81
- height: calc(var(--o-radius) / var(--o-orbit-number) * var(--o-size-ratio, 1));
82
- position: absolute;
83
- display: flex;
84
- justify-content: center;
85
- align-items: center;
86
- border-radius: 50%;
87
- pointer-events: all;
88
- }
89
- .satellite.at-center {
90
- --o-transform: rotate(0deg);
91
- }
92
- .satellite.circle {
93
- border-radius: 50%;
94
- }
95
- .satellite.box {
96
- border-radius: 0%;
97
- }
98
- .satellite.rounded-box {
99
- border-radius: 8px;
100
- }
101
- .spoke {
102
- container-name: spoke;
103
- --o-angle-composite: (var(--o-angle) * var(--o-orbit-child-number) var(--o-offset, + 270deg)) * var(--o-direction, 1);
104
- --o-transform: translate( calc( (var(--o-radius) - var(--o-aligment, 1px)) / var(--o-ellipse-x) * cos(var(--o-from) + var(--o-angle-composite)) ), calc( (var(--o-radius) - var(--o-aligment, 1px)) / var(--o-ellipse-y) * sin(var(--o-from) + var(--o-angle-composite)) ) ) rotate( calc(var(--o-from) + var(--o-angle-composite)) );
105
- width: calc(var(--o-radius) / var(--o-orbit-number) * var(--o-size-ratio, 1));
106
- position: absolute;
107
- display: flex;
108
- align-items: center;
109
- transform: var(--o-transform);
110
- height: 1px;
111
- pointer-events: none;
112
- border: none;
113
- }
114
- .spoke.at-center {
115
- --o-transform: rotate( calc(var(--o-from) + var(--o-angle-composite)) ) ;
116
- }
117
- .segment {
118
- container-name: segment;
119
- --o-angle-composite: (var(--o-angle) * var(--o-orbit-child-number) var(--o-offset, + 270deg)) * var(--o-direction, 1);
120
- --o-y: calc(var(--o-radius) * sin(90deg - var(--o-angle) / 2));
121
- --o-x: calc(var(--o-radius) * cos(90deg - var(--o-angle) / 2) * 2);
122
- --o-transform: rotate( calc(var(--o-from) + var(--o-angle-composite))) translate(0, var(--o-y));
123
- width: var(--o-x);
124
- position: absolute;
125
- padding: 0;
126
- transform: var(--o-transform);
127
- height: 1px;
128
- pointer-events: none;
129
- border: none;
130
- background: black;
131
- }
132
- .segment.outer-orbit {
133
- --o-y: calc(var(--o-radius));
134
- width: calc(var(--o-radius) * tan(var(--o-angle)/2) * 2);
135
- }
136
- o-sector {
137
- --o-angle-composite: var(--o-angle) * var(--o-orbit-child-number) * var(--o-direction, 1);
138
- container-name: osector;
139
- display: flex;
140
- justify-content: center;
141
- align-items: center;
142
- border-radius: 50%;
143
- position: absolute;
144
- pointer-events: none;
145
- width: 100%;
146
- stroke-dashoffset: var(--o-angle);
147
- r: var(--o-radius);
148
- stroke-width: calc(var(--o-radius) / var(--o-orbit-number) * var(--o-size-ratio, 1));
149
- transform: rotate(calc(var(--o-from) + var(--o-angle-composite)));
150
- }
151
- o-label {
152
- --o-angle-composite: var(--o-angle) * var(--o-orbit-child-number) * var(--o-direction, 1);
153
- container-name: otext;
154
- display: flex;
155
- justify-content: center;
156
- align-items: center;
157
- border-radius: 50%;
158
- position: absolute;
159
- pointer-events: none;
160
- width: 100%;
161
- fill: currentColor;
162
- r: var(--o-radius);
163
- stroke-width: calc(var(--o-radius) / var(--o-orbit-number) * var(--o-size-ratio, 1));
164
- transform: rotate(calc(var(--o-from) + var(--o-angle-composite)));
165
- }
166
- o-progress {
167
- container-name: oprogress;
168
- r: var(--o-radius);
169
- stroke-width: calc(var(--o-radius) / var(--o-orbit-number) * var(--o-size-ratio, 1));
170
- transform: rotate(var(--o-from));
171
- position: absolute;
172
- display: flex;
173
- justify-content: center;
174
- align-items: center;
175
- width: 100%;
176
- border-radius: 50%;
177
- pointer-events: none;
178
- }
179
41
  .orbit-0 {
180
42
  --o-orbit-number: 0.01;
181
43
  }
@@ -227,1026 +89,1218 @@ o-progress {
227
89
  .orbit-12 {
228
90
  --o-orbit-number: 12;
229
91
  }
230
- :nth-child(1 of .segment) {
92
+ :nth-child(13 of .orbit),
93
+ .orbit-13 {
94
+ --o-orbit-number: 13;
95
+ }
96
+ :nth-child(14 of .orbit),
97
+ .orbit-14 {
98
+ --o-orbit-number: 14;
99
+ }
100
+ :nth-child(15 of .orbit),
101
+ .orbit-15 {
102
+ --o-orbit-number: 15;
103
+ }
104
+ :nth-child(16 of .orbit),
105
+ .orbit-16 {
106
+ --o-orbit-number: 16;
107
+ }
108
+ :nth-child(17 of .orbit),
109
+ .orbit-17 {
110
+ --o-orbit-number: 17;
111
+ }
112
+ :nth-child(18 of .orbit),
113
+ .orbit-18 {
114
+ --o-orbit-number: 18;
115
+ }
116
+ :nth-child(19 of .orbit),
117
+ .orbit-19 {
118
+ --o-orbit-number: 19;
119
+ }
120
+ :nth-child(20 of .orbit),
121
+ .orbit-20 {
122
+ --o-orbit-number: 20;
123
+ }
124
+ :nth-child(21 of .orbit),
125
+ .orbit-21 {
126
+ --o-orbit-number: 21;
127
+ }
128
+ :nth-child(22 of .orbit),
129
+ .orbit-22 {
130
+ --o-orbit-number: 22;
131
+ }
132
+ :nth-child(23 of .orbit),
133
+ .orbit-23 {
134
+ --o-orbit-number: 23;
135
+ }
136
+ :nth-child(24 of .orbit),
137
+ .orbit-24 {
138
+ --o-orbit-number: 24;
139
+ }
140
+ :nth-child(1 of .side) {
231
141
  --o-orbit-child-number: -1;
232
142
  }
233
- :nth-child(2 of .segment) {
143
+ :nth-child(2 of .side) {
234
144
  --o-orbit-child-number: 0;
235
145
  }
236
- :nth-child(3 of .segment) {
146
+ :nth-child(3 of .side) {
237
147
  --o-orbit-child-number: 1;
238
148
  }
239
- :nth-child(4 of .segment) {
149
+ :nth-child(4 of .side) {
240
150
  --o-orbit-child-number: 2;
241
151
  }
242
- :nth-child(5 of .segment) {
152
+ :nth-child(5 of .side) {
243
153
  --o-orbit-child-number: 3;
244
154
  }
245
- :nth-child(6 of .segment) {
155
+ :nth-child(6 of .side) {
246
156
  --o-orbit-child-number: 4;
247
157
  }
248
- :nth-child(7 of .segment) {
158
+ :nth-child(7 of .side) {
249
159
  --o-orbit-child-number: 5;
250
160
  }
251
- :nth-child(8 of .segment) {
161
+ :nth-child(8 of .side) {
252
162
  --o-orbit-child-number: 6;
253
163
  }
254
- :nth-child(9 of .segment) {
164
+ :nth-child(9 of .side) {
255
165
  --o-orbit-child-number: 7;
256
166
  }
257
- :nth-child(10 of .segment) {
167
+ :nth-child(10 of .side) {
258
168
  --o-orbit-child-number: 8;
259
169
  }
260
- :nth-child(11 of .segment) {
170
+ :nth-child(11 of .side) {
261
171
  --o-orbit-child-number: 9;
262
172
  }
263
- :nth-child(12 of .segment) {
173
+ :nth-child(12 of .side) {
264
174
  --o-orbit-child-number: 10;
265
175
  }
266
- :nth-child(13 of .segment) {
176
+ :nth-child(13 of .side) {
267
177
  --o-orbit-child-number: 11;
268
178
  }
269
- :nth-child(14 of .segment) {
179
+ :nth-child(14 of .side) {
270
180
  --o-orbit-child-number: 12;
271
181
  }
272
- :nth-child(15 of .segment) {
182
+ :nth-child(15 of .side) {
273
183
  --o-orbit-child-number: 13;
274
184
  }
275
- :nth-child(16 of .segment) {
185
+ :nth-child(16 of .side) {
276
186
  --o-orbit-child-number: 14;
277
187
  }
278
- :nth-child(17 of .segment) {
188
+ :nth-child(17 of .side) {
279
189
  --o-orbit-child-number: 15;
280
190
  }
281
- :nth-child(18 of .segment) {
191
+ :nth-child(18 of .side) {
282
192
  --o-orbit-child-number: 16;
283
193
  }
284
- :nth-child(19 of .segment) {
194
+ :nth-child(19 of .side) {
285
195
  --o-orbit-child-number: 17;
286
196
  }
287
- :nth-child(20 of .segment) {
197
+ :nth-child(20 of .side) {
288
198
  --o-orbit-child-number: 18;
289
199
  }
290
- :nth-child(21 of .segment) {
200
+ :nth-child(21 of .side) {
291
201
  --o-orbit-child-number: 19;
292
202
  }
293
- :nth-child(22 of .segment) {
203
+ :nth-child(22 of .side) {
294
204
  --o-orbit-child-number: 20;
295
205
  }
296
- :nth-child(23 of .segment) {
206
+ :nth-child(23 of .side) {
297
207
  --o-orbit-child-number: 21;
298
208
  }
299
- :nth-child(24 of .segment) {
209
+ :nth-child(24 of .side) {
300
210
  --o-orbit-child-number: 22;
301
211
  }
302
- :nth-child(25 of .segment) {
212
+ :nth-child(25 of .side) {
303
213
  --o-orbit-child-number: 23;
304
214
  }
305
- :nth-child(26 of .segment) {
215
+ :nth-child(26 of .side) {
306
216
  --o-orbit-child-number: 24;
307
217
  }
308
- :nth-child(27 of .segment) {
218
+ :nth-child(27 of .side) {
309
219
  --o-orbit-child-number: 25;
310
220
  }
311
- :nth-child(28 of .segment) {
221
+ :nth-child(28 of .side) {
312
222
  --o-orbit-child-number: 26;
313
223
  }
314
- :nth-child(29 of .segment) {
224
+ :nth-child(29 of .side) {
315
225
  --o-orbit-child-number: 27;
316
226
  }
317
- :nth-child(30 of .segment) {
227
+ :nth-child(30 of .side) {
318
228
  --o-orbit-child-number: 28;
319
229
  }
320
- :nth-child(31 of .segment) {
230
+ :nth-child(31 of .side) {
321
231
  --o-orbit-child-number: 29;
322
232
  }
323
- :nth-child(32 of .segment) {
233
+ :nth-child(32 of .side) {
324
234
  --o-orbit-child-number: 30;
325
235
  }
326
- :nth-child(33 of .segment) {
236
+ :nth-child(33 of .side) {
327
237
  --o-orbit-child-number: 31;
328
238
  }
329
- :nth-child(34 of .segment) {
239
+ :nth-child(34 of .side) {
330
240
  --o-orbit-child-number: 32;
331
241
  }
332
- :nth-child(35 of .segment) {
242
+ :nth-child(35 of .side) {
333
243
  --o-orbit-child-number: 33;
334
244
  }
335
- :nth-child(36 of .segment) {
245
+ :nth-child(36 of .side) {
336
246
  --o-orbit-child-number: 34;
337
247
  }
338
- :nth-child(37 of .segment) {
248
+ :nth-child(37 of .side) {
339
249
  --o-orbit-child-number: 35;
340
250
  }
341
- :nth-child(38 of .segment) {
251
+ :nth-child(38 of .side) {
342
252
  --o-orbit-child-number: 36;
343
253
  }
344
- :nth-child(39 of .segment) {
254
+ :nth-child(39 of .side) {
345
255
  --o-orbit-child-number: 37;
346
256
  }
347
- :nth-child(40 of .segment) {
257
+ :nth-child(40 of .side) {
348
258
  --o-orbit-child-number: 38;
349
259
  }
350
- :nth-child(41 of .segment) {
260
+ :nth-child(41 of .side) {
351
261
  --o-orbit-child-number: 39;
352
262
  }
353
- :nth-child(42 of .segment) {
263
+ :nth-child(42 of .side) {
354
264
  --o-orbit-child-number: 40;
355
265
  }
356
- :nth-child(43 of .segment) {
266
+ :nth-child(43 of .side) {
357
267
  --o-orbit-child-number: 41;
358
268
  }
359
- :nth-child(44 of .segment) {
269
+ :nth-child(44 of .side) {
360
270
  --o-orbit-child-number: 42;
361
271
  }
362
- :nth-child(45 of .segment) {
272
+ :nth-child(45 of .side) {
363
273
  --o-orbit-child-number: 43;
364
274
  }
365
- :nth-child(46 of .segment) {
275
+ :nth-child(46 of .side) {
366
276
  --o-orbit-child-number: 44;
367
277
  }
368
- :nth-child(47 of .segment) {
278
+ :nth-child(47 of .side) {
369
279
  --o-orbit-child-number: 45;
370
280
  }
371
- :nth-child(48 of .segment) {
281
+ :nth-child(48 of .side) {
372
282
  --o-orbit-child-number: 46;
373
283
  }
374
- :nth-child(49 of .segment) {
284
+ :nth-child(49 of .side) {
375
285
  --o-orbit-child-number: 47;
376
286
  }
377
- :nth-child(50 of .segment) {
287
+ :nth-child(50 of .side) {
378
288
  --o-orbit-child-number: 48;
379
289
  }
380
- :nth-child(51 of .segment) {
290
+ :nth-child(51 of .side) {
381
291
  --o-orbit-child-number: 49;
382
292
  }
383
- :nth-child(52 of .segment) {
293
+ :nth-child(52 of .side) {
384
294
  --o-orbit-child-number: 50;
385
295
  }
386
- :nth-child(53 of .segment) {
296
+ :nth-child(53 of .side) {
387
297
  --o-orbit-child-number: 51;
388
298
  }
389
- :nth-child(54 of .segment) {
299
+ :nth-child(54 of .side) {
390
300
  --o-orbit-child-number: 52;
391
301
  }
392
- :nth-child(55 of .segment) {
302
+ :nth-child(55 of .side) {
393
303
  --o-orbit-child-number: 53;
394
304
  }
395
- :nth-child(56 of .segment) {
305
+ :nth-child(56 of .side) {
396
306
  --o-orbit-child-number: 54;
397
307
  }
398
- :nth-child(57 of .segment) {
308
+ :nth-child(57 of .side) {
399
309
  --o-orbit-child-number: 55;
400
310
  }
401
- :nth-child(58 of .segment) {
311
+ :nth-child(58 of .side) {
402
312
  --o-orbit-child-number: 56;
403
313
  }
404
- :nth-child(59 of .segment) {
314
+ :nth-child(59 of .side) {
405
315
  --o-orbit-child-number: 57;
406
316
  }
407
- :nth-child(60 of .segment) {
317
+ :nth-child(60 of .side) {
408
318
  --o-orbit-child-number: 58;
409
319
  }
410
320
  :nth-child(1 of .satellite),
411
- :nth-child(1 of o-sector),
412
- :nth-child(1 of .spoke),
413
- :nth-child(1 of o-label) {
321
+ :nth-child(1 of o-slice),
322
+ :nth-child(1 of .vector),
323
+ :nth-child(1 of o-text) {
414
324
  --o-orbit-child-number: 0;
415
325
  }
416
326
  :nth-child(2 of .satellite),
417
- :nth-child(2 of o-sector),
418
- :nth-child(2 of .spoke),
419
- :nth-child(2 of o-label) {
327
+ :nth-child(2 of o-slice),
328
+ :nth-child(2 of .vector),
329
+ :nth-child(2 of o-text) {
420
330
  --o-orbit-child-number: 1;
421
331
  }
422
332
  :nth-child(3 of .satellite),
423
- :nth-child(3 of o-sector),
424
- :nth-child(3 of .spoke),
425
- :nth-child(3 of o-label) {
333
+ :nth-child(3 of o-slice),
334
+ :nth-child(3 of .vector),
335
+ :nth-child(3 of o-text) {
426
336
  --o-orbit-child-number: 2;
427
337
  }
428
338
  :nth-child(4 of .satellite),
429
- :nth-child(4 of o-sector),
430
- :nth-child(4 of .spoke),
431
- :nth-child(4 of o-label) {
339
+ :nth-child(4 of o-slice),
340
+ :nth-child(4 of .vector),
341
+ :nth-child(4 of o-text) {
432
342
  --o-orbit-child-number: 3;
433
343
  }
434
344
  :nth-child(5 of .satellite),
435
- :nth-child(5 of o-sector),
436
- :nth-child(5 of .spoke),
437
- :nth-child(5 of o-label) {
345
+ :nth-child(5 of o-slice),
346
+ :nth-child(5 of .vector),
347
+ :nth-child(5 of o-text) {
438
348
  --o-orbit-child-number: 4;
439
349
  }
440
350
  :nth-child(6 of .satellite),
441
- :nth-child(6 of o-sector),
442
- :nth-child(6 of .spoke),
443
- :nth-child(6 of o-label) {
351
+ :nth-child(6 of o-slice),
352
+ :nth-child(6 of .vector),
353
+ :nth-child(6 of o-text) {
444
354
  --o-orbit-child-number: 5;
445
355
  }
446
356
  :nth-child(7 of .satellite),
447
- :nth-child(7 of o-sector),
448
- :nth-child(7 of .spoke),
449
- :nth-child(7 of o-label) {
357
+ :nth-child(7 of o-slice),
358
+ :nth-child(7 of .vector),
359
+ :nth-child(7 of o-text) {
450
360
  --o-orbit-child-number: 6;
451
361
  }
452
362
  :nth-child(8 of .satellite),
453
- :nth-child(8 of o-sector),
454
- :nth-child(8 of .spoke),
455
- :nth-child(8 of o-label) {
363
+ :nth-child(8 of o-slice),
364
+ :nth-child(8 of .vector),
365
+ :nth-child(8 of o-text) {
456
366
  --o-orbit-child-number: 7;
457
367
  }
458
368
  :nth-child(9 of .satellite),
459
- :nth-child(9 of o-sector),
460
- :nth-child(9 of .spoke),
461
- :nth-child(9 of o-label) {
369
+ :nth-child(9 of o-slice),
370
+ :nth-child(9 of .vector),
371
+ :nth-child(9 of o-text) {
462
372
  --o-orbit-child-number: 8;
463
373
  }
464
374
  :nth-child(10 of .satellite),
465
- :nth-child(10 of o-sector),
466
- :nth-child(10 of .spoke),
467
- :nth-child(10 of o-label) {
375
+ :nth-child(10 of o-slice),
376
+ :nth-child(10 of .vector),
377
+ :nth-child(10 of o-text) {
468
378
  --o-orbit-child-number: 9;
469
379
  }
470
380
  :nth-child(11 of .satellite),
471
- :nth-child(11 of o-sector),
472
- :nth-child(11 of .spoke),
473
- :nth-child(11 of o-label) {
381
+ :nth-child(11 of o-slice),
382
+ :nth-child(11 of .vector),
383
+ :nth-child(11 of o-text) {
474
384
  --o-orbit-child-number: 10;
475
385
  }
476
386
  :nth-child(12 of .satellite),
477
- :nth-child(12 of o-sector),
478
- :nth-child(12 of .spoke),
479
- :nth-child(12 of o-label) {
387
+ :nth-child(12 of o-slice),
388
+ :nth-child(12 of .vector),
389
+ :nth-child(12 of o-text) {
480
390
  --o-orbit-child-number: 11;
481
391
  }
482
392
  :nth-child(13 of .satellite),
483
- :nth-child(13 of o-sector),
484
- :nth-child(13 of .spoke),
485
- :nth-child(13 of o-label) {
393
+ :nth-child(13 of o-slice),
394
+ :nth-child(13 of .vector),
395
+ :nth-child(13 of o-text) {
486
396
  --o-orbit-child-number: 12;
487
397
  }
488
398
  :nth-child(14 of .satellite),
489
- :nth-child(14 of o-sector),
490
- :nth-child(14 of .spoke),
491
- :nth-child(14 of o-label) {
399
+ :nth-child(14 of o-slice),
400
+ :nth-child(14 of .vector),
401
+ :nth-child(14 of o-text) {
492
402
  --o-orbit-child-number: 13;
493
403
  }
494
404
  :nth-child(15 of .satellite),
495
- :nth-child(15 of o-sector),
496
- :nth-child(15 of .spoke),
497
- :nth-child(15 of o-label) {
405
+ :nth-child(15 of o-slice),
406
+ :nth-child(15 of .vector),
407
+ :nth-child(15 of o-text) {
498
408
  --o-orbit-child-number: 14;
499
409
  }
500
410
  :nth-child(16 of .satellite),
501
- :nth-child(16 of o-sector),
502
- :nth-child(16 of .spoke),
503
- :nth-child(16 of o-label) {
411
+ :nth-child(16 of o-slice),
412
+ :nth-child(16 of .vector),
413
+ :nth-child(16 of o-text) {
504
414
  --o-orbit-child-number: 15;
505
415
  }
506
416
  :nth-child(17 of .satellite),
507
- :nth-child(17 of o-sector),
508
- :nth-child(17 of .spoke),
509
- :nth-child(17 of o-label) {
417
+ :nth-child(17 of o-slice),
418
+ :nth-child(17 of .vector),
419
+ :nth-child(17 of o-text) {
510
420
  --o-orbit-child-number: 16;
511
421
  }
512
422
  :nth-child(18 of .satellite),
513
- :nth-child(18 of o-sector),
514
- :nth-child(18 of .spoke),
515
- :nth-child(18 of o-label) {
423
+ :nth-child(18 of o-slice),
424
+ :nth-child(18 of .vector),
425
+ :nth-child(18 of o-text) {
516
426
  --o-orbit-child-number: 17;
517
427
  }
518
428
  :nth-child(19 of .satellite),
519
- :nth-child(19 of o-sector),
520
- :nth-child(19 of .spoke),
521
- :nth-child(19 of o-label) {
429
+ :nth-child(19 of o-slice),
430
+ :nth-child(19 of .vector),
431
+ :nth-child(19 of o-text) {
522
432
  --o-orbit-child-number: 18;
523
433
  }
524
434
  :nth-child(20 of .satellite),
525
- :nth-child(20 of o-sector),
526
- :nth-child(20 of .spoke),
527
- :nth-child(20 of o-label) {
435
+ :nth-child(20 of o-slice),
436
+ :nth-child(20 of .vector),
437
+ :nth-child(20 of o-text) {
528
438
  --o-orbit-child-number: 19;
529
439
  }
530
440
  :nth-child(21 of .satellite),
531
- :nth-child(21 of o-sector),
532
- :nth-child(21 of .spoke),
533
- :nth-child(21 of o-label) {
441
+ :nth-child(21 of o-slice),
442
+ :nth-child(21 of .vector),
443
+ :nth-child(21 of o-text) {
534
444
  --o-orbit-child-number: 20;
535
445
  }
536
446
  :nth-child(22 of .satellite),
537
- :nth-child(22 of o-sector),
538
- :nth-child(22 of .spoke),
539
- :nth-child(22 of o-label) {
447
+ :nth-child(22 of o-slice),
448
+ :nth-child(22 of .vector),
449
+ :nth-child(22 of o-text) {
540
450
  --o-orbit-child-number: 21;
541
451
  }
542
452
  :nth-child(23 of .satellite),
543
- :nth-child(23 of o-sector),
544
- :nth-child(23 of .spoke),
545
- :nth-child(23 of o-label) {
453
+ :nth-child(23 of o-slice),
454
+ :nth-child(23 of .vector),
455
+ :nth-child(23 of o-text) {
546
456
  --o-orbit-child-number: 22;
547
457
  }
548
458
  :nth-child(24 of .satellite),
549
- :nth-child(24 of o-sector),
550
- :nth-child(24 of .spoke),
551
- :nth-child(24 of o-label) {
459
+ :nth-child(24 of o-slice),
460
+ :nth-child(24 of .vector),
461
+ :nth-child(24 of o-text) {
552
462
  --o-orbit-child-number: 23;
553
463
  }
554
464
  :nth-child(25 of .satellite),
555
- :nth-child(25 of o-sector),
556
- :nth-child(25 of .spoke),
557
- :nth-child(25 of o-label) {
465
+ :nth-child(25 of o-slice),
466
+ :nth-child(25 of .vector),
467
+ :nth-child(25 of o-text) {
558
468
  --o-orbit-child-number: 24;
559
469
  }
560
470
  :nth-child(26 of .satellite),
561
- :nth-child(26 of o-sector),
562
- :nth-child(26 of .spoke),
563
- :nth-child(26 of o-label) {
471
+ :nth-child(26 of o-slice),
472
+ :nth-child(26 of .vector),
473
+ :nth-child(26 of o-text) {
564
474
  --o-orbit-child-number: 25;
565
475
  }
566
476
  :nth-child(27 of .satellite),
567
- :nth-child(27 of o-sector),
568
- :nth-child(27 of .spoke),
569
- :nth-child(27 of o-label) {
477
+ :nth-child(27 of o-slice),
478
+ :nth-child(27 of .vector),
479
+ :nth-child(27 of o-text) {
570
480
  --o-orbit-child-number: 26;
571
481
  }
572
482
  :nth-child(28 of .satellite),
573
- :nth-child(28 of o-sector),
574
- :nth-child(28 of .spoke),
575
- :nth-child(28 of o-label) {
483
+ :nth-child(28 of o-slice),
484
+ :nth-child(28 of .vector),
485
+ :nth-child(28 of o-text) {
576
486
  --o-orbit-child-number: 27;
577
487
  }
578
488
  :nth-child(29 of .satellite),
579
- :nth-child(29 of o-sector),
580
- :nth-child(29 of .spoke),
581
- :nth-child(29 of o-label) {
489
+ :nth-child(29 of o-slice),
490
+ :nth-child(29 of .vector),
491
+ :nth-child(29 of o-text) {
582
492
  --o-orbit-child-number: 28;
583
493
  }
584
494
  :nth-child(30 of .satellite),
585
- :nth-child(30 of o-sector),
586
- :nth-child(30 of .spoke),
587
- :nth-child(30 of o-label) {
495
+ :nth-child(30 of o-slice),
496
+ :nth-child(30 of .vector),
497
+ :nth-child(30 of o-text) {
588
498
  --o-orbit-child-number: 29;
589
499
  }
590
500
  :nth-child(31 of .satellite),
591
- :nth-child(31 of o-sector),
592
- :nth-child(31 of .spoke),
593
- :nth-child(31 of o-label) {
501
+ :nth-child(31 of o-slice),
502
+ :nth-child(31 of .vector),
503
+ :nth-child(31 of o-text) {
594
504
  --o-orbit-child-number: 30;
595
505
  }
596
506
  :nth-child(32 of .satellite),
597
- :nth-child(32 of o-sector),
598
- :nth-child(32 of .spoke),
599
- :nth-child(32 of o-label) {
507
+ :nth-child(32 of o-slice),
508
+ :nth-child(32 of .vector),
509
+ :nth-child(32 of o-text) {
600
510
  --o-orbit-child-number: 31;
601
511
  }
602
512
  :nth-child(33 of .satellite),
603
- :nth-child(33 of o-sector),
604
- :nth-child(33 of .spoke),
605
- :nth-child(33 of o-label) {
513
+ :nth-child(33 of o-slice),
514
+ :nth-child(33 of .vector),
515
+ :nth-child(33 of o-text) {
606
516
  --o-orbit-child-number: 32;
607
517
  }
608
518
  :nth-child(34 of .satellite),
609
- :nth-child(34 of o-sector),
610
- :nth-child(34 of .spoke),
611
- :nth-child(34 of o-label) {
519
+ :nth-child(34 of o-slice),
520
+ :nth-child(34 of .vector),
521
+ :nth-child(34 of o-text) {
612
522
  --o-orbit-child-number: 33;
613
523
  }
614
524
  :nth-child(35 of .satellite),
615
- :nth-child(35 of o-sector),
616
- :nth-child(35 of .spoke),
617
- :nth-child(35 of o-label) {
525
+ :nth-child(35 of o-slice),
526
+ :nth-child(35 of .vector),
527
+ :nth-child(35 of o-text) {
618
528
  --o-orbit-child-number: 34;
619
529
  }
620
530
  :nth-child(36 of .satellite),
621
- :nth-child(36 of o-sector),
622
- :nth-child(36 of .spoke),
623
- :nth-child(36 of o-label) {
531
+ :nth-child(36 of o-slice),
532
+ :nth-child(36 of .vector),
533
+ :nth-child(36 of o-text) {
624
534
  --o-orbit-child-number: 35;
625
535
  }
626
536
  :nth-child(37 of .satellite),
627
- :nth-child(37 of o-sector),
628
- :nth-child(37 of .spoke),
629
- :nth-child(37 of o-label) {
537
+ :nth-child(37 of o-slice),
538
+ :nth-child(37 of .vector),
539
+ :nth-child(37 of o-text) {
630
540
  --o-orbit-child-number: 36;
631
541
  }
632
542
  :nth-child(38 of .satellite),
633
- :nth-child(38 of o-sector),
634
- :nth-child(38 of .spoke),
635
- :nth-child(38 of o-label) {
543
+ :nth-child(38 of o-slice),
544
+ :nth-child(38 of .vector),
545
+ :nth-child(38 of o-text) {
636
546
  --o-orbit-child-number: 37;
637
547
  }
638
548
  :nth-child(39 of .satellite),
639
- :nth-child(39 of o-sector),
640
- :nth-child(39 of .spoke),
641
- :nth-child(39 of o-label) {
549
+ :nth-child(39 of o-slice),
550
+ :nth-child(39 of .vector),
551
+ :nth-child(39 of o-text) {
642
552
  --o-orbit-child-number: 38;
643
553
  }
644
554
  :nth-child(40 of .satellite),
645
- :nth-child(40 of o-sector),
646
- :nth-child(40 of .spoke),
647
- :nth-child(40 of o-label) {
555
+ :nth-child(40 of o-slice),
556
+ :nth-child(40 of .vector),
557
+ :nth-child(40 of o-text) {
648
558
  --o-orbit-child-number: 39;
649
559
  }
650
560
  :nth-child(41 of .satellite),
651
- :nth-child(41 of o-sector),
652
- :nth-child(41 of .spoke),
653
- :nth-child(41 of o-label) {
561
+ :nth-child(41 of o-slice),
562
+ :nth-child(41 of .vector),
563
+ :nth-child(41 of o-text) {
654
564
  --o-orbit-child-number: 40;
655
565
  }
656
566
  :nth-child(42 of .satellite),
657
- :nth-child(42 of o-sector),
658
- :nth-child(42 of .spoke),
659
- :nth-child(42 of o-label) {
567
+ :nth-child(42 of o-slice),
568
+ :nth-child(42 of .vector),
569
+ :nth-child(42 of o-text) {
660
570
  --o-orbit-child-number: 41;
661
571
  }
662
572
  :nth-child(43 of .satellite),
663
- :nth-child(43 of o-sector),
664
- :nth-child(43 of .spoke),
665
- :nth-child(43 of o-label) {
573
+ :nth-child(43 of o-slice),
574
+ :nth-child(43 of .vector),
575
+ :nth-child(43 of o-text) {
666
576
  --o-orbit-child-number: 42;
667
577
  }
668
578
  :nth-child(44 of .satellite),
669
- :nth-child(44 of o-sector),
670
- :nth-child(44 of .spoke),
671
- :nth-child(44 of o-label) {
579
+ :nth-child(44 of o-slice),
580
+ :nth-child(44 of .vector),
581
+ :nth-child(44 of o-text) {
672
582
  --o-orbit-child-number: 43;
673
583
  }
674
584
  :nth-child(45 of .satellite),
675
- :nth-child(45 of o-sector),
676
- :nth-child(45 of .spoke),
677
- :nth-child(45 of o-label) {
585
+ :nth-child(45 of o-slice),
586
+ :nth-child(45 of .vector),
587
+ :nth-child(45 of o-text) {
678
588
  --o-orbit-child-number: 44;
679
589
  }
680
590
  :nth-child(46 of .satellite),
681
- :nth-child(46 of o-sector),
682
- :nth-child(46 of .spoke),
683
- :nth-child(46 of o-label) {
591
+ :nth-child(46 of o-slice),
592
+ :nth-child(46 of .vector),
593
+ :nth-child(46 of o-text) {
684
594
  --o-orbit-child-number: 45;
685
595
  }
686
596
  :nth-child(47 of .satellite),
687
- :nth-child(47 of o-sector),
688
- :nth-child(47 of .spoke),
689
- :nth-child(47 of o-label) {
597
+ :nth-child(47 of o-slice),
598
+ :nth-child(47 of .vector),
599
+ :nth-child(47 of o-text) {
690
600
  --o-orbit-child-number: 46;
691
601
  }
692
602
  :nth-child(48 of .satellite),
693
- :nth-child(48 of o-sector),
694
- :nth-child(48 of .spoke),
695
- :nth-child(48 of o-label) {
603
+ :nth-child(48 of o-slice),
604
+ :nth-child(48 of .vector),
605
+ :nth-child(48 of o-text) {
696
606
  --o-orbit-child-number: 47;
697
607
  }
698
608
  :nth-child(49 of .satellite),
699
- :nth-child(49 of o-sector),
700
- :nth-child(49 of .spoke),
701
- :nth-child(49 of o-label) {
609
+ :nth-child(49 of o-slice),
610
+ :nth-child(49 of .vector),
611
+ :nth-child(49 of o-text) {
702
612
  --o-orbit-child-number: 48;
703
613
  }
704
614
  :nth-child(50 of .satellite),
705
- :nth-child(50 of o-sector),
706
- :nth-child(50 of .spoke),
707
- :nth-child(50 of o-label) {
615
+ :nth-child(50 of o-slice),
616
+ :nth-child(50 of .vector),
617
+ :nth-child(50 of o-text) {
708
618
  --o-orbit-child-number: 49;
709
619
  }
710
620
  :nth-child(51 of .satellite),
711
- :nth-child(51 of o-sector),
712
- :nth-child(51 of .spoke),
713
- :nth-child(51 of o-label) {
621
+ :nth-child(51 of o-slice),
622
+ :nth-child(51 of .vector),
623
+ :nth-child(51 of o-text) {
714
624
  --o-orbit-child-number: 50;
715
625
  }
716
626
  :nth-child(52 of .satellite),
717
- :nth-child(52 of o-sector),
718
- :nth-child(52 of .spoke),
719
- :nth-child(52 of o-label) {
627
+ :nth-child(52 of o-slice),
628
+ :nth-child(52 of .vector),
629
+ :nth-child(52 of o-text) {
720
630
  --o-orbit-child-number: 51;
721
631
  }
722
632
  :nth-child(53 of .satellite),
723
- :nth-child(53 of o-sector),
724
- :nth-child(53 of .spoke),
725
- :nth-child(53 of o-label) {
633
+ :nth-child(53 of o-slice),
634
+ :nth-child(53 of .vector),
635
+ :nth-child(53 of o-text) {
726
636
  --o-orbit-child-number: 52;
727
637
  }
728
638
  :nth-child(54 of .satellite),
729
- :nth-child(54 of o-sector),
730
- :nth-child(54 of .spoke),
731
- :nth-child(54 of o-label) {
639
+ :nth-child(54 of o-slice),
640
+ :nth-child(54 of .vector),
641
+ :nth-child(54 of o-text) {
732
642
  --o-orbit-child-number: 53;
733
643
  }
734
644
  :nth-child(55 of .satellite),
735
- :nth-child(55 of o-sector),
736
- :nth-child(55 of .spoke),
737
- :nth-child(55 of o-label) {
645
+ :nth-child(55 of o-slice),
646
+ :nth-child(55 of .vector),
647
+ :nth-child(55 of o-text) {
738
648
  --o-orbit-child-number: 54;
739
649
  }
740
650
  :nth-child(56 of .satellite),
741
- :nth-child(56 of o-sector),
742
- :nth-child(56 of .spoke),
743
- :nth-child(56 of o-label) {
651
+ :nth-child(56 of o-slice),
652
+ :nth-child(56 of .vector),
653
+ :nth-child(56 of o-text) {
744
654
  --o-orbit-child-number: 55;
745
655
  }
746
656
  :nth-child(57 of .satellite),
747
- :nth-child(57 of o-sector),
748
- :nth-child(57 of .spoke),
749
- :nth-child(57 of o-label) {
657
+ :nth-child(57 of o-slice),
658
+ :nth-child(57 of .vector),
659
+ :nth-child(57 of o-text) {
750
660
  --o-orbit-child-number: 56;
751
661
  }
752
662
  :nth-child(58 of .satellite),
753
- :nth-child(58 of o-sector),
754
- :nth-child(58 of .spoke),
755
- :nth-child(58 of o-label) {
663
+ :nth-child(58 of o-slice),
664
+ :nth-child(58 of .vector),
665
+ :nth-child(58 of o-text) {
756
666
  --o-orbit-child-number: 57;
757
667
  }
758
668
  :nth-child(59 of .satellite),
759
- :nth-child(59 of o-sector),
760
- :nth-child(59 of .spoke),
761
- :nth-child(59 of o-label) {
669
+ :nth-child(59 of o-slice),
670
+ :nth-child(59 of .vector),
671
+ :nth-child(59 of o-text) {
762
672
  --o-orbit-child-number: 58;
763
673
  }
764
674
  :nth-child(60 of .satellite),
765
- :nth-child(60 of o-sector),
766
- :nth-child(60 of .spoke),
767
- :nth-child(60 of o-label) {
675
+ :nth-child(60 of o-slice),
676
+ :nth-child(60 of .vector),
677
+ :nth-child(60 of o-text) {
768
678
  --o-orbit-child-number: 59;
769
679
  }
770
- .orbit:has(> :nth-child(1 of .satellite), > :nth-child(1 of o-sector), > :nth-child(1 of .spoke), > :nth-child(1 of .segment), > :nth-child(1 of o-label)),
771
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(1 of .satellite), > :nth-child(1 of o-sector), > :nth-child(1 of .spoke), > :nth-child(1 of .segment), > :nth-child(1 of o-label)) {
680
+ .orbit:has(> :nth-child(1 of .satellite), > :nth-child(1 of o-slice), > :nth-child(1 of .vector), > :nth-child(1 of .side), > :nth-child(1 of o-text)),
681
+ [class*=orbit-]:has(> :nth-child(1 of .satellite), > :nth-child(1 of o-slice), > :nth-child(1 of .vector), > :nth-child(1 of .side), > :nth-child(1 of o-text)) {
772
682
  --o-angle: calc(var(--o-range) / (1 - var(--o-fit-range, 0)));
773
683
  }
774
- .orbit:has(> :nth-child(2 of .satellite), > :nth-child(2 of o-sector), > :nth-child(2 of .spoke), > :nth-child(2 of .segment), > :nth-child(2 of o-label)),
775
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(2 of .satellite), > :nth-child(2 of o-sector), > :nth-child(2 of .spoke), > :nth-child(2 of .segment), > :nth-child(2 of o-label)) {
684
+ .orbit:has(> :nth-child(2 of .satellite), > :nth-child(2 of o-slice), > :nth-child(2 of .vector), > :nth-child(2 of .side), > :nth-child(2 of o-text)),
685
+ [class*=orbit-]:has(> :nth-child(2 of .satellite), > :nth-child(2 of o-slice), > :nth-child(2 of .vector), > :nth-child(2 of .side), > :nth-child(2 of o-text)) {
776
686
  --o-angle: calc(var(--o-range) / (2 - var(--o-fit-range, 0)));
777
687
  }
778
- .orbit:has(> :nth-child(3 of .satellite), > :nth-child(3 of o-sector), > :nth-child(3 of .spoke), > :nth-child(3 of .segment), > :nth-child(3 of o-label)),
779
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(3 of .satellite), > :nth-child(3 of o-sector), > :nth-child(3 of .spoke), > :nth-child(3 of .segment), > :nth-child(3 of o-label)) {
688
+ .orbit:has(> :nth-child(3 of .satellite), > :nth-child(3 of o-slice), > :nth-child(3 of .vector), > :nth-child(3 of .side), > :nth-child(3 of o-text)),
689
+ [class*=orbit-]:has(> :nth-child(3 of .satellite), > :nth-child(3 of o-slice), > :nth-child(3 of .vector), > :nth-child(3 of .side), > :nth-child(3 of o-text)) {
780
690
  --o-angle: calc(var(--o-range) / (3 - var(--o-fit-range, 0)));
781
691
  }
782
- .orbit:has(> :nth-child(4 of .satellite), > :nth-child(4 of o-sector), > :nth-child(4 of .spoke), > :nth-child(4 of .segment), > :nth-child(4 of o-label)),
783
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(4 of .satellite), > :nth-child(4 of o-sector), > :nth-child(4 of .spoke), > :nth-child(4 of .segment), > :nth-child(4 of o-label)) {
692
+ .orbit:has(> :nth-child(4 of .satellite), > :nth-child(4 of o-slice), > :nth-child(4 of .vector), > :nth-child(4 of .side), > :nth-child(4 of o-text)),
693
+ [class*=orbit-]:has(> :nth-child(4 of .satellite), > :nth-child(4 of o-slice), > :nth-child(4 of .vector), > :nth-child(4 of .side), > :nth-child(4 of o-text)) {
784
694
  --o-angle: calc(var(--o-range) / (4 - var(--o-fit-range, 0)));
785
695
  }
786
- .orbit:has(> :nth-child(5 of .satellite), > :nth-child(5 of o-sector), > :nth-child(5 of .spoke), > :nth-child(5 of .segment), > :nth-child(5 of o-label)),
787
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(5 of .satellite), > :nth-child(5 of o-sector), > :nth-child(5 of .spoke), > :nth-child(5 of .segment), > :nth-child(5 of o-label)) {
696
+ .orbit:has(> :nth-child(5 of .satellite), > :nth-child(5 of o-slice), > :nth-child(5 of .vector), > :nth-child(5 of .side), > :nth-child(5 of o-text)),
697
+ [class*=orbit-]:has(> :nth-child(5 of .satellite), > :nth-child(5 of o-slice), > :nth-child(5 of .vector), > :nth-child(5 of .side), > :nth-child(5 of o-text)) {
788
698
  --o-angle: calc(var(--o-range) / (5 - var(--o-fit-range, 0)));
789
699
  }
790
- .orbit:has(> :nth-child(6 of .satellite), > :nth-child(6 of o-sector), > :nth-child(6 of .spoke), > :nth-child(6 of .segment), > :nth-child(6 of o-label)),
791
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(6 of .satellite), > :nth-child(6 of o-sector), > :nth-child(6 of .spoke), > :nth-child(6 of .segment), > :nth-child(6 of o-label)) {
700
+ .orbit:has(> :nth-child(6 of .satellite), > :nth-child(6 of o-slice), > :nth-child(6 of .vector), > :nth-child(6 of .side), > :nth-child(6 of o-text)),
701
+ [class*=orbit-]:has(> :nth-child(6 of .satellite), > :nth-child(6 of o-slice), > :nth-child(6 of .vector), > :nth-child(6 of .side), > :nth-child(6 of o-text)) {
792
702
  --o-angle: calc(var(--o-range) / (6 - var(--o-fit-range, 0)));
793
703
  }
794
- .orbit:has(> :nth-child(7 of .satellite), > :nth-child(7 of o-sector), > :nth-child(7 of .spoke), > :nth-child(7 of .segment), > :nth-child(7 of o-label)),
795
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(7 of .satellite), > :nth-child(7 of o-sector), > :nth-child(7 of .spoke), > :nth-child(7 of .segment), > :nth-child(7 of o-label)) {
704
+ .orbit:has(> :nth-child(7 of .satellite), > :nth-child(7 of o-slice), > :nth-child(7 of .vector), > :nth-child(7 of .side), > :nth-child(7 of o-text)),
705
+ [class*=orbit-]:has(> :nth-child(7 of .satellite), > :nth-child(7 of o-slice), > :nth-child(7 of .vector), > :nth-child(7 of .side), > :nth-child(7 of o-text)) {
796
706
  --o-angle: calc(var(--o-range) / (7 - var(--o-fit-range, 0)));
797
707
  }
798
- .orbit:has(> :nth-child(8 of .satellite), > :nth-child(8 of o-sector), > :nth-child(8 of .spoke), > :nth-child(8 of .segment), > :nth-child(8 of o-label)),
799
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(8 of .satellite), > :nth-child(8 of o-sector), > :nth-child(8 of .spoke), > :nth-child(8 of .segment), > :nth-child(8 of o-label)) {
708
+ .orbit:has(> :nth-child(8 of .satellite), > :nth-child(8 of o-slice), > :nth-child(8 of .vector), > :nth-child(8 of .side), > :nth-child(8 of o-text)),
709
+ [class*=orbit-]:has(> :nth-child(8 of .satellite), > :nth-child(8 of o-slice), > :nth-child(8 of .vector), > :nth-child(8 of .side), > :nth-child(8 of o-text)) {
800
710
  --o-angle: calc(var(--o-range) / (8 - var(--o-fit-range, 0)));
801
711
  }
802
- .orbit:has(> :nth-child(9 of .satellite), > :nth-child(9 of o-sector), > :nth-child(9 of .spoke), > :nth-child(9 of .segment), > :nth-child(9 of o-label)),
803
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(9 of .satellite), > :nth-child(9 of o-sector), > :nth-child(9 of .spoke), > :nth-child(9 of .segment), > :nth-child(9 of o-label)) {
712
+ .orbit:has(> :nth-child(9 of .satellite), > :nth-child(9 of o-slice), > :nth-child(9 of .vector), > :nth-child(9 of .side), > :nth-child(9 of o-text)),
713
+ [class*=orbit-]:has(> :nth-child(9 of .satellite), > :nth-child(9 of o-slice), > :nth-child(9 of .vector), > :nth-child(9 of .side), > :nth-child(9 of o-text)) {
804
714
  --o-angle: calc(var(--o-range) / (9 - var(--o-fit-range, 0)));
805
715
  }
806
- .orbit:has(> :nth-child(10 of .satellite), > :nth-child(10 of o-sector), > :nth-child(10 of .spoke), > :nth-child(10 of .segment), > :nth-child(10 of o-label)),
807
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(10 of .satellite), > :nth-child(10 of o-sector), > :nth-child(10 of .spoke), > :nth-child(10 of .segment), > :nth-child(10 of o-label)) {
716
+ .orbit:has(> :nth-child(10 of .satellite), > :nth-child(10 of o-slice), > :nth-child(10 of .vector), > :nth-child(10 of .side), > :nth-child(10 of o-text)),
717
+ [class*=orbit-]:has(> :nth-child(10 of .satellite), > :nth-child(10 of o-slice), > :nth-child(10 of .vector), > :nth-child(10 of .side), > :nth-child(10 of o-text)) {
808
718
  --o-angle: calc(var(--o-range) / (10 - var(--o-fit-range, 0)));
809
719
  }
810
- .orbit:has(> :nth-child(11 of .satellite), > :nth-child(11 of o-sector), > :nth-child(11 of .spoke), > :nth-child(11 of .segment), > :nth-child(11 of o-label)),
811
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(11 of .satellite), > :nth-child(11 of o-sector), > :nth-child(11 of .spoke), > :nth-child(11 of .segment), > :nth-child(11 of o-label)) {
720
+ .orbit:has(> :nth-child(11 of .satellite), > :nth-child(11 of o-slice), > :nth-child(11 of .vector), > :nth-child(11 of .side), > :nth-child(11 of o-text)),
721
+ [class*=orbit-]:has(> :nth-child(11 of .satellite), > :nth-child(11 of o-slice), > :nth-child(11 of .vector), > :nth-child(11 of .side), > :nth-child(11 of o-text)) {
812
722
  --o-angle: calc(var(--o-range) / (11 - var(--o-fit-range, 0)));
813
723
  }
814
- .orbit:has(> :nth-child(12 of .satellite), > :nth-child(12 of o-sector), > :nth-child(12 of .spoke), > :nth-child(12 of .segment), > :nth-child(12 of o-label)),
815
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(12 of .satellite), > :nth-child(12 of o-sector), > :nth-child(12 of .spoke), > :nth-child(12 of .segment), > :nth-child(12 of o-label)) {
724
+ .orbit:has(> :nth-child(12 of .satellite), > :nth-child(12 of o-slice), > :nth-child(12 of .vector), > :nth-child(12 of .side), > :nth-child(12 of o-text)),
725
+ [class*=orbit-]:has(> :nth-child(12 of .satellite), > :nth-child(12 of o-slice), > :nth-child(12 of .vector), > :nth-child(12 of .side), > :nth-child(12 of o-text)) {
816
726
  --o-angle: calc(var(--o-range) / (12 - var(--o-fit-range, 0)));
817
727
  }
818
- .orbit:has(> :nth-child(13 of .satellite), > :nth-child(13 of o-sector), > :nth-child(13 of .spoke), > :nth-child(13 of .segment), > :nth-child(13 of o-label)),
819
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(13 of .satellite), > :nth-child(13 of o-sector), > :nth-child(13 of .spoke), > :nth-child(13 of .segment), > :nth-child(13 of o-label)) {
728
+ .orbit:has(> :nth-child(13 of .satellite), > :nth-child(13 of o-slice), > :nth-child(13 of .vector), > :nth-child(13 of .side), > :nth-child(13 of o-text)),
729
+ [class*=orbit-]:has(> :nth-child(13 of .satellite), > :nth-child(13 of o-slice), > :nth-child(13 of .vector), > :nth-child(13 of .side), > :nth-child(13 of o-text)) {
820
730
  --o-angle: calc(var(--o-range) / (13 - var(--o-fit-range, 0)));
821
731
  }
822
- .orbit:has(> :nth-child(14 of .satellite), > :nth-child(14 of o-sector), > :nth-child(14 of .spoke), > :nth-child(14 of .segment), > :nth-child(14 of o-label)),
823
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(14 of .satellite), > :nth-child(14 of o-sector), > :nth-child(14 of .spoke), > :nth-child(14 of .segment), > :nth-child(14 of o-label)) {
732
+ .orbit:has(> :nth-child(14 of .satellite), > :nth-child(14 of o-slice), > :nth-child(14 of .vector), > :nth-child(14 of .side), > :nth-child(14 of o-text)),
733
+ [class*=orbit-]:has(> :nth-child(14 of .satellite), > :nth-child(14 of o-slice), > :nth-child(14 of .vector), > :nth-child(14 of .side), > :nth-child(14 of o-text)) {
824
734
  --o-angle: calc(var(--o-range) / (14 - var(--o-fit-range, 0)));
825
735
  }
826
- .orbit:has(> :nth-child(15 of .satellite), > :nth-child(15 of o-sector), > :nth-child(15 of .spoke), > :nth-child(15 of .segment), > :nth-child(15 of o-label)),
827
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(15 of .satellite), > :nth-child(15 of o-sector), > :nth-child(15 of .spoke), > :nth-child(15 of .segment), > :nth-child(15 of o-label)) {
736
+ .orbit:has(> :nth-child(15 of .satellite), > :nth-child(15 of o-slice), > :nth-child(15 of .vector), > :nth-child(15 of .side), > :nth-child(15 of o-text)),
737
+ [class*=orbit-]:has(> :nth-child(15 of .satellite), > :nth-child(15 of o-slice), > :nth-child(15 of .vector), > :nth-child(15 of .side), > :nth-child(15 of o-text)) {
828
738
  --o-angle: calc(var(--o-range) / (15 - var(--o-fit-range, 0)));
829
739
  }
830
- .orbit:has(> :nth-child(16 of .satellite), > :nth-child(16 of o-sector), > :nth-child(16 of .spoke), > :nth-child(16 of .segment), > :nth-child(16 of o-label)),
831
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(16 of .satellite), > :nth-child(16 of o-sector), > :nth-child(16 of .spoke), > :nth-child(16 of .segment), > :nth-child(16 of o-label)) {
740
+ .orbit:has(> :nth-child(16 of .satellite), > :nth-child(16 of o-slice), > :nth-child(16 of .vector), > :nth-child(16 of .side), > :nth-child(16 of o-text)),
741
+ [class*=orbit-]:has(> :nth-child(16 of .satellite), > :nth-child(16 of o-slice), > :nth-child(16 of .vector), > :nth-child(16 of .side), > :nth-child(16 of o-text)) {
832
742
  --o-angle: calc(var(--o-range) / (16 - var(--o-fit-range, 0)));
833
743
  }
834
- .orbit:has(> :nth-child(17 of .satellite), > :nth-child(17 of o-sector), > :nth-child(17 of .spoke), > :nth-child(17 of .segment), > :nth-child(17 of o-label)),
835
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(17 of .satellite), > :nth-child(17 of o-sector), > :nth-child(17 of .spoke), > :nth-child(17 of .segment), > :nth-child(17 of o-label)) {
744
+ .orbit:has(> :nth-child(17 of .satellite), > :nth-child(17 of o-slice), > :nth-child(17 of .vector), > :nth-child(17 of .side), > :nth-child(17 of o-text)),
745
+ [class*=orbit-]:has(> :nth-child(17 of .satellite), > :nth-child(17 of o-slice), > :nth-child(17 of .vector), > :nth-child(17 of .side), > :nth-child(17 of o-text)) {
836
746
  --o-angle: calc(var(--o-range) / (17 - var(--o-fit-range, 0)));
837
747
  }
838
- .orbit:has(> :nth-child(18 of .satellite), > :nth-child(18 of o-sector), > :nth-child(18 of .spoke), > :nth-child(18 of .segment), > :nth-child(18 of o-label)),
839
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(18 of .satellite), > :nth-child(18 of o-sector), > :nth-child(18 of .spoke), > :nth-child(18 of .segment), > :nth-child(18 of o-label)) {
748
+ .orbit:has(> :nth-child(18 of .satellite), > :nth-child(18 of o-slice), > :nth-child(18 of .vector), > :nth-child(18 of .side), > :nth-child(18 of o-text)),
749
+ [class*=orbit-]:has(> :nth-child(18 of .satellite), > :nth-child(18 of o-slice), > :nth-child(18 of .vector), > :nth-child(18 of .side), > :nth-child(18 of o-text)) {
840
750
  --o-angle: calc(var(--o-range) / (18 - var(--o-fit-range, 0)));
841
751
  }
842
- .orbit:has(> :nth-child(19 of .satellite), > :nth-child(19 of o-sector), > :nth-child(19 of .spoke), > :nth-child(19 of .segment), > :nth-child(19 of o-label)),
843
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(19 of .satellite), > :nth-child(19 of o-sector), > :nth-child(19 of .spoke), > :nth-child(19 of .segment), > :nth-child(19 of o-label)) {
752
+ .orbit:has(> :nth-child(19 of .satellite), > :nth-child(19 of o-slice), > :nth-child(19 of .vector), > :nth-child(19 of .side), > :nth-child(19 of o-text)),
753
+ [class*=orbit-]:has(> :nth-child(19 of .satellite), > :nth-child(19 of o-slice), > :nth-child(19 of .vector), > :nth-child(19 of .side), > :nth-child(19 of o-text)) {
844
754
  --o-angle: calc(var(--o-range) / (19 - var(--o-fit-range, 0)));
845
755
  }
846
- .orbit:has(> :nth-child(20 of .satellite), > :nth-child(20 of o-sector), > :nth-child(20 of .spoke), > :nth-child(20 of .segment), > :nth-child(20 of o-label)),
847
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(20 of .satellite), > :nth-child(20 of o-sector), > :nth-child(20 of .spoke), > :nth-child(20 of .segment), > :nth-child(20 of o-label)) {
756
+ .orbit:has(> :nth-child(20 of .satellite), > :nth-child(20 of o-slice), > :nth-child(20 of .vector), > :nth-child(20 of .side), > :nth-child(20 of o-text)),
757
+ [class*=orbit-]:has(> :nth-child(20 of .satellite), > :nth-child(20 of o-slice), > :nth-child(20 of .vector), > :nth-child(20 of .side), > :nth-child(20 of o-text)) {
848
758
  --o-angle: calc(var(--o-range) / (20 - var(--o-fit-range, 0)));
849
759
  }
850
- .orbit:has(> :nth-child(21 of .satellite), > :nth-child(21 of o-sector), > :nth-child(21 of .spoke), > :nth-child(21 of .segment), > :nth-child(21 of o-label)),
851
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(21 of .satellite), > :nth-child(21 of o-sector), > :nth-child(21 of .spoke), > :nth-child(21 of .segment), > :nth-child(21 of o-label)) {
760
+ .orbit:has(> :nth-child(21 of .satellite), > :nth-child(21 of o-slice), > :nth-child(21 of .vector), > :nth-child(21 of .side), > :nth-child(21 of o-text)),
761
+ [class*=orbit-]:has(> :nth-child(21 of .satellite), > :nth-child(21 of o-slice), > :nth-child(21 of .vector), > :nth-child(21 of .side), > :nth-child(21 of o-text)) {
852
762
  --o-angle: calc(var(--o-range) / (21 - var(--o-fit-range, 0)));
853
763
  }
854
- .orbit:has(> :nth-child(22 of .satellite), > :nth-child(22 of o-sector), > :nth-child(22 of .spoke), > :nth-child(22 of .segment), > :nth-child(22 of o-label)),
855
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(22 of .satellite), > :nth-child(22 of o-sector), > :nth-child(22 of .spoke), > :nth-child(22 of .segment), > :nth-child(22 of o-label)) {
764
+ .orbit:has(> :nth-child(22 of .satellite), > :nth-child(22 of o-slice), > :nth-child(22 of .vector), > :nth-child(22 of .side), > :nth-child(22 of o-text)),
765
+ [class*=orbit-]:has(> :nth-child(22 of .satellite), > :nth-child(22 of o-slice), > :nth-child(22 of .vector), > :nth-child(22 of .side), > :nth-child(22 of o-text)) {
856
766
  --o-angle: calc(var(--o-range) / (22 - var(--o-fit-range, 0)));
857
767
  }
858
- .orbit:has(> :nth-child(23 of .satellite), > :nth-child(23 of o-sector), > :nth-child(23 of .spoke), > :nth-child(23 of .segment), > :nth-child(23 of o-label)),
859
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(23 of .satellite), > :nth-child(23 of o-sector), > :nth-child(23 of .spoke), > :nth-child(23 of .segment), > :nth-child(23 of o-label)) {
768
+ .orbit:has(> :nth-child(23 of .satellite), > :nth-child(23 of o-slice), > :nth-child(23 of .vector), > :nth-child(23 of .side), > :nth-child(23 of o-text)),
769
+ [class*=orbit-]:has(> :nth-child(23 of .satellite), > :nth-child(23 of o-slice), > :nth-child(23 of .vector), > :nth-child(23 of .side), > :nth-child(23 of o-text)) {
860
770
  --o-angle: calc(var(--o-range) / (23 - var(--o-fit-range, 0)));
861
771
  }
862
- .orbit:has(> :nth-child(24 of .satellite), > :nth-child(24 of o-sector), > :nth-child(24 of .spoke), > :nth-child(24 of .segment), > :nth-child(24 of o-label)),
863
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(24 of .satellite), > :nth-child(24 of o-sector), > :nth-child(24 of .spoke), > :nth-child(24 of .segment), > :nth-child(24 of o-label)) {
772
+ .orbit:has(> :nth-child(24 of .satellite), > :nth-child(24 of o-slice), > :nth-child(24 of .vector), > :nth-child(24 of .side), > :nth-child(24 of o-text)),
773
+ [class*=orbit-]:has(> :nth-child(24 of .satellite), > :nth-child(24 of o-slice), > :nth-child(24 of .vector), > :nth-child(24 of .side), > :nth-child(24 of o-text)) {
864
774
  --o-angle: calc(var(--o-range) / (24 - var(--o-fit-range, 0)));
865
775
  }
866
- .orbit:has(> :nth-child(25 of .satellite), > :nth-child(25 of o-sector), > :nth-child(25 of .spoke), > :nth-child(25 of .segment), > :nth-child(25 of o-label)),
867
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(25 of .satellite), > :nth-child(25 of o-sector), > :nth-child(25 of .spoke), > :nth-child(25 of .segment), > :nth-child(25 of o-label)) {
776
+ .orbit:has(> :nth-child(25 of .satellite), > :nth-child(25 of o-slice), > :nth-child(25 of .vector), > :nth-child(25 of .side), > :nth-child(25 of o-text)),
777
+ [class*=orbit-]:has(> :nth-child(25 of .satellite), > :nth-child(25 of o-slice), > :nth-child(25 of .vector), > :nth-child(25 of .side), > :nth-child(25 of o-text)) {
868
778
  --o-angle: calc(var(--o-range) / (25 - var(--o-fit-range, 0)));
869
779
  }
870
- .orbit:has(> :nth-child(26 of .satellite), > :nth-child(26 of o-sector), > :nth-child(26 of .spoke), > :nth-child(26 of .segment), > :nth-child(26 of o-label)),
871
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(26 of .satellite), > :nth-child(26 of o-sector), > :nth-child(26 of .spoke), > :nth-child(26 of .segment), > :nth-child(26 of o-label)) {
780
+ .orbit:has(> :nth-child(26 of .satellite), > :nth-child(26 of o-slice), > :nth-child(26 of .vector), > :nth-child(26 of .side), > :nth-child(26 of o-text)),
781
+ [class*=orbit-]:has(> :nth-child(26 of .satellite), > :nth-child(26 of o-slice), > :nth-child(26 of .vector), > :nth-child(26 of .side), > :nth-child(26 of o-text)) {
872
782
  --o-angle: calc(var(--o-range) / (26 - var(--o-fit-range, 0)));
873
783
  }
874
- .orbit:has(> :nth-child(27 of .satellite), > :nth-child(27 of o-sector), > :nth-child(27 of .spoke), > :nth-child(27 of .segment), > :nth-child(27 of o-label)),
875
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(27 of .satellite), > :nth-child(27 of o-sector), > :nth-child(27 of .spoke), > :nth-child(27 of .segment), > :nth-child(27 of o-label)) {
784
+ .orbit:has(> :nth-child(27 of .satellite), > :nth-child(27 of o-slice), > :nth-child(27 of .vector), > :nth-child(27 of .side), > :nth-child(27 of o-text)),
785
+ [class*=orbit-]:has(> :nth-child(27 of .satellite), > :nth-child(27 of o-slice), > :nth-child(27 of .vector), > :nth-child(27 of .side), > :nth-child(27 of o-text)) {
876
786
  --o-angle: calc(var(--o-range) / (27 - var(--o-fit-range, 0)));
877
787
  }
878
- .orbit:has(> :nth-child(28 of .satellite), > :nth-child(28 of o-sector), > :nth-child(28 of .spoke), > :nth-child(28 of .segment), > :nth-child(28 of o-label)),
879
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(28 of .satellite), > :nth-child(28 of o-sector), > :nth-child(28 of .spoke), > :nth-child(28 of .segment), > :nth-child(28 of o-label)) {
788
+ .orbit:has(> :nth-child(28 of .satellite), > :nth-child(28 of o-slice), > :nth-child(28 of .vector), > :nth-child(28 of .side), > :nth-child(28 of o-text)),
789
+ [class*=orbit-]:has(> :nth-child(28 of .satellite), > :nth-child(28 of o-slice), > :nth-child(28 of .vector), > :nth-child(28 of .side), > :nth-child(28 of o-text)) {
880
790
  --o-angle: calc(var(--o-range) / (28 - var(--o-fit-range, 0)));
881
791
  }
882
- .orbit:has(> :nth-child(29 of .satellite), > :nth-child(29 of o-sector), > :nth-child(29 of .spoke), > :nth-child(29 of .segment), > :nth-child(29 of o-label)),
883
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(29 of .satellite), > :nth-child(29 of o-sector), > :nth-child(29 of .spoke), > :nth-child(29 of .segment), > :nth-child(29 of o-label)) {
792
+ .orbit:has(> :nth-child(29 of .satellite), > :nth-child(29 of o-slice), > :nth-child(29 of .vector), > :nth-child(29 of .side), > :nth-child(29 of o-text)),
793
+ [class*=orbit-]:has(> :nth-child(29 of .satellite), > :nth-child(29 of o-slice), > :nth-child(29 of .vector), > :nth-child(29 of .side), > :nth-child(29 of o-text)) {
884
794
  --o-angle: calc(var(--o-range) / (29 - var(--o-fit-range, 0)));
885
795
  }
886
- .orbit:has(> :nth-child(30 of .satellite), > :nth-child(30 of o-sector), > :nth-child(30 of .spoke), > :nth-child(30 of .segment), > :nth-child(30 of o-label)),
887
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(30 of .satellite), > :nth-child(30 of o-sector), > :nth-child(30 of .spoke), > :nth-child(30 of .segment), > :nth-child(30 of o-label)) {
796
+ .orbit:has(> :nth-child(30 of .satellite), > :nth-child(30 of o-slice), > :nth-child(30 of .vector), > :nth-child(30 of .side), > :nth-child(30 of o-text)),
797
+ [class*=orbit-]:has(> :nth-child(30 of .satellite), > :nth-child(30 of o-slice), > :nth-child(30 of .vector), > :nth-child(30 of .side), > :nth-child(30 of o-text)) {
888
798
  --o-angle: calc(var(--o-range) / (30 - var(--o-fit-range, 0)));
889
799
  }
890
- .orbit:has(> :nth-child(31 of .satellite), > :nth-child(31 of o-sector), > :nth-child(31 of .spoke), > :nth-child(31 of .segment), > :nth-child(31 of o-label)),
891
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(31 of .satellite), > :nth-child(31 of o-sector), > :nth-child(31 of .spoke), > :nth-child(31 of .segment), > :nth-child(31 of o-label)) {
800
+ .orbit:has(> :nth-child(31 of .satellite), > :nth-child(31 of o-slice), > :nth-child(31 of .vector), > :nth-child(31 of .side), > :nth-child(31 of o-text)),
801
+ [class*=orbit-]:has(> :nth-child(31 of .satellite), > :nth-child(31 of o-slice), > :nth-child(31 of .vector), > :nth-child(31 of .side), > :nth-child(31 of o-text)) {
892
802
  --o-angle: calc(var(--o-range) / (31 - var(--o-fit-range, 0)));
893
803
  }
894
- .orbit:has(> :nth-child(32 of .satellite), > :nth-child(32 of o-sector), > :nth-child(32 of .spoke), > :nth-child(32 of .segment), > :nth-child(32 of o-label)),
895
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(32 of .satellite), > :nth-child(32 of o-sector), > :nth-child(32 of .spoke), > :nth-child(32 of .segment), > :nth-child(32 of o-label)) {
804
+ .orbit:has(> :nth-child(32 of .satellite), > :nth-child(32 of o-slice), > :nth-child(32 of .vector), > :nth-child(32 of .side), > :nth-child(32 of o-text)),
805
+ [class*=orbit-]:has(> :nth-child(32 of .satellite), > :nth-child(32 of o-slice), > :nth-child(32 of .vector), > :nth-child(32 of .side), > :nth-child(32 of o-text)) {
896
806
  --o-angle: calc(var(--o-range) / (32 - var(--o-fit-range, 0)));
897
807
  }
898
- .orbit:has(> :nth-child(33 of .satellite), > :nth-child(33 of o-sector), > :nth-child(33 of .spoke), > :nth-child(33 of .segment), > :nth-child(33 of o-label)),
899
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(33 of .satellite), > :nth-child(33 of o-sector), > :nth-child(33 of .spoke), > :nth-child(33 of .segment), > :nth-child(33 of o-label)) {
808
+ .orbit:has(> :nth-child(33 of .satellite), > :nth-child(33 of o-slice), > :nth-child(33 of .vector), > :nth-child(33 of .side), > :nth-child(33 of o-text)),
809
+ [class*=orbit-]:has(> :nth-child(33 of .satellite), > :nth-child(33 of o-slice), > :nth-child(33 of .vector), > :nth-child(33 of .side), > :nth-child(33 of o-text)) {
900
810
  --o-angle: calc(var(--o-range) / (33 - var(--o-fit-range, 0)));
901
811
  }
902
- .orbit:has(> :nth-child(34 of .satellite), > :nth-child(34 of o-sector), > :nth-child(34 of .spoke), > :nth-child(34 of .segment), > :nth-child(34 of o-label)),
903
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(34 of .satellite), > :nth-child(34 of o-sector), > :nth-child(34 of .spoke), > :nth-child(34 of .segment), > :nth-child(34 of o-label)) {
812
+ .orbit:has(> :nth-child(34 of .satellite), > :nth-child(34 of o-slice), > :nth-child(34 of .vector), > :nth-child(34 of .side), > :nth-child(34 of o-text)),
813
+ [class*=orbit-]:has(> :nth-child(34 of .satellite), > :nth-child(34 of o-slice), > :nth-child(34 of .vector), > :nth-child(34 of .side), > :nth-child(34 of o-text)) {
904
814
  --o-angle: calc(var(--o-range) / (34 - var(--o-fit-range, 0)));
905
815
  }
906
- .orbit:has(> :nth-child(35 of .satellite), > :nth-child(35 of o-sector), > :nth-child(35 of .spoke), > :nth-child(35 of .segment), > :nth-child(35 of o-label)),
907
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(35 of .satellite), > :nth-child(35 of o-sector), > :nth-child(35 of .spoke), > :nth-child(35 of .segment), > :nth-child(35 of o-label)) {
816
+ .orbit:has(> :nth-child(35 of .satellite), > :nth-child(35 of o-slice), > :nth-child(35 of .vector), > :nth-child(35 of .side), > :nth-child(35 of o-text)),
817
+ [class*=orbit-]:has(> :nth-child(35 of .satellite), > :nth-child(35 of o-slice), > :nth-child(35 of .vector), > :nth-child(35 of .side), > :nth-child(35 of o-text)) {
908
818
  --o-angle: calc(var(--o-range) / (35 - var(--o-fit-range, 0)));
909
819
  }
910
- .orbit:has(> :nth-child(36 of .satellite), > :nth-child(36 of o-sector), > :nth-child(36 of .spoke), > :nth-child(36 of .segment), > :nth-child(36 of o-label)),
911
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(36 of .satellite), > :nth-child(36 of o-sector), > :nth-child(36 of .spoke), > :nth-child(36 of .segment), > :nth-child(36 of o-label)) {
820
+ .orbit:has(> :nth-child(36 of .satellite), > :nth-child(36 of o-slice), > :nth-child(36 of .vector), > :nth-child(36 of .side), > :nth-child(36 of o-text)),
821
+ [class*=orbit-]:has(> :nth-child(36 of .satellite), > :nth-child(36 of o-slice), > :nth-child(36 of .vector), > :nth-child(36 of .side), > :nth-child(36 of o-text)) {
912
822
  --o-angle: calc(var(--o-range) / (36 - var(--o-fit-range, 0)));
913
823
  }
914
- .orbit:has(> :nth-child(37 of .satellite), > :nth-child(37 of o-sector), > :nth-child(37 of .spoke), > :nth-child(37 of .segment), > :nth-child(37 of o-label)),
915
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(37 of .satellite), > :nth-child(37 of o-sector), > :nth-child(37 of .spoke), > :nth-child(37 of .segment), > :nth-child(37 of o-label)) {
824
+ .orbit:has(> :nth-child(37 of .satellite), > :nth-child(37 of o-slice), > :nth-child(37 of .vector), > :nth-child(37 of .side), > :nth-child(37 of o-text)),
825
+ [class*=orbit-]:has(> :nth-child(37 of .satellite), > :nth-child(37 of o-slice), > :nth-child(37 of .vector), > :nth-child(37 of .side), > :nth-child(37 of o-text)) {
916
826
  --o-angle: calc(var(--o-range) / (37 - var(--o-fit-range, 0)));
917
827
  }
918
- .orbit:has(> :nth-child(38 of .satellite), > :nth-child(38 of o-sector), > :nth-child(38 of .spoke), > :nth-child(38 of .segment), > :nth-child(38 of o-label)),
919
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(38 of .satellite), > :nth-child(38 of o-sector), > :nth-child(38 of .spoke), > :nth-child(38 of .segment), > :nth-child(38 of o-label)) {
828
+ .orbit:has(> :nth-child(38 of .satellite), > :nth-child(38 of o-slice), > :nth-child(38 of .vector), > :nth-child(38 of .side), > :nth-child(38 of o-text)),
829
+ [class*=orbit-]:has(> :nth-child(38 of .satellite), > :nth-child(38 of o-slice), > :nth-child(38 of .vector), > :nth-child(38 of .side), > :nth-child(38 of o-text)) {
920
830
  --o-angle: calc(var(--o-range) / (38 - var(--o-fit-range, 0)));
921
831
  }
922
- .orbit:has(> :nth-child(39 of .satellite), > :nth-child(39 of o-sector), > :nth-child(39 of .spoke), > :nth-child(39 of .segment), > :nth-child(39 of o-label)),
923
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(39 of .satellite), > :nth-child(39 of o-sector), > :nth-child(39 of .spoke), > :nth-child(39 of .segment), > :nth-child(39 of o-label)) {
832
+ .orbit:has(> :nth-child(39 of .satellite), > :nth-child(39 of o-slice), > :nth-child(39 of .vector), > :nth-child(39 of .side), > :nth-child(39 of o-text)),
833
+ [class*=orbit-]:has(> :nth-child(39 of .satellite), > :nth-child(39 of o-slice), > :nth-child(39 of .vector), > :nth-child(39 of .side), > :nth-child(39 of o-text)) {
924
834
  --o-angle: calc(var(--o-range) / (39 - var(--o-fit-range, 0)));
925
835
  }
926
- .orbit:has(> :nth-child(40 of .satellite), > :nth-child(40 of o-sector), > :nth-child(40 of .spoke), > :nth-child(40 of .segment), > :nth-child(40 of o-label)),
927
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(40 of .satellite), > :nth-child(40 of o-sector), > :nth-child(40 of .spoke), > :nth-child(40 of .segment), > :nth-child(40 of o-label)) {
836
+ .orbit:has(> :nth-child(40 of .satellite), > :nth-child(40 of o-slice), > :nth-child(40 of .vector), > :nth-child(40 of .side), > :nth-child(40 of o-text)),
837
+ [class*=orbit-]:has(> :nth-child(40 of .satellite), > :nth-child(40 of o-slice), > :nth-child(40 of .vector), > :nth-child(40 of .side), > :nth-child(40 of o-text)) {
928
838
  --o-angle: calc(var(--o-range) / (40 - var(--o-fit-range, 0)));
929
839
  }
930
- .orbit:has(> :nth-child(41 of .satellite), > :nth-child(41 of o-sector), > :nth-child(41 of .spoke), > :nth-child(41 of .segment), > :nth-child(41 of o-label)),
931
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(41 of .satellite), > :nth-child(41 of o-sector), > :nth-child(41 of .spoke), > :nth-child(41 of .segment), > :nth-child(41 of o-label)) {
840
+ .orbit:has(> :nth-child(41 of .satellite), > :nth-child(41 of o-slice), > :nth-child(41 of .vector), > :nth-child(41 of .side), > :nth-child(41 of o-text)),
841
+ [class*=orbit-]:has(> :nth-child(41 of .satellite), > :nth-child(41 of o-slice), > :nth-child(41 of .vector), > :nth-child(41 of .side), > :nth-child(41 of o-text)) {
932
842
  --o-angle: calc(var(--o-range) / (41 - var(--o-fit-range, 0)));
933
843
  }
934
- .orbit:has(> :nth-child(42 of .satellite), > :nth-child(42 of o-sector), > :nth-child(42 of .spoke), > :nth-child(42 of .segment), > :nth-child(42 of o-label)),
935
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(42 of .satellite), > :nth-child(42 of o-sector), > :nth-child(42 of .spoke), > :nth-child(42 of .segment), > :nth-child(42 of o-label)) {
844
+ .orbit:has(> :nth-child(42 of .satellite), > :nth-child(42 of o-slice), > :nth-child(42 of .vector), > :nth-child(42 of .side), > :nth-child(42 of o-text)),
845
+ [class*=orbit-]:has(> :nth-child(42 of .satellite), > :nth-child(42 of o-slice), > :nth-child(42 of .vector), > :nth-child(42 of .side), > :nth-child(42 of o-text)) {
936
846
  --o-angle: calc(var(--o-range) / (42 - var(--o-fit-range, 0)));
937
847
  }
938
- .orbit:has(> :nth-child(43 of .satellite), > :nth-child(43 of o-sector), > :nth-child(43 of .spoke), > :nth-child(43 of .segment), > :nth-child(43 of o-label)),
939
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(43 of .satellite), > :nth-child(43 of o-sector), > :nth-child(43 of .spoke), > :nth-child(43 of .segment), > :nth-child(43 of o-label)) {
848
+ .orbit:has(> :nth-child(43 of .satellite), > :nth-child(43 of o-slice), > :nth-child(43 of .vector), > :nth-child(43 of .side), > :nth-child(43 of o-text)),
849
+ [class*=orbit-]:has(> :nth-child(43 of .satellite), > :nth-child(43 of o-slice), > :nth-child(43 of .vector), > :nth-child(43 of .side), > :nth-child(43 of o-text)) {
940
850
  --o-angle: calc(var(--o-range) / (43 - var(--o-fit-range, 0)));
941
851
  }
942
- .orbit:has(> :nth-child(44 of .satellite), > :nth-child(44 of o-sector), > :nth-child(44 of .spoke), > :nth-child(44 of .segment), > :nth-child(44 of o-label)),
943
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(44 of .satellite), > :nth-child(44 of o-sector), > :nth-child(44 of .spoke), > :nth-child(44 of .segment), > :nth-child(44 of o-label)) {
852
+ .orbit:has(> :nth-child(44 of .satellite), > :nth-child(44 of o-slice), > :nth-child(44 of .vector), > :nth-child(44 of .side), > :nth-child(44 of o-text)),
853
+ [class*=orbit-]:has(> :nth-child(44 of .satellite), > :nth-child(44 of o-slice), > :nth-child(44 of .vector), > :nth-child(44 of .side), > :nth-child(44 of o-text)) {
944
854
  --o-angle: calc(var(--o-range) / (44 - var(--o-fit-range, 0)));
945
855
  }
946
- .orbit:has(> :nth-child(45 of .satellite), > :nth-child(45 of o-sector), > :nth-child(45 of .spoke), > :nth-child(45 of .segment), > :nth-child(45 of o-label)),
947
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(45 of .satellite), > :nth-child(45 of o-sector), > :nth-child(45 of .spoke), > :nth-child(45 of .segment), > :nth-child(45 of o-label)) {
856
+ .orbit:has(> :nth-child(45 of .satellite), > :nth-child(45 of o-slice), > :nth-child(45 of .vector), > :nth-child(45 of .side), > :nth-child(45 of o-text)),
857
+ [class*=orbit-]:has(> :nth-child(45 of .satellite), > :nth-child(45 of o-slice), > :nth-child(45 of .vector), > :nth-child(45 of .side), > :nth-child(45 of o-text)) {
948
858
  --o-angle: calc(var(--o-range) / (45 - var(--o-fit-range, 0)));
949
859
  }
950
- .orbit:has(> :nth-child(46 of .satellite), > :nth-child(46 of o-sector), > :nth-child(46 of .spoke), > :nth-child(46 of .segment), > :nth-child(46 of o-label)),
951
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(46 of .satellite), > :nth-child(46 of o-sector), > :nth-child(46 of .spoke), > :nth-child(46 of .segment), > :nth-child(46 of o-label)) {
860
+ .orbit:has(> :nth-child(46 of .satellite), > :nth-child(46 of o-slice), > :nth-child(46 of .vector), > :nth-child(46 of .side), > :nth-child(46 of o-text)),
861
+ [class*=orbit-]:has(> :nth-child(46 of .satellite), > :nth-child(46 of o-slice), > :nth-child(46 of .vector), > :nth-child(46 of .side), > :nth-child(46 of o-text)) {
952
862
  --o-angle: calc(var(--o-range) / (46 - var(--o-fit-range, 0)));
953
863
  }
954
- .orbit:has(> :nth-child(47 of .satellite), > :nth-child(47 of o-sector), > :nth-child(47 of .spoke), > :nth-child(47 of .segment), > :nth-child(47 of o-label)),
955
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(47 of .satellite), > :nth-child(47 of o-sector), > :nth-child(47 of .spoke), > :nth-child(47 of .segment), > :nth-child(47 of o-label)) {
864
+ .orbit:has(> :nth-child(47 of .satellite), > :nth-child(47 of o-slice), > :nth-child(47 of .vector), > :nth-child(47 of .side), > :nth-child(47 of o-text)),
865
+ [class*=orbit-]:has(> :nth-child(47 of .satellite), > :nth-child(47 of o-slice), > :nth-child(47 of .vector), > :nth-child(47 of .side), > :nth-child(47 of o-text)) {
956
866
  --o-angle: calc(var(--o-range) / (47 - var(--o-fit-range, 0)));
957
867
  }
958
- .orbit:has(> :nth-child(48 of .satellite), > :nth-child(48 of o-sector), > :nth-child(48 of .spoke), > :nth-child(48 of .segment), > :nth-child(48 of o-label)),
959
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(48 of .satellite), > :nth-child(48 of o-sector), > :nth-child(48 of .spoke), > :nth-child(48 of .segment), > :nth-child(48 of o-label)) {
868
+ .orbit:has(> :nth-child(48 of .satellite), > :nth-child(48 of o-slice), > :nth-child(48 of .vector), > :nth-child(48 of .side), > :nth-child(48 of o-text)),
869
+ [class*=orbit-]:has(> :nth-child(48 of .satellite), > :nth-child(48 of o-slice), > :nth-child(48 of .vector), > :nth-child(48 of .side), > :nth-child(48 of o-text)) {
960
870
  --o-angle: calc(var(--o-range) / (48 - var(--o-fit-range, 0)));
961
871
  }
962
- .orbit:has(> :nth-child(49 of .satellite), > :nth-child(49 of o-sector), > :nth-child(49 of .spoke), > :nth-child(49 of .segment), > :nth-child(49 of o-label)),
963
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(49 of .satellite), > :nth-child(49 of o-sector), > :nth-child(49 of .spoke), > :nth-child(49 of .segment), > :nth-child(49 of o-label)) {
872
+ .orbit:has(> :nth-child(49 of .satellite), > :nth-child(49 of o-slice), > :nth-child(49 of .vector), > :nth-child(49 of .side), > :nth-child(49 of o-text)),
873
+ [class*=orbit-]:has(> :nth-child(49 of .satellite), > :nth-child(49 of o-slice), > :nth-child(49 of .vector), > :nth-child(49 of .side), > :nth-child(49 of o-text)) {
964
874
  --o-angle: calc(var(--o-range) / (49 - var(--o-fit-range, 0)));
965
875
  }
966
- .orbit:has(> :nth-child(50 of .satellite), > :nth-child(50 of o-sector), > :nth-child(50 of .spoke), > :nth-child(50 of .segment), > :nth-child(50 of o-label)),
967
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(50 of .satellite), > :nth-child(50 of o-sector), > :nth-child(50 of .spoke), > :nth-child(50 of .segment), > :nth-child(50 of o-label)) {
876
+ .orbit:has(> :nth-child(50 of .satellite), > :nth-child(50 of o-slice), > :nth-child(50 of .vector), > :nth-child(50 of .side), > :nth-child(50 of o-text)),
877
+ [class*=orbit-]:has(> :nth-child(50 of .satellite), > :nth-child(50 of o-slice), > :nth-child(50 of .vector), > :nth-child(50 of .side), > :nth-child(50 of o-text)) {
968
878
  --o-angle: calc(var(--o-range) / (50 - var(--o-fit-range, 0)));
969
879
  }
970
- .orbit:has(> :nth-child(51 of .satellite), > :nth-child(51 of o-sector), > :nth-child(51 of .spoke), > :nth-child(51 of .segment), > :nth-child(51 of o-label)),
971
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(51 of .satellite), > :nth-child(51 of o-sector), > :nth-child(51 of .spoke), > :nth-child(51 of .segment), > :nth-child(51 of o-label)) {
880
+ .orbit:has(> :nth-child(51 of .satellite), > :nth-child(51 of o-slice), > :nth-child(51 of .vector), > :nth-child(51 of .side), > :nth-child(51 of o-text)),
881
+ [class*=orbit-]:has(> :nth-child(51 of .satellite), > :nth-child(51 of o-slice), > :nth-child(51 of .vector), > :nth-child(51 of .side), > :nth-child(51 of o-text)) {
972
882
  --o-angle: calc(var(--o-range) / (51 - var(--o-fit-range, 0)));
973
883
  }
974
- .orbit:has(> :nth-child(52 of .satellite), > :nth-child(52 of o-sector), > :nth-child(52 of .spoke), > :nth-child(52 of .segment), > :nth-child(52 of o-label)),
975
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(52 of .satellite), > :nth-child(52 of o-sector), > :nth-child(52 of .spoke), > :nth-child(52 of .segment), > :nth-child(52 of o-label)) {
884
+ .orbit:has(> :nth-child(52 of .satellite), > :nth-child(52 of o-slice), > :nth-child(52 of .vector), > :nth-child(52 of .side), > :nth-child(52 of o-text)),
885
+ [class*=orbit-]:has(> :nth-child(52 of .satellite), > :nth-child(52 of o-slice), > :nth-child(52 of .vector), > :nth-child(52 of .side), > :nth-child(52 of o-text)) {
976
886
  --o-angle: calc(var(--o-range) / (52 - var(--o-fit-range, 0)));
977
887
  }
978
- .orbit:has(> :nth-child(53 of .satellite), > :nth-child(53 of o-sector), > :nth-child(53 of .spoke), > :nth-child(53 of .segment), > :nth-child(53 of o-label)),
979
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(53 of .satellite), > :nth-child(53 of o-sector), > :nth-child(53 of .spoke), > :nth-child(53 of .segment), > :nth-child(53 of o-label)) {
888
+ .orbit:has(> :nth-child(53 of .satellite), > :nth-child(53 of o-slice), > :nth-child(53 of .vector), > :nth-child(53 of .side), > :nth-child(53 of o-text)),
889
+ [class*=orbit-]:has(> :nth-child(53 of .satellite), > :nth-child(53 of o-slice), > :nth-child(53 of .vector), > :nth-child(53 of .side), > :nth-child(53 of o-text)) {
980
890
  --o-angle: calc(var(--o-range) / (53 - var(--o-fit-range, 0)));
981
891
  }
982
- .orbit:has(> :nth-child(54 of .satellite), > :nth-child(54 of o-sector), > :nth-child(54 of .spoke), > :nth-child(54 of .segment), > :nth-child(54 of o-label)),
983
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(54 of .satellite), > :nth-child(54 of o-sector), > :nth-child(54 of .spoke), > :nth-child(54 of .segment), > :nth-child(54 of o-label)) {
892
+ .orbit:has(> :nth-child(54 of .satellite), > :nth-child(54 of o-slice), > :nth-child(54 of .vector), > :nth-child(54 of .side), > :nth-child(54 of o-text)),
893
+ [class*=orbit-]:has(> :nth-child(54 of .satellite), > :nth-child(54 of o-slice), > :nth-child(54 of .vector), > :nth-child(54 of .side), > :nth-child(54 of o-text)) {
984
894
  --o-angle: calc(var(--o-range) / (54 - var(--o-fit-range, 0)));
985
895
  }
986
- .orbit:has(> :nth-child(55 of .satellite), > :nth-child(55 of o-sector), > :nth-child(55 of .spoke), > :nth-child(55 of .segment), > :nth-child(55 of o-label)),
987
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(55 of .satellite), > :nth-child(55 of o-sector), > :nth-child(55 of .spoke), > :nth-child(55 of .segment), > :nth-child(55 of o-label)) {
896
+ .orbit:has(> :nth-child(55 of .satellite), > :nth-child(55 of o-slice), > :nth-child(55 of .vector), > :nth-child(55 of .side), > :nth-child(55 of o-text)),
897
+ [class*=orbit-]:has(> :nth-child(55 of .satellite), > :nth-child(55 of o-slice), > :nth-child(55 of .vector), > :nth-child(55 of .side), > :nth-child(55 of o-text)) {
988
898
  --o-angle: calc(var(--o-range) / (55 - var(--o-fit-range, 0)));
989
899
  }
990
- .orbit:has(> :nth-child(56 of .satellite), > :nth-child(56 of o-sector), > :nth-child(56 of .spoke), > :nth-child(56 of .segment), > :nth-child(56 of o-label)),
991
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(56 of .satellite), > :nth-child(56 of o-sector), > :nth-child(56 of .spoke), > :nth-child(56 of .segment), > :nth-child(56 of o-label)) {
900
+ .orbit:has(> :nth-child(56 of .satellite), > :nth-child(56 of o-slice), > :nth-child(56 of .vector), > :nth-child(56 of .side), > :nth-child(56 of o-text)),
901
+ [class*=orbit-]:has(> :nth-child(56 of .satellite), > :nth-child(56 of o-slice), > :nth-child(56 of .vector), > :nth-child(56 of .side), > :nth-child(56 of o-text)) {
992
902
  --o-angle: calc(var(--o-range) / (56 - var(--o-fit-range, 0)));
993
903
  }
994
- .orbit:has(> :nth-child(57 of .satellite), > :nth-child(57 of o-sector), > :nth-child(57 of .spoke), > :nth-child(57 of .segment), > :nth-child(57 of o-label)),
995
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(57 of .satellite), > :nth-child(57 of o-sector), > :nth-child(57 of .spoke), > :nth-child(57 of .segment), > :nth-child(57 of o-label)) {
904
+ .orbit:has(> :nth-child(57 of .satellite), > :nth-child(57 of o-slice), > :nth-child(57 of .vector), > :nth-child(57 of .side), > :nth-child(57 of o-text)),
905
+ [class*=orbit-]:has(> :nth-child(57 of .satellite), > :nth-child(57 of o-slice), > :nth-child(57 of .vector), > :nth-child(57 of .side), > :nth-child(57 of o-text)) {
996
906
  --o-angle: calc(var(--o-range) / (57 - var(--o-fit-range, 0)));
997
907
  }
998
- .orbit:has(> :nth-child(58 of .satellite), > :nth-child(58 of o-sector), > :nth-child(58 of .spoke), > :nth-child(58 of .segment), > :nth-child(58 of o-label)),
999
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(58 of .satellite), > :nth-child(58 of o-sector), > :nth-child(58 of .spoke), > :nth-child(58 of .segment), > :nth-child(58 of o-label)) {
908
+ .orbit:has(> :nth-child(58 of .satellite), > :nth-child(58 of o-slice), > :nth-child(58 of .vector), > :nth-child(58 of .side), > :nth-child(58 of o-text)),
909
+ [class*=orbit-]:has(> :nth-child(58 of .satellite), > :nth-child(58 of o-slice), > :nth-child(58 of .vector), > :nth-child(58 of .side), > :nth-child(58 of o-text)) {
1000
910
  --o-angle: calc(var(--o-range) / (58 - var(--o-fit-range, 0)));
1001
911
  }
1002
- .orbit:has(> :nth-child(59 of .satellite), > :nth-child(59 of o-sector), > :nth-child(59 of .spoke), > :nth-child(59 of .segment), > :nth-child(59 of o-label)),
1003
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(59 of .satellite), > :nth-child(59 of o-sector), > :nth-child(59 of .spoke), > :nth-child(59 of .segment), > :nth-child(59 of o-label)) {
912
+ .orbit:has(> :nth-child(59 of .satellite), > :nth-child(59 of o-slice), > :nth-child(59 of .vector), > :nth-child(59 of .side), > :nth-child(59 of o-text)),
913
+ [class*=orbit-]:has(> :nth-child(59 of .satellite), > :nth-child(59 of o-slice), > :nth-child(59 of .vector), > :nth-child(59 of .side), > :nth-child(59 of o-text)) {
1004
914
  --o-angle: calc(var(--o-range) / (59 - var(--o-fit-range, 0)));
1005
915
  }
1006
- .orbit:has(> :nth-child(60 of .satellite), > :nth-child(60 of o-sector), > :nth-child(60 of .spoke), > :nth-child(60 of .segment), > :nth-child(60 of o-label)),
1007
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(60 of .satellite), > :nth-child(60 of o-sector), > :nth-child(60 of .spoke), > :nth-child(60 of .segment), > :nth-child(60 of o-label)) {
916
+ .orbit:has(> :nth-child(60 of .satellite), > :nth-child(60 of o-slice), > :nth-child(60 of .vector), > :nth-child(60 of .side), > :nth-child(60 of o-text)),
917
+ [class*=orbit-]:has(> :nth-child(60 of .satellite), > :nth-child(60 of o-slice), > :nth-child(60 of .vector), > :nth-child(60 of .side), > :nth-child(60 of o-text)) {
1008
918
  --o-angle: calc(var(--o-range) / (60 - var(--o-fit-range, 0)));
1009
919
  }
1010
- .orbit:has(> :nth-child(1 of .segment)),
1011
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(1 of .segment)) {
920
+ .orbit:has(> :nth-child(1 of .side)),
921
+ [class*=orbit-]:has(> :nth-child(1 of .side)) {
1012
922
  --o-angle: calc(var(--o-range) / 1);
1013
923
  }
1014
- .orbit:has(> :nth-child(2 of .segment)),
1015
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(2 of .segment)) {
924
+ .orbit:has(> :nth-child(2 of .side)),
925
+ [class*=orbit-]:has(> :nth-child(2 of .side)) {
1016
926
  --o-angle: calc(var(--o-range) / 2);
1017
927
  }
1018
- .orbit:has(> :nth-child(3 of .segment)),
1019
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(3 of .segment)) {
928
+ .orbit:has(> :nth-child(3 of .side)),
929
+ [class*=orbit-]:has(> :nth-child(3 of .side)) {
1020
930
  --o-angle: calc(var(--o-range) / 3);
1021
931
  }
1022
- .orbit:has(> :nth-child(4 of .segment)),
1023
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(4 of .segment)) {
932
+ .orbit:has(> :nth-child(4 of .side)),
933
+ [class*=orbit-]:has(> :nth-child(4 of .side)) {
1024
934
  --o-angle: calc(var(--o-range) / 4);
1025
935
  }
1026
- .orbit:has(> :nth-child(5 of .segment)),
1027
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(5 of .segment)) {
936
+ .orbit:has(> :nth-child(5 of .side)),
937
+ [class*=orbit-]:has(> :nth-child(5 of .side)) {
1028
938
  --o-angle: calc(var(--o-range) / 5);
1029
939
  }
1030
- .orbit:has(> :nth-child(6 of .segment)),
1031
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(6 of .segment)) {
940
+ .orbit:has(> :nth-child(6 of .side)),
941
+ [class*=orbit-]:has(> :nth-child(6 of .side)) {
1032
942
  --o-angle: calc(var(--o-range) / 6);
1033
943
  }
1034
- .orbit:has(> :nth-child(7 of .segment)),
1035
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(7 of .segment)) {
944
+ .orbit:has(> :nth-child(7 of .side)),
945
+ [class*=orbit-]:has(> :nth-child(7 of .side)) {
1036
946
  --o-angle: calc(var(--o-range) / 7);
1037
947
  }
1038
- .orbit:has(> :nth-child(8 of .segment)),
1039
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(8 of .segment)) {
948
+ .orbit:has(> :nth-child(8 of .side)),
949
+ [class*=orbit-]:has(> :nth-child(8 of .side)) {
1040
950
  --o-angle: calc(var(--o-range) / 8);
1041
951
  }
1042
- .orbit:has(> :nth-child(9 of .segment)),
1043
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(9 of .segment)) {
952
+ .orbit:has(> :nth-child(9 of .side)),
953
+ [class*=orbit-]:has(> :nth-child(9 of .side)) {
1044
954
  --o-angle: calc(var(--o-range) / 9);
1045
955
  }
1046
- .orbit:has(> :nth-child(10 of .segment)),
1047
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(10 of .segment)) {
956
+ .orbit:has(> :nth-child(10 of .side)),
957
+ [class*=orbit-]:has(> :nth-child(10 of .side)) {
1048
958
  --o-angle: calc(var(--o-range) / 10);
1049
959
  }
1050
- .orbit:has(> :nth-child(11 of .segment)),
1051
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(11 of .segment)) {
960
+ .orbit:has(> :nth-child(11 of .side)),
961
+ [class*=orbit-]:has(> :nth-child(11 of .side)) {
1052
962
  --o-angle: calc(var(--o-range) / 11);
1053
963
  }
1054
- .orbit:has(> :nth-child(12 of .segment)),
1055
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(12 of .segment)) {
964
+ .orbit:has(> :nth-child(12 of .side)),
965
+ [class*=orbit-]:has(> :nth-child(12 of .side)) {
1056
966
  --o-angle: calc(var(--o-range) / 12);
1057
967
  }
1058
- .orbit:has(> :nth-child(13 of .segment)),
1059
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(13 of .segment)) {
968
+ .orbit:has(> :nth-child(13 of .side)),
969
+ [class*=orbit-]:has(> :nth-child(13 of .side)) {
1060
970
  --o-angle: calc(var(--o-range) / 13);
1061
971
  }
1062
- .orbit:has(> :nth-child(14 of .segment)),
1063
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(14 of .segment)) {
972
+ .orbit:has(> :nth-child(14 of .side)),
973
+ [class*=orbit-]:has(> :nth-child(14 of .side)) {
1064
974
  --o-angle: calc(var(--o-range) / 14);
1065
975
  }
1066
- .orbit:has(> :nth-child(15 of .segment)),
1067
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(15 of .segment)) {
976
+ .orbit:has(> :nth-child(15 of .side)),
977
+ [class*=orbit-]:has(> :nth-child(15 of .side)) {
1068
978
  --o-angle: calc(var(--o-range) / 15);
1069
979
  }
1070
- .orbit:has(> :nth-child(16 of .segment)),
1071
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(16 of .segment)) {
980
+ .orbit:has(> :nth-child(16 of .side)),
981
+ [class*=orbit-]:has(> :nth-child(16 of .side)) {
1072
982
  --o-angle: calc(var(--o-range) / 16);
1073
983
  }
1074
- .orbit:has(> :nth-child(17 of .segment)),
1075
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(17 of .segment)) {
984
+ .orbit:has(> :nth-child(17 of .side)),
985
+ [class*=orbit-]:has(> :nth-child(17 of .side)) {
1076
986
  --o-angle: calc(var(--o-range) / 17);
1077
987
  }
1078
- .orbit:has(> :nth-child(18 of .segment)),
1079
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(18 of .segment)) {
988
+ .orbit:has(> :nth-child(18 of .side)),
989
+ [class*=orbit-]:has(> :nth-child(18 of .side)) {
1080
990
  --o-angle: calc(var(--o-range) / 18);
1081
991
  }
1082
- .orbit:has(> :nth-child(19 of .segment)),
1083
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(19 of .segment)) {
992
+ .orbit:has(> :nth-child(19 of .side)),
993
+ [class*=orbit-]:has(> :nth-child(19 of .side)) {
1084
994
  --o-angle: calc(var(--o-range) / 19);
1085
995
  }
1086
- .orbit:has(> :nth-child(20 of .segment)),
1087
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(20 of .segment)) {
996
+ .orbit:has(> :nth-child(20 of .side)),
997
+ [class*=orbit-]:has(> :nth-child(20 of .side)) {
1088
998
  --o-angle: calc(var(--o-range) / 20);
1089
999
  }
1090
- .orbit:has(> :nth-child(21 of .segment)),
1091
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(21 of .segment)) {
1000
+ .orbit:has(> :nth-child(21 of .side)),
1001
+ [class*=orbit-]:has(> :nth-child(21 of .side)) {
1092
1002
  --o-angle: calc(var(--o-range) / 21);
1093
1003
  }
1094
- .orbit:has(> :nth-child(22 of .segment)),
1095
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(22 of .segment)) {
1004
+ .orbit:has(> :nth-child(22 of .side)),
1005
+ [class*=orbit-]:has(> :nth-child(22 of .side)) {
1096
1006
  --o-angle: calc(var(--o-range) / 22);
1097
1007
  }
1098
- .orbit:has(> :nth-child(23 of .segment)),
1099
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(23 of .segment)) {
1008
+ .orbit:has(> :nth-child(23 of .side)),
1009
+ [class*=orbit-]:has(> :nth-child(23 of .side)) {
1100
1010
  --o-angle: calc(var(--o-range) / 23);
1101
1011
  }
1102
- .orbit:has(> :nth-child(24 of .segment)),
1103
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(24 of .segment)) {
1012
+ .orbit:has(> :nth-child(24 of .side)),
1013
+ [class*=orbit-]:has(> :nth-child(24 of .side)) {
1104
1014
  --o-angle: calc(var(--o-range) / 24);
1105
1015
  }
1106
- .orbit:has(> :nth-child(25 of .segment)),
1107
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(25 of .segment)) {
1016
+ .orbit:has(> :nth-child(25 of .side)),
1017
+ [class*=orbit-]:has(> :nth-child(25 of .side)) {
1108
1018
  --o-angle: calc(var(--o-range) / 25);
1109
1019
  }
1110
- .orbit:has(> :nth-child(26 of .segment)),
1111
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(26 of .segment)) {
1020
+ .orbit:has(> :nth-child(26 of .side)),
1021
+ [class*=orbit-]:has(> :nth-child(26 of .side)) {
1112
1022
  --o-angle: calc(var(--o-range) / 26);
1113
1023
  }
1114
- .orbit:has(> :nth-child(27 of .segment)),
1115
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(27 of .segment)) {
1024
+ .orbit:has(> :nth-child(27 of .side)),
1025
+ [class*=orbit-]:has(> :nth-child(27 of .side)) {
1116
1026
  --o-angle: calc(var(--o-range) / 27);
1117
1027
  }
1118
- .orbit:has(> :nth-child(28 of .segment)),
1119
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(28 of .segment)) {
1028
+ .orbit:has(> :nth-child(28 of .side)),
1029
+ [class*=orbit-]:has(> :nth-child(28 of .side)) {
1120
1030
  --o-angle: calc(var(--o-range) / 28);
1121
1031
  }
1122
- .orbit:has(> :nth-child(29 of .segment)),
1123
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(29 of .segment)) {
1032
+ .orbit:has(> :nth-child(29 of .side)),
1033
+ [class*=orbit-]:has(> :nth-child(29 of .side)) {
1124
1034
  --o-angle: calc(var(--o-range) / 29);
1125
1035
  }
1126
- .orbit:has(> :nth-child(30 of .segment)),
1127
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(30 of .segment)) {
1036
+ .orbit:has(> :nth-child(30 of .side)),
1037
+ [class*=orbit-]:has(> :nth-child(30 of .side)) {
1128
1038
  --o-angle: calc(var(--o-range) / 30);
1129
1039
  }
1130
- .orbit:has(> :nth-child(31 of .segment)),
1131
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(31 of .segment)) {
1040
+ .orbit:has(> :nth-child(31 of .side)),
1041
+ [class*=orbit-]:has(> :nth-child(31 of .side)) {
1132
1042
  --o-angle: calc(var(--o-range) / 31);
1133
1043
  }
1134
- .orbit:has(> :nth-child(32 of .segment)),
1135
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(32 of .segment)) {
1044
+ .orbit:has(> :nth-child(32 of .side)),
1045
+ [class*=orbit-]:has(> :nth-child(32 of .side)) {
1136
1046
  --o-angle: calc(var(--o-range) / 32);
1137
1047
  }
1138
- .orbit:has(> :nth-child(33 of .segment)),
1139
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(33 of .segment)) {
1048
+ .orbit:has(> :nth-child(33 of .side)),
1049
+ [class*=orbit-]:has(> :nth-child(33 of .side)) {
1140
1050
  --o-angle: calc(var(--o-range) / 33);
1141
1051
  }
1142
- .orbit:has(> :nth-child(34 of .segment)),
1143
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(34 of .segment)) {
1052
+ .orbit:has(> :nth-child(34 of .side)),
1053
+ [class*=orbit-]:has(> :nth-child(34 of .side)) {
1144
1054
  --o-angle: calc(var(--o-range) / 34);
1145
1055
  }
1146
- .orbit:has(> :nth-child(35 of .segment)),
1147
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(35 of .segment)) {
1056
+ .orbit:has(> :nth-child(35 of .side)),
1057
+ [class*=orbit-]:has(> :nth-child(35 of .side)) {
1148
1058
  --o-angle: calc(var(--o-range) / 35);
1149
1059
  }
1150
- .orbit:has(> :nth-child(36 of .segment)),
1151
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(36 of .segment)) {
1060
+ .orbit:has(> :nth-child(36 of .side)),
1061
+ [class*=orbit-]:has(> :nth-child(36 of .side)) {
1152
1062
  --o-angle: calc(var(--o-range) / 36);
1153
1063
  }
1154
- .orbit:has(> :nth-child(37 of .segment)),
1155
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(37 of .segment)) {
1064
+ .orbit:has(> :nth-child(37 of .side)),
1065
+ [class*=orbit-]:has(> :nth-child(37 of .side)) {
1156
1066
  --o-angle: calc(var(--o-range) / 37);
1157
1067
  }
1158
- .orbit:has(> :nth-child(38 of .segment)),
1159
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(38 of .segment)) {
1068
+ .orbit:has(> :nth-child(38 of .side)),
1069
+ [class*=orbit-]:has(> :nth-child(38 of .side)) {
1160
1070
  --o-angle: calc(var(--o-range) / 38);
1161
1071
  }
1162
- .orbit:has(> :nth-child(39 of .segment)),
1163
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(39 of .segment)) {
1072
+ .orbit:has(> :nth-child(39 of .side)),
1073
+ [class*=orbit-]:has(> :nth-child(39 of .side)) {
1164
1074
  --o-angle: calc(var(--o-range) / 39);
1165
1075
  }
1166
- .orbit:has(> :nth-child(40 of .segment)),
1167
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(40 of .segment)) {
1076
+ .orbit:has(> :nth-child(40 of .side)),
1077
+ [class*=orbit-]:has(> :nth-child(40 of .side)) {
1168
1078
  --o-angle: calc(var(--o-range) / 40);
1169
1079
  }
1170
- .orbit:has(> :nth-child(41 of .segment)),
1171
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(41 of .segment)) {
1080
+ .orbit:has(> :nth-child(41 of .side)),
1081
+ [class*=orbit-]:has(> :nth-child(41 of .side)) {
1172
1082
  --o-angle: calc(var(--o-range) / 41);
1173
1083
  }
1174
- .orbit:has(> :nth-child(42 of .segment)),
1175
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(42 of .segment)) {
1084
+ .orbit:has(> :nth-child(42 of .side)),
1085
+ [class*=orbit-]:has(> :nth-child(42 of .side)) {
1176
1086
  --o-angle: calc(var(--o-range) / 42);
1177
1087
  }
1178
- .orbit:has(> :nth-child(43 of .segment)),
1179
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(43 of .segment)) {
1088
+ .orbit:has(> :nth-child(43 of .side)),
1089
+ [class*=orbit-]:has(> :nth-child(43 of .side)) {
1180
1090
  --o-angle: calc(var(--o-range) / 43);
1181
1091
  }
1182
- .orbit:has(> :nth-child(44 of .segment)),
1183
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(44 of .segment)) {
1092
+ .orbit:has(> :nth-child(44 of .side)),
1093
+ [class*=orbit-]:has(> :nth-child(44 of .side)) {
1184
1094
  --o-angle: calc(var(--o-range) / 44);
1185
1095
  }
1186
- .orbit:has(> :nth-child(45 of .segment)),
1187
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(45 of .segment)) {
1096
+ .orbit:has(> :nth-child(45 of .side)),
1097
+ [class*=orbit-]:has(> :nth-child(45 of .side)) {
1188
1098
  --o-angle: calc(var(--o-range) / 45);
1189
1099
  }
1190
- .orbit:has(> :nth-child(46 of .segment)),
1191
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(46 of .segment)) {
1100
+ .orbit:has(> :nth-child(46 of .side)),
1101
+ [class*=orbit-]:has(> :nth-child(46 of .side)) {
1192
1102
  --o-angle: calc(var(--o-range) / 46);
1193
1103
  }
1194
- .orbit:has(> :nth-child(47 of .segment)),
1195
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(47 of .segment)) {
1104
+ .orbit:has(> :nth-child(47 of .side)),
1105
+ [class*=orbit-]:has(> :nth-child(47 of .side)) {
1196
1106
  --o-angle: calc(var(--o-range) / 47);
1197
1107
  }
1198
- .orbit:has(> :nth-child(48 of .segment)),
1199
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(48 of .segment)) {
1108
+ .orbit:has(> :nth-child(48 of .side)),
1109
+ [class*=orbit-]:has(> :nth-child(48 of .side)) {
1200
1110
  --o-angle: calc(var(--o-range) / 48);
1201
1111
  }
1202
- .orbit:has(> :nth-child(49 of .segment)),
1203
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(49 of .segment)) {
1112
+ .orbit:has(> :nth-child(49 of .side)),
1113
+ [class*=orbit-]:has(> :nth-child(49 of .side)) {
1204
1114
  --o-angle: calc(var(--o-range) / 49);
1205
1115
  }
1206
- .orbit:has(> :nth-child(50 of .segment)),
1207
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(50 of .segment)) {
1116
+ .orbit:has(> :nth-child(50 of .side)),
1117
+ [class*=orbit-]:has(> :nth-child(50 of .side)) {
1208
1118
  --o-angle: calc(var(--o-range) / 50);
1209
1119
  }
1210
- .orbit:has(> :nth-child(51 of .segment)),
1211
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(51 of .segment)) {
1120
+ .orbit:has(> :nth-child(51 of .side)),
1121
+ [class*=orbit-]:has(> :nth-child(51 of .side)) {
1212
1122
  --o-angle: calc(var(--o-range) / 51);
1213
1123
  }
1214
- .orbit:has(> :nth-child(52 of .segment)),
1215
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(52 of .segment)) {
1124
+ .orbit:has(> :nth-child(52 of .side)),
1125
+ [class*=orbit-]:has(> :nth-child(52 of .side)) {
1216
1126
  --o-angle: calc(var(--o-range) / 52);
1217
1127
  }
1218
- .orbit:has(> :nth-child(53 of .segment)),
1219
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(53 of .segment)) {
1128
+ .orbit:has(> :nth-child(53 of .side)),
1129
+ [class*=orbit-]:has(> :nth-child(53 of .side)) {
1220
1130
  --o-angle: calc(var(--o-range) / 53);
1221
1131
  }
1222
- .orbit:has(> :nth-child(54 of .segment)),
1223
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(54 of .segment)) {
1132
+ .orbit:has(> :nth-child(54 of .side)),
1133
+ [class*=orbit-]:has(> :nth-child(54 of .side)) {
1224
1134
  --o-angle: calc(var(--o-range) / 54);
1225
1135
  }
1226
- .orbit:has(> :nth-child(55 of .segment)),
1227
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(55 of .segment)) {
1136
+ .orbit:has(> :nth-child(55 of .side)),
1137
+ [class*=orbit-]:has(> :nth-child(55 of .side)) {
1228
1138
  --o-angle: calc(var(--o-range) / 55);
1229
1139
  }
1230
- .orbit:has(> :nth-child(56 of .segment)),
1231
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(56 of .segment)) {
1140
+ .orbit:has(> :nth-child(56 of .side)),
1141
+ [class*=orbit-]:has(> :nth-child(56 of .side)) {
1232
1142
  --o-angle: calc(var(--o-range) / 56);
1233
1143
  }
1234
- .orbit:has(> :nth-child(57 of .segment)),
1235
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(57 of .segment)) {
1144
+ .orbit:has(> :nth-child(57 of .side)),
1145
+ [class*=orbit-]:has(> :nth-child(57 of .side)) {
1236
1146
  --o-angle: calc(var(--o-range) / 57);
1237
1147
  }
1238
- .orbit:has(> :nth-child(58 of .segment)),
1239
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(58 of .segment)) {
1148
+ .orbit:has(> :nth-child(58 of .side)),
1149
+ [class*=orbit-]:has(> :nth-child(58 of .side)) {
1240
1150
  --o-angle: calc(var(--o-range) / 58);
1241
1151
  }
1242
- .orbit:has(> :nth-child(59 of .segment)),
1243
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(59 of .segment)) {
1152
+ .orbit:has(> :nth-child(59 of .side)),
1153
+ [class*=orbit-]:has(> :nth-child(59 of .side)) {
1244
1154
  --o-angle: calc(var(--o-range) / 59);
1245
1155
  }
1246
- .orbit:has(> :nth-child(60 of .segment)),
1247
- [class*=orbit-]:not(.orbit-zone):has(> :nth-child(60 of .segment)) {
1156
+ .orbit:has(> :nth-child(60 of .side)),
1157
+ [class*=orbit-]:has(> :nth-child(60 of .side)) {
1248
1158
  --o-angle: calc(var(--o-range) / 60);
1249
1159
  }
1160
+ .bigbang {
1161
+ display: flex;
1162
+ align-items: center;
1163
+ justify-content: center;
1164
+ width: 100%;
1165
+ height: 100%;
1166
+ }
1167
+ .gravity-spot {
1168
+ container-name: gravityspot;
1169
+ --o-force: 500px;
1170
+ --o-from: 0deg;
1171
+ --o-range: 360deg;
1172
+ --o-ellipse-x: 1;
1173
+ --o-ellipse-y: 1;
1174
+ --o-fit-range: 0;
1175
+ --o-direction: 1;
1176
+ --o-size-ratio: 1;
1177
+ width: 0;
1178
+ aspect-ratio: 1;
1179
+ position: relative;
1180
+ display: flex;
1181
+ align-items: center;
1182
+ justify-content: center;
1183
+ border: none;
1184
+ }
1185
+ .orbit,
1186
+ [class*=orbit-] {
1187
+ container-name: orbit;
1188
+ --o-base-diameter: (var(--o-initial-orbit, 0) + var(--o-orbit-number)) * var(--o-force) / (12 + var(--o-initial-orbit, 0));
1189
+ --o-prev-diameter: ((var(--o-initial-orbit, 0) + var(--o-orbit-number)) - 1) * var(--o-force) / (12 + var(--o-initial-orbit, 0));
1190
+ --o-diameter: calc(var(--o-base-diameter) - ((var(--o-base-diameter) - var(--o-prev-diameter)) * var(--o-orbit-ratio, 0)));
1191
+ --o-radius: calc(var(--o-diameter) / 2);
1192
+ width: calc(var(--o-diameter) / var(--o-ellipse-x));
1193
+ height: calc(var(--o-diameter) / var(--o-ellipse-y));
1194
+ position: absolute;
1195
+ display: flex;
1196
+ justify-content: center;
1197
+ align-items: center;
1198
+ border-radius: 50%;
1199
+ pointer-events: none;
1200
+ }
1201
+ .satellite {
1202
+ container-name: satellite;
1203
+ --o-angle-composite: (var(--o-angle) * var(--o-orbit-child-number) var(--o-offset, + 270deg)) * var(--o-direction, 1);
1204
+ --o-transform: translate( calc( (var(--o-radius) - var(--o-aligment, 0px)) / var(--o-ellipse-x) * cos(var(--o-from) + var(--o-angle-composite )) ), calc( (var(--o-radius) - var(--o-aligment, 0px)) / var(--o-ellipse-y) * sin(var(--o-from) + var(--o-angle-composite)) ) );
1205
+ transform: var(--o-transform);
1206
+ width: calc(var(--o-radius) / var(--o-orbit-number) * var(--o-size-ratio, 1));
1207
+ height: calc(var(--o-radius) / var(--o-orbit-number) * var(--o-size-ratio, 1));
1208
+ position: absolute;
1209
+ display: flex;
1210
+ justify-content: center;
1211
+ align-items: center;
1212
+ border-radius: 50%;
1213
+ pointer-events: all;
1214
+ }
1215
+ .satellite.at-center {
1216
+ --o-transform: rotate(0deg);
1217
+ }
1218
+ .satellite.circle {
1219
+ border-radius: 50%;
1220
+ }
1221
+ .satellite.box {
1222
+ border-radius: 0%;
1223
+ }
1224
+ .satellite.rounded-box {
1225
+ border-radius: 8px;
1226
+ }
1227
+ .vector {
1228
+ container-name: vector;
1229
+ --o-angle-composite: (var(--o-angle) * var(--o-orbit-child-number) var(--o-offset, + 270deg)) * var(--o-direction, 1);
1230
+ --o-transform: translate( calc( (var(--o-radius) - var(--o-aligment, 1px)) / var(--o-ellipse-x) * cos(var(--o-from) + var(--o-angle-composite)) ), calc( (var(--o-radius) - var(--o-aligment, 1px)) / var(--o-ellipse-y) * sin(var(--o-from) + var(--o-angle-composite)) ) ) rotate( calc(var(--o-from) + var(--o-angle-composite)) );
1231
+ width: calc(var(--o-radius) / var(--o-orbit-number) * var(--o-size-ratio, 1));
1232
+ position: absolute;
1233
+ display: flex;
1234
+ align-items: center;
1235
+ transform: var(--o-transform);
1236
+ height: 1px;
1237
+ pointer-events: none;
1238
+ border: none;
1239
+ }
1240
+ .vector.at-center {
1241
+ --o-transform: rotate( calc(var(--o-from) + var(--o-angle-composite)) ) ;
1242
+ }
1243
+ .side {
1244
+ container-name: side;
1245
+ --o-angle-composite: (var(--o-angle) * var(--o-orbit-child-number) var(--o-offset, + 270deg)) * var(--o-direction, 1);
1246
+ --o-y: calc(var(--o-radius) * sin(90deg - var(--o-angle) / 2));
1247
+ --o-x: calc(var(--o-radius) * cos(90deg - var(--o-angle) / 2) * 2);
1248
+ --o-transform: rotate( calc(var(--o-from) + var(--o-angle-composite))) translate(0, var(--o-y));
1249
+ width: var(--o-x);
1250
+ position: absolute;
1251
+ padding: 0;
1252
+ transform: var(--o-transform);
1253
+ height: 1px;
1254
+ pointer-events: none;
1255
+ border: none;
1256
+ background: black;
1257
+ }
1258
+ .side.outer-orbit {
1259
+ --o-y: calc(var(--o-radius));
1260
+ width: calc(var(--o-radius) * tan(var(--o-angle)/2) * 2);
1261
+ }
1262
+ o-slice {
1263
+ --o-angle-composite: var(--o-angle) * var(--o-orbit-child-number) * var(--o-direction, 1);
1264
+ container-name: oslice;
1265
+ display: flex;
1266
+ justify-content: center;
1267
+ align-items: center;
1268
+ border-radius: 50%;
1269
+ position: absolute;
1270
+ pointer-events: none;
1271
+ width: 100%;
1272
+ r: var(--o-radius);
1273
+ stroke-width: calc(var(--o-radius) / var(--o-orbit-number) * var(--o-size-ratio, 1));
1274
+ transform: rotate(calc(var(--o-from) + var(--o-angle-composite)));
1275
+ }
1276
+ o-text {
1277
+ --o-angle-composite: var(--o-angle) * var(--o-orbit-child-number) * var(--o-direction, 1);
1278
+ container-name: otext;
1279
+ display: flex;
1280
+ justify-content: center;
1281
+ align-items: center;
1282
+ border-radius: 50%;
1283
+ position: absolute;
1284
+ pointer-events: none;
1285
+ width: 100%;
1286
+ fill: currentColor;
1287
+ r: var(--o-radius);
1288
+ stroke-width: calc(var(--o-radius) / var(--o-orbit-number) * var(--o-size-ratio, 1));
1289
+ transform: rotate(calc(var(--o-from) + var(--o-angle-composite)));
1290
+ }
1291
+ o-progress {
1292
+ container-name: oprogress;
1293
+ r: var(--o-radius);
1294
+ stroke-width: calc(var(--o-radius) / var(--o-orbit-number) * var(--o-size-ratio, 1));
1295
+ transform: rotate(var(--o-from));
1296
+ position: absolute;
1297
+ display: flex;
1298
+ justify-content: center;
1299
+ align-items: center;
1300
+ width: 100%;
1301
+ border-radius: 50%;
1302
+ pointer-events: none;
1303
+ }
1250
1304
  .capsule {
1251
1305
  --o-angle-composite: 0deg;
1252
1306
  display: flex;
@@ -1293,6 +1347,42 @@ o-progress {
1293
1347
  align-items: center !important;
1294
1348
  justify-content: flex-end !important;
1295
1349
  }
1350
+ .gravity-spot.from-1x {
1351
+ --o-initial-orbit: 1;
1352
+ }
1353
+ .gravity-spot.from-2x {
1354
+ --o-initial-orbit: 2;
1355
+ }
1356
+ .gravity-spot.from-3x {
1357
+ --o-initial-orbit: 3;
1358
+ }
1359
+ .gravity-spot.from-4x {
1360
+ --o-initial-orbit: 4;
1361
+ }
1362
+ .gravity-spot.from-5x {
1363
+ --o-initial-orbit: 5;
1364
+ }
1365
+ .gravity-spot.from-6x {
1366
+ --o-initial-orbit: 6;
1367
+ }
1368
+ .gravity-spot.from-7x {
1369
+ --o-initial-orbit: 7;
1370
+ }
1371
+ .gravity-spot.from-8x {
1372
+ --o-initial-orbit: 8;
1373
+ }
1374
+ .gravity-spot.from-9x {
1375
+ --o-initial-orbit: 9;
1376
+ }
1377
+ .gravity-spot.from-10x {
1378
+ --o-initial-orbit: 10;
1379
+ }
1380
+ .gravity-spot.from-11x {
1381
+ --o-initial-orbit: 11;
1382
+ }
1383
+ .gravity-spot.from-12x {
1384
+ --o-initial-orbit: 12;
1385
+ }
1296
1386
  .range-0 {
1297
1387
  --o-range: 0deg;
1298
1388
  }
@@ -4542,238 +4632,575 @@ o-progress {
4542
4632
  .angle-360 {
4543
4633
  --o-angle-composite: calc(360deg - 90deg) !important;
4544
4634
  }
4545
- o-sector.gap-1,
4546
- o-label.gap-1 {
4635
+ o-slice.gap-1,
4636
+ o-text.gap-1 {
4547
4637
  --o-gap: 1;
4548
4638
  }
4549
- o-sector.gap-2,
4550
- o-label.gap-2 {
4639
+ o-slice.gap-2,
4640
+ o-text.gap-2 {
4551
4641
  --o-gap: 2;
4552
4642
  }
4553
- o-sector.gap-3,
4554
- o-label.gap-3 {
4643
+ o-slice.gap-3,
4644
+ o-text.gap-3 {
4555
4645
  --o-gap: 3;
4556
4646
  }
4557
- o-sector.gap-4,
4558
- o-label.gap-4 {
4647
+ o-slice.gap-4,
4648
+ o-text.gap-4 {
4559
4649
  --o-gap: 4;
4560
4650
  }
4561
- o-sector.gap-5,
4562
- o-label.gap-5 {
4651
+ o-slice.gap-5,
4652
+ o-text.gap-5 {
4563
4653
  --o-gap: 5;
4564
4654
  }
4565
- o-sector.gap-6,
4566
- o-label.gap-6 {
4655
+ o-slice.gap-6,
4656
+ o-text.gap-6 {
4567
4657
  --o-gap: 6;
4568
4658
  }
4569
- o-sector.gap-7,
4570
- o-label.gap-7 {
4659
+ o-slice.gap-7,
4660
+ o-text.gap-7 {
4571
4661
  --o-gap: 7;
4572
4662
  }
4573
- o-sector.gap-8,
4574
- o-label.gap-8 {
4663
+ o-slice.gap-8,
4664
+ o-text.gap-8 {
4575
4665
  --o-gap: 8;
4576
4666
  }
4577
- o-sector.gap-9,
4578
- o-label.gap-9 {
4667
+ o-slice.gap-9,
4668
+ o-text.gap-9 {
4579
4669
  --o-gap: 9;
4580
4670
  }
4581
- o-sector.gap-10,
4582
- o-label.gap-10 {
4671
+ o-slice.gap-10,
4672
+ o-text.gap-10 {
4583
4673
  --o-gap: 10;
4584
4674
  }
4585
- o-sector.gap-11,
4586
- o-label.gap-11 {
4675
+ o-slice.gap-11,
4676
+ o-text.gap-11 {
4587
4677
  --o-gap: 11;
4588
4678
  }
4589
- o-sector.gap-12,
4590
- o-label.gap-12 {
4679
+ o-slice.gap-12,
4680
+ o-text.gap-12 {
4591
4681
  --o-gap: 12;
4592
4682
  }
4593
- o-sector.gap-13,
4594
- o-label.gap-13 {
4683
+ o-slice.gap-13,
4684
+ o-text.gap-13 {
4595
4685
  --o-gap: 13;
4596
4686
  }
4597
- o-sector.gap-14,
4598
- o-label.gap-14 {
4687
+ o-slice.gap-14,
4688
+ o-text.gap-14 {
4599
4689
  --o-gap: 14;
4600
4690
  }
4601
- o-sector.gap-15,
4602
- o-label.gap-15 {
4691
+ o-slice.gap-15,
4692
+ o-text.gap-15 {
4603
4693
  --o-gap: 15;
4604
4694
  }
4605
- o-sector.gap-16,
4606
- o-label.gap-16 {
4695
+ o-slice.gap-16,
4696
+ o-text.gap-16 {
4607
4697
  --o-gap: 16;
4608
4698
  }
4609
- o-sector.gap-17,
4610
- o-label.gap-17 {
4699
+ o-slice.gap-17,
4700
+ o-text.gap-17 {
4611
4701
  --o-gap: 17;
4612
4702
  }
4613
- o-sector.gap-18,
4614
- o-label.gap-18 {
4703
+ o-slice.gap-18,
4704
+ o-text.gap-18 {
4615
4705
  --o-gap: 18;
4616
4706
  }
4617
- o-sector.gap-19,
4618
- o-label.gap-19 {
4707
+ o-slice.gap-19,
4708
+ o-text.gap-19 {
4619
4709
  --o-gap: 19;
4620
4710
  }
4621
- o-sector.gap-20,
4622
- o-label.gap-20 {
4711
+ o-slice.gap-20,
4712
+ o-text.gap-20 {
4623
4713
  --o-gap: 20;
4624
4714
  }
4625
- o-sector.gap-21,
4626
- o-label.gap-21 {
4715
+ o-slice.gap-21,
4716
+ o-text.gap-21 {
4627
4717
  --o-gap: 21;
4628
4718
  }
4629
- o-sector.gap-22,
4630
- o-label.gap-22 {
4719
+ o-slice.gap-22,
4720
+ o-text.gap-22 {
4631
4721
  --o-gap: 22;
4632
4722
  }
4633
- o-sector.gap-23,
4634
- o-label.gap-23 {
4723
+ o-slice.gap-23,
4724
+ o-text.gap-23 {
4635
4725
  --o-gap: 23;
4636
4726
  }
4637
- o-sector.gap-24,
4638
- o-label.gap-24 {
4727
+ o-slice.gap-24,
4728
+ o-text.gap-24 {
4639
4729
  --o-gap: 24;
4640
4730
  }
4641
- o-sector.gap-25,
4642
- o-label.gap-25 {
4731
+ o-slice.gap-25,
4732
+ o-text.gap-25 {
4643
4733
  --o-gap: 25;
4644
4734
  }
4645
- o-sector.gap-26,
4646
- o-label.gap-26 {
4735
+ o-slice.gap-26,
4736
+ o-text.gap-26 {
4647
4737
  --o-gap: 26;
4648
4738
  }
4649
- o-sector.gap-27,
4650
- o-label.gap-27 {
4739
+ o-slice.gap-27,
4740
+ o-text.gap-27 {
4651
4741
  --o-gap: 27;
4652
4742
  }
4653
- o-sector.gap-28,
4654
- o-label.gap-28 {
4743
+ o-slice.gap-28,
4744
+ o-text.gap-28 {
4655
4745
  --o-gap: 28;
4656
4746
  }
4657
- o-sector.gap-29,
4658
- o-label.gap-29 {
4747
+ o-slice.gap-29,
4748
+ o-text.gap-29 {
4659
4749
  --o-gap: 29;
4660
4750
  }
4661
- o-sector.gap-30,
4662
- o-label.gap-30 {
4751
+ o-slice.gap-30,
4752
+ o-text.gap-30 {
4663
4753
  --o-gap: 30;
4664
4754
  }
4665
- .orbit.reduce-0,
4666
- [class*=orbit-]:not(.orbit-zone).reduce-0 {
4667
- --o-orbit-ratio: 0;
4668
- }
4669
- .orbit.reduce-10,
4670
- [class*=orbit-]:not(.orbit-zone).reduce-10 {
4755
+ .orbit.shrink-10,
4756
+ [class*=orbit-].shrink-10 {
4671
4757
  --o-orbit-ratio: 0.1;
4672
4758
  }
4673
- .orbit.reduce-20,
4674
- [class*=orbit-]:not(.orbit-zone).reduce-20 {
4759
+ .orbit.shrink-20,
4760
+ [class*=orbit-].shrink-20 {
4675
4761
  --o-orbit-ratio: 0.2;
4676
4762
  }
4677
- .orbit.reduce-30,
4678
- [class*=orbit-]:not(.orbit-zone).reduce-30 {
4763
+ .orbit.shrink-30,
4764
+ [class*=orbit-].shrink-30 {
4679
4765
  --o-orbit-ratio: 0.3;
4680
4766
  }
4681
- .orbit.reduce-40,
4682
- [class*=orbit-]:not(.orbit-zone).reduce-40 {
4767
+ .orbit.shrink-40,
4768
+ [class*=orbit-].shrink-40 {
4683
4769
  --o-orbit-ratio: 0.4;
4684
4770
  }
4685
- .orbit.reduce-50,
4686
- [class*=orbit-]:not(.orbit-zone).reduce-50 {
4771
+ .orbit.shrink-50,
4772
+ [class*=orbit-].shrink-50 {
4687
4773
  --o-orbit-ratio: 0.5;
4688
4774
  }
4689
- .orbit.reduce-60,
4690
- [class*=orbit-]:not(.orbit-zone).reduce-60 {
4775
+ .orbit.shrink-60,
4776
+ [class*=orbit-].shrink-60 {
4691
4777
  --o-orbit-ratio: 0.6;
4692
4778
  }
4693
- .orbit.reduce-70,
4694
- [class*=orbit-]:not(.orbit-zone).reduce-70 {
4779
+ .orbit.shrink-70,
4780
+ [class*=orbit-].shrink-70 {
4695
4781
  --o-orbit-ratio: 0.7;
4696
4782
  }
4697
- .orbit.reduce-80,
4698
- [class*=orbit-]:not(.orbit-zone).reduce-80 {
4783
+ .orbit.shrink-80,
4784
+ [class*=orbit-].shrink-80 {
4699
4785
  --o-orbit-ratio: 0.8;
4700
4786
  }
4701
- .orbit.reduce-90,
4702
- [class*=orbit-]:not(.orbit-zone).reduce-90 {
4787
+ .orbit.shrink-90,
4788
+ [class*=orbit-].shrink-90 {
4703
4789
  --o-orbit-ratio: 0.9;
4704
4790
  }
4705
- .orbit.reduce-100,
4706
- [class*=orbit-]:not(.orbit-zone).reduce-100 {
4707
- --o-orbit-ratio: 1;
4791
+ .shrink-10 {
4792
+ --o-size-ratio: 0.9 !important;
4708
4793
  }
4709
- .reduce-0 {
4710
- --o-size-ratio: 1;
4794
+ .shrink-20 {
4795
+ --o-size-ratio: 0.8 !important;
4796
+ }
4797
+ .shrink-30 {
4798
+ --o-size-ratio: 0.7 !important;
4799
+ }
4800
+ .shrink-40 {
4801
+ --o-size-ratio: 0.6 !important;
4802
+ }
4803
+ .shrink-50 {
4804
+ --o-size-ratio: 0.5 !important;
4711
4805
  }
4712
- .reduce-10 {
4713
- --o-size-ratio: 0.9;
4806
+ .shrink-60 {
4807
+ --o-size-ratio: 0.4 !important;
4714
4808
  }
4715
- .reduce-20 {
4716
- --o-size-ratio: 0.8;
4809
+ .shrink-70 {
4810
+ --o-size-ratio: 0.3 !important;
4717
4811
  }
4718
- .reduce-30 {
4719
- --o-size-ratio: 0.7;
4812
+ .shrink-80 {
4813
+ --o-size-ratio: 0.2 !important;
4720
4814
  }
4721
- .reduce-40 {
4722
- --o-size-ratio: 0.6;
4815
+ .shrink-90 {
4816
+ --o-size-ratio: 0.1 !important;
4723
4817
  }
4724
- .reduce-50 {
4725
- --o-size-ratio: 0.5;
4818
+ .grow-0\.1x {
4819
+ --o-size-ratio: 1.1 !important;
4726
4820
  }
4727
- .reduce-60 {
4728
- --o-size-ratio: 0.4;
4821
+ .grow-0\.2x {
4822
+ --o-size-ratio: 1.2 !important;
4729
4823
  }
4730
- .reduce-70 {
4731
- --o-size-ratio: 0.3;
4824
+ .grow-0\.3x {
4825
+ --o-size-ratio: 1.3 !important;
4732
4826
  }
4733
- .reduce-80 {
4734
- --o-size-ratio: 0.2;
4827
+ .grow-0\.4x {
4828
+ --o-size-ratio: 1.4 !important;
4735
4829
  }
4736
- .reduce-90 {
4737
- --o-size-ratio: 0.1;
4830
+ .grow-0\.5x {
4831
+ --o-size-ratio: 1.5 !important;
4738
4832
  }
4739
- .reduce-100 {
4740
- --o-size-ratio: 0;
4833
+ .grow-0\.6x {
4834
+ --o-size-ratio: 1.6 !important;
4835
+ }
4836
+ .grow-0\.7x {
4837
+ --o-size-ratio: 1.7 !important;
4838
+ }
4839
+ .grow-0\.8x {
4840
+ --o-size-ratio: 1.8 !important;
4841
+ }
4842
+ .grow-0\.9x {
4843
+ --o-size-ratio: 1.9 !important;
4741
4844
  }
4742
4845
  .grow-1x {
4743
- --o-size-ratio: 2;
4846
+ --o-size-ratio: 2 !important;
4847
+ }
4848
+ .grow-1\.1x {
4849
+ --o-size-ratio: 2.1 !important;
4850
+ }
4851
+ .grow-1\.2x {
4852
+ --o-size-ratio: 2.2 !important;
4853
+ }
4854
+ .grow-1\.3x {
4855
+ --o-size-ratio: 2.3 !important;
4856
+ }
4857
+ .grow-1\.4x {
4858
+ --o-size-ratio: 2.4 !important;
4859
+ }
4860
+ .grow-1\.5x {
4861
+ --o-size-ratio: 2.5 !important;
4862
+ }
4863
+ .grow-1\.6x {
4864
+ --o-size-ratio: 2.6 !important;
4865
+ }
4866
+ .grow-1\.7x {
4867
+ --o-size-ratio: 2.7 !important;
4868
+ }
4869
+ .grow-1\.8x {
4870
+ --o-size-ratio: 2.8 !important;
4871
+ }
4872
+ .grow-1\.9x {
4873
+ --o-size-ratio: 2.9 !important;
4744
4874
  }
4745
4875
  .grow-2x {
4746
- --o-size-ratio: 4;
4876
+ --o-size-ratio: 4 !important;
4877
+ }
4878
+ .grow-2\.1x {
4879
+ --o-size-ratio: 4.1 !important;
4880
+ }
4881
+ .grow-2\.2x {
4882
+ --o-size-ratio: 4.2 !important;
4883
+ }
4884
+ .grow-2\.3x {
4885
+ --o-size-ratio: 4.3 !important;
4886
+ }
4887
+ .grow-2\.4x {
4888
+ --o-size-ratio: 4.4 !important;
4889
+ }
4890
+ .grow-2\.5x {
4891
+ --o-size-ratio: 4.5 !important;
4892
+ }
4893
+ .grow-2\.6x {
4894
+ --o-size-ratio: 4.6 !important;
4895
+ }
4896
+ .grow-2\.7x {
4897
+ --o-size-ratio: 4.7 !important;
4898
+ }
4899
+ .grow-2\.8x {
4900
+ --o-size-ratio: 4.8 !important;
4901
+ }
4902
+ .grow-2\.9x {
4903
+ --o-size-ratio: 4.9 !important;
4747
4904
  }
4748
4905
  .grow-3x {
4749
- --o-size-ratio: 6;
4906
+ --o-size-ratio: 6 !important;
4907
+ }
4908
+ .grow-3\.1x {
4909
+ --o-size-ratio: 6.1 !important;
4910
+ }
4911
+ .grow-3\.2x {
4912
+ --o-size-ratio: 6.2 !important;
4913
+ }
4914
+ .grow-3\.3x {
4915
+ --o-size-ratio: 6.3 !important;
4916
+ }
4917
+ .grow-3\.4x {
4918
+ --o-size-ratio: 6.4 !important;
4919
+ }
4920
+ .grow-3\.5x {
4921
+ --o-size-ratio: 6.5 !important;
4922
+ }
4923
+ .grow-3\.6x {
4924
+ --o-size-ratio: 6.6 !important;
4925
+ }
4926
+ .grow-3\.7x {
4927
+ --o-size-ratio: 6.7 !important;
4928
+ }
4929
+ .grow-3\.8x {
4930
+ --o-size-ratio: 6.8 !important;
4931
+ }
4932
+ .grow-3\.9x {
4933
+ --o-size-ratio: 6.9 !important;
4750
4934
  }
4751
4935
  .grow-4x {
4752
- --o-size-ratio: 8;
4936
+ --o-size-ratio: 8 !important;
4937
+ }
4938
+ .grow-4\.1x {
4939
+ --o-size-ratio: 8.1 !important;
4940
+ }
4941
+ .grow-4\.2x {
4942
+ --o-size-ratio: 8.2 !important;
4943
+ }
4944
+ .grow-4\.3x {
4945
+ --o-size-ratio: 8.3 !important;
4946
+ }
4947
+ .grow-4\.4x {
4948
+ --o-size-ratio: 8.4 !important;
4949
+ }
4950
+ .grow-4\.5x {
4951
+ --o-size-ratio: 8.5 !important;
4952
+ }
4953
+ .grow-4\.6x {
4954
+ --o-size-ratio: 8.6 !important;
4955
+ }
4956
+ .grow-4\.7x {
4957
+ --o-size-ratio: 8.7 !important;
4958
+ }
4959
+ .grow-4\.8x {
4960
+ --o-size-ratio: 8.8 !important;
4961
+ }
4962
+ .grow-4\.9x {
4963
+ --o-size-ratio: 8.9 !important;
4753
4964
  }
4754
4965
  .grow-5x {
4755
- --o-size-ratio: 10;
4966
+ --o-size-ratio: 10 !important;
4967
+ }
4968
+ .grow-5\.1x {
4969
+ --o-size-ratio: 10.1 !important;
4970
+ }
4971
+ .grow-5\.2x {
4972
+ --o-size-ratio: 10.2 !important;
4973
+ }
4974
+ .grow-5\.3x {
4975
+ --o-size-ratio: 10.3 !important;
4976
+ }
4977
+ .grow-5\.4x {
4978
+ --o-size-ratio: 10.4 !important;
4979
+ }
4980
+ .grow-5\.5x {
4981
+ --o-size-ratio: 10.5 !important;
4982
+ }
4983
+ .grow-5\.6x {
4984
+ --o-size-ratio: 10.6 !important;
4985
+ }
4986
+ .grow-5\.7x {
4987
+ --o-size-ratio: 10.7 !important;
4988
+ }
4989
+ .grow-5\.8x {
4990
+ --o-size-ratio: 10.8 !important;
4991
+ }
4992
+ .grow-5\.9x {
4993
+ --o-size-ratio: 10.9 !important;
4756
4994
  }
4757
4995
  .grow-6x {
4758
- --o-size-ratio: 12;
4996
+ --o-size-ratio: 12 !important;
4997
+ }
4998
+ .grow-6\.1x {
4999
+ --o-size-ratio: 12.1 !important;
5000
+ }
5001
+ .grow-6\.2x {
5002
+ --o-size-ratio: 12.2 !important;
5003
+ }
5004
+ .grow-6\.3x {
5005
+ --o-size-ratio: 12.3 !important;
5006
+ }
5007
+ .grow-6\.4x {
5008
+ --o-size-ratio: 12.4 !important;
5009
+ }
5010
+ .grow-6\.5x {
5011
+ --o-size-ratio: 12.5 !important;
5012
+ }
5013
+ .grow-6\.6x {
5014
+ --o-size-ratio: 12.6 !important;
5015
+ }
5016
+ .grow-6\.7x {
5017
+ --o-size-ratio: 12.7 !important;
5018
+ }
5019
+ .grow-6\.8x {
5020
+ --o-size-ratio: 12.8 !important;
5021
+ }
5022
+ .grow-6\.9x {
5023
+ --o-size-ratio: 12.9 !important;
4759
5024
  }
4760
5025
  .grow-7x {
4761
- --o-size-ratio: 14;
5026
+ --o-size-ratio: 14 !important;
5027
+ }
5028
+ .grow-7\.1x {
5029
+ --o-size-ratio: 14.1 !important;
5030
+ }
5031
+ .grow-7\.2x {
5032
+ --o-size-ratio: 14.2 !important;
5033
+ }
5034
+ .grow-7\.3x {
5035
+ --o-size-ratio: 14.3 !important;
5036
+ }
5037
+ .grow-7\.4x {
5038
+ --o-size-ratio: 14.4 !important;
5039
+ }
5040
+ .grow-7\.5x {
5041
+ --o-size-ratio: 14.5 !important;
5042
+ }
5043
+ .grow-7\.6x {
5044
+ --o-size-ratio: 14.6 !important;
5045
+ }
5046
+ .grow-7\.7x {
5047
+ --o-size-ratio: 14.7 !important;
5048
+ }
5049
+ .grow-7\.8x {
5050
+ --o-size-ratio: 14.8 !important;
5051
+ }
5052
+ .grow-7\.9x {
5053
+ --o-size-ratio: 14.9 !important;
4762
5054
  }
4763
5055
  .grow-8x {
4764
- --o-size-ratio: 16;
5056
+ --o-size-ratio: 16 !important;
5057
+ }
5058
+ .grow-8\.1x {
5059
+ --o-size-ratio: 16.1 !important;
5060
+ }
5061
+ .grow-8\.2x {
5062
+ --o-size-ratio: 16.2 !important;
5063
+ }
5064
+ .grow-8\.3x {
5065
+ --o-size-ratio: 16.3 !important;
5066
+ }
5067
+ .grow-8\.4x {
5068
+ --o-size-ratio: 16.4 !important;
5069
+ }
5070
+ .grow-8\.5x {
5071
+ --o-size-ratio: 16.5 !important;
5072
+ }
5073
+ .grow-8\.6x {
5074
+ --o-size-ratio: 16.6 !important;
5075
+ }
5076
+ .grow-8\.7x {
5077
+ --o-size-ratio: 16.7 !important;
5078
+ }
5079
+ .grow-8\.8x {
5080
+ --o-size-ratio: 16.8 !important;
5081
+ }
5082
+ .grow-8\.9x {
5083
+ --o-size-ratio: 16.9 !important;
4765
5084
  }
4766
5085
  .grow-9x {
4767
- --o-size-ratio: 18;
5086
+ --o-size-ratio: 18 !important;
5087
+ }
5088
+ .grow-9\.1x {
5089
+ --o-size-ratio: 18.1 !important;
5090
+ }
5091
+ .grow-9\.2x {
5092
+ --o-size-ratio: 18.2 !important;
5093
+ }
5094
+ .grow-9\.3x {
5095
+ --o-size-ratio: 18.3 !important;
5096
+ }
5097
+ .grow-9\.4x {
5098
+ --o-size-ratio: 18.4 !important;
5099
+ }
5100
+ .grow-9\.5x {
5101
+ --o-size-ratio: 18.5 !important;
5102
+ }
5103
+ .grow-9\.6x {
5104
+ --o-size-ratio: 18.6 !important;
5105
+ }
5106
+ .grow-9\.7x {
5107
+ --o-size-ratio: 18.7 !important;
5108
+ }
5109
+ .grow-9\.8x {
5110
+ --o-size-ratio: 18.8 !important;
5111
+ }
5112
+ .grow-9\.9x {
5113
+ --o-size-ratio: 18.9 !important;
4768
5114
  }
4769
5115
  .grow-10x {
4770
- --o-size-ratio: 20;
5116
+ --o-size-ratio: 20 !important;
5117
+ }
5118
+ .grow-10\.1x {
5119
+ --o-size-ratio: 20.1 !important;
5120
+ }
5121
+ .grow-10\.2x {
5122
+ --o-size-ratio: 20.2 !important;
5123
+ }
5124
+ .grow-10\.3x {
5125
+ --o-size-ratio: 20.3 !important;
5126
+ }
5127
+ .grow-10\.4x {
5128
+ --o-size-ratio: 20.4 !important;
5129
+ }
5130
+ .grow-10\.5x {
5131
+ --o-size-ratio: 20.5 !important;
5132
+ }
5133
+ .grow-10\.6x {
5134
+ --o-size-ratio: 20.6 !important;
5135
+ }
5136
+ .grow-10\.7x {
5137
+ --o-size-ratio: 20.7 !important;
5138
+ }
5139
+ .grow-10\.8x {
5140
+ --o-size-ratio: 20.8 !important;
5141
+ }
5142
+ .grow-10\.9x {
5143
+ --o-size-ratio: 20.9 !important;
4771
5144
  }
4772
5145
  .grow-11x {
4773
- --o-size-ratio: 22;
5146
+ --o-size-ratio: 22 !important;
5147
+ }
5148
+ .grow-11\.1x {
5149
+ --o-size-ratio: 22.1 !important;
5150
+ }
5151
+ .grow-11\.2x {
5152
+ --o-size-ratio: 22.2 !important;
5153
+ }
5154
+ .grow-11\.3x {
5155
+ --o-size-ratio: 22.3 !important;
5156
+ }
5157
+ .grow-11\.4x {
5158
+ --o-size-ratio: 22.4 !important;
5159
+ }
5160
+ .grow-11\.5x {
5161
+ --o-size-ratio: 22.5 !important;
5162
+ }
5163
+ .grow-11\.6x {
5164
+ --o-size-ratio: 22.6 !important;
5165
+ }
5166
+ .grow-11\.7x {
5167
+ --o-size-ratio: 22.7 !important;
5168
+ }
5169
+ .grow-11\.8x {
5170
+ --o-size-ratio: 22.8 !important;
5171
+ }
5172
+ .grow-11\.9x {
5173
+ --o-size-ratio: 22.9 !important;
4774
5174
  }
4775
5175
  .grow-12x {
4776
- --o-size-ratio: 24;
5176
+ --o-size-ratio: 24 !important;
5177
+ }
5178
+ .grow-12\.1x {
5179
+ --o-size-ratio: 24.1 !important;
5180
+ }
5181
+ .grow-12\.2x {
5182
+ --o-size-ratio: 24.2 !important;
5183
+ }
5184
+ .grow-12\.3x {
5185
+ --o-size-ratio: 24.3 !important;
5186
+ }
5187
+ .grow-12\.4x {
5188
+ --o-size-ratio: 24.4 !important;
5189
+ }
5190
+ .grow-12\.5x {
5191
+ --o-size-ratio: 24.5 !important;
5192
+ }
5193
+ .grow-12\.6x {
5194
+ --o-size-ratio: 24.6 !important;
5195
+ }
5196
+ .grow-12\.7x {
5197
+ --o-size-ratio: 24.7 !important;
5198
+ }
5199
+ .grow-12\.8x {
5200
+ --o-size-ratio: 24.8 !important;
5201
+ }
5202
+ .grow-12\.9x {
5203
+ --o-size-ratio: 24.9 !important;
4777
5204
  }
4778
5205
  .inner-orbit {
4779
5206
  --o-aligment: calc( var(--o-radius) / var(--o-orbit-number, 1) * var(--o-size-ratio, 1) ) / 2;
@@ -4788,11 +5215,11 @@ o-label.gap-30 {
4788
5215
  --o-aligment: calc( var(--o-radius) / var(--o-orbit-number, 1) * var(--o-size-ratio, 1) ) / -2;
4789
5216
  }
4790
5217
  .ccw {
4791
- --o-direction: -1;
4792
- --o-offset: - -90deg ;
5218
+ --o-direction: -1 !important;
5219
+ --o-offset: - -90deg !important;
4793
5220
  }
4794
5221
  .fit-range {
4795
- --o-fit-range: 1;
5222
+ --o-fit-range: 1 !important;
4796
5223
  }
4797
5224
  .capsule.flip {
4798
5225
  --o-angle-composite: 180deg !important;
@@ -4822,7 +5249,7 @@ o-label.gap-30 {
4822
5249
  transform: var(--o-transform) rotate(calc(var(--o-angle-composite)));
4823
5250
  }
4824
5251
  o-progress.rounded,
4825
- o-label.rounded {
5252
+ o-text.rounded {
4826
5253
  --o-linecap: round;
4827
5254
  }
4828
5255
  .gooey-fx-light,
@@ -4836,13 +5263,13 @@ o-label.rounded {
4836
5263
  filter: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg"> <filter id="fancy-goo"> <feGaussianBlur in="SourceGraphic" stdDeviation="9" result="blur" /> <feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -9" result="goo" /> <feComposite in="SourceGraphic" in2="goo" operator="atop" /> </filter> </svg>#fancy-goo');
4837
5264
  }
4838
5265
  @supports not selector(:has(a)) {
4839
- .orbit-zone {
5266
+ .gravity-spot {
4840
5267
  border: 3px dotted red !important;
4841
5268
  }
4842
- .orbit-zone > * {
5269
+ .gravity-spot > * {
4843
5270
  display: none;
4844
5271
  }
4845
- .orbit-zone::before {
5272
+ .gravity-spot::before {
4846
5273
  content: "Update \1f98a Firefox to use Orbit";
4847
5274
  font-size: 18px;
4848
5275
  padding: 10px;
@@ -4854,27 +5281,45 @@ o-label.rounded {
4854
5281
  display: none;
4855
5282
  }
4856
5283
  }
4857
- @container osector not style(--o-ellipse-x: 1) {
4858
- o-sector,
5284
+ @container oslice not style(--o-ellipse-x: 1) {
5285
+ o-slice,
4859
5286
  o-progress,
4860
- o-label {
5287
+ o-text {
4861
5288
  display: none;
4862
5289
  }
4863
5290
  }
4864
- @container osector not style(--o-ellipse-y: 1) {
4865
- o-sector,
5291
+ @container oslice not style(--o-ellipse-y: 1) {
5292
+ o-slice,
4866
5293
  o-progress,
4867
- o-label {
5294
+ o-text {
4868
5295
  display: none;
4869
5296
  }
4870
5297
  }
4871
- .orbit-zone:has(> *:not(.orbit, [class*=orbit-])) {
5298
+ .bigbangt:has(> *:not(.gravity-spot)) {
5299
+ border: 2px dotted red !important;
5300
+ width: var(--o-force) !important;
5301
+ border-radius: 50%;
5302
+ }
5303
+ .bigbangt:has(> *:not(.gravity-spot)) > * {
5304
+ filter: grayscale(1) opacity(0.2);
5305
+ }
5306
+ .bigbangt:has(> *:not(.gravity-spot))::after {
5307
+ content: "\26a0\fe0f";
5308
+ font-size: 130%;
5309
+ animation: pulse 1.5s infinite;
5310
+ z-index: 99;
5311
+ filter: drop-shadow(3px 3px 8px #fffefe);
5312
+ position: absolute;
5313
+ }
5314
+ .gravity-spot:has(> *:not(.orbit, [class*=orbit-], .gravity-spot)) {
4872
5315
  border: 2px dotted red !important;
5316
+ width: var(--o-force) !important;
5317
+ border-radius: 50%;
4873
5318
  }
4874
- .orbit-zone:has(> *:not(.orbit, [class*=orbit-])) > * {
5319
+ .gravity-spot:has(> *:not(.orbit, [class*=orbit-], .gravity-spot)) > * {
4875
5320
  filter: grayscale(1) opacity(0.2);
4876
5321
  }
4877
- .orbit-zone:has(> *:not(.orbit, [class*=orbit-]))::after {
5322
+ .gravity-spot:has(> *:not(.orbit, [class*=orbit-], .gravity-spot))::after {
4878
5323
  content: "\26a0\fe0f";
4879
5324
  font-size: 130%;
4880
5325
  animation: pulse 1.5s infinite;
@@ -4883,18 +5328,18 @@ o-label.rounded {
4883
5328
  position: absolute;
4884
5329
  }
4885
5330
  .orbit:has(> *:is(.orbit, [class*=orbit-])),
4886
- [class*=orbit-]:not(.orbit-zone):has(> *:is(.orbit, [class*=orbit-])),
4887
- .satellite:has(> *:not(.orbit-zone, .capsule)) {
5331
+ [class*=orbit-]:has(> *:is(.orbit, [class*=orbit-])),
5332
+ .satellite:has(> *:not(.gravity-spot, .capsule)) {
4888
5333
  border: 2px dotted #ff5100 !important;
4889
5334
  }
4890
5335
  .orbit:has(> *:is(.orbit, [class*=orbit-])) > *,
4891
- [class*=orbit-]:not(.orbit-zone):has(> *:is(.orbit, [class*=orbit-])) > *,
4892
- .satellite:has(> *:not(.orbit-zone, .capsule)) > * {
5336
+ [class*=orbit-]:has(> *:is(.orbit, [class*=orbit-])) > *,
5337
+ .satellite:has(> *:not(.gravity-spot, .capsule)) > * {
4893
5338
  opacity: 0.4;
4894
5339
  }
4895
5340
  .orbit:has(> *:is(.orbit, [class*=orbit-]))::after,
4896
- [class*=orbit-]:not(.orbit-zone):has(> *:is(.orbit, [class*=orbit-]))::after,
4897
- .satellite:has(> *:not(.orbit-zone, .capsule))::after {
5341
+ [class*=orbit-]:has(> *:is(.orbit, [class*=orbit-]))::after,
5342
+ .satellite:has(> *:not(.gravity-spot, .capsule))::after {
4898
5343
  content: "\26a0\fe0f";
4899
5344
  animation: pulse 1.5s infinite;
4900
5345
  z-index: 999;
@@ -4997,23 +5442,23 @@ o-label.rounded {
4997
5442
  --o-gray-darker: color-mix(in oklab, var(--o-gray), black 40%);
4998
5443
  --o-gray-black: color-mix(in oklab, var(--o-gray), black 78%);
4999
5444
  }
5000
- .orbit-zone {
5445
+ .gravity-spot {
5001
5446
  background: none;
5002
5447
  border: none;
5003
5448
  }
5004
5449
  .orbit,
5005
- [class*=orbit-]:not(.orbit-zone) {
5450
+ [class*=orbit-] {
5006
5451
  border: 1px solid transparent;
5007
5452
  }
5008
5453
  .satellite {
5009
5454
  background-color: transparent;
5010
5455
  border: 1px solid currentcolor;
5011
5456
  }
5012
- .spoke {
5457
+ .vector {
5013
5458
  border: none;
5014
5459
  background: currentcolor;
5015
5460
  }
5016
- .segment {
5461
+ .side {
5017
5462
  border: none;
5018
5463
  background: currentcolor;
5019
5464
  }
@@ -5022,36 +5467,36 @@ o-progress {
5022
5467
  --o-hover-progress-color: currentcolor;
5023
5468
  --o-bg-color: transparent;
5024
5469
  }
5025
- o-sector {
5026
- --o-sector-color: currentcolor;
5470
+ o-slice {
5471
+ --o-slice-color: currentcolor;
5027
5472
  --o-hover-sector-color: currentcolor;
5028
5473
  }
5029
- o-label {
5030
- --o-label-color: transparent;
5474
+ o-text {
5475
+ --o-text-color: transparent;
5031
5476
  --o-hover-label-color: transparent;
5032
5477
  color: currentColor;
5033
5478
  }
5034
- .dev-orbit.orbit-zone {
5479
+ .dev-orbit.gravity-spot {
5035
5480
  background: none;
5036
5481
  border: 0.2px dashed var(--o-red-light);
5037
5482
  }
5038
- .dev-orbit .orbit-zone {
5483
+ .dev-orbit .gravity-spot {
5039
5484
  background: none;
5040
5485
  border: 0.2px dashed var(--o-red-light);
5041
5486
  }
5042
5487
  .dev-orbit .orbit,
5043
- .dev-orbit [class*=orbit-]:not(.orbit-zone) {
5488
+ .dev-orbit [class*=orbit-] {
5044
5489
  border: 0.2px solid var(--o-red-light);
5045
5490
  }
5046
5491
  .dev-orbit .satellite {
5047
5492
  background-color: transparent;
5048
5493
  border: 1px solid currentColor;
5049
5494
  }
5050
- .dev-orbit .spoke {
5495
+ .dev-orbit .vector {
5051
5496
  border: none;
5052
5497
  background: currentColor;
5053
5498
  }
5054
- .dev-orbit .segment {
5499
+ .dev-orbit .side {
5055
5500
  border: none;
5056
5501
  background: currentColor;
5057
5502
  }
@@ -5060,32 +5505,32 @@ o-label {
5060
5505
  --o-hover-progress-color: currentColor;
5061
5506
  --o-bg-color: transparent;
5062
5507
  }
5063
- .dev-orbit o-sector {
5064
- --o-sector-color: currentColor;
5508
+ .dev-orbit o-slice {
5509
+ --o-slice-color: currentColor;
5065
5510
  --o-hover-sector-color: currentColor;
5066
5511
  }
5067
- .dev-orbit o-label {
5068
- --o-label-color: transparent;
5512
+ .dev-orbit o-text {
5513
+ --o-text-color: transparent;
5069
5514
  --o-hover-label-color: transparent;
5070
5515
  color: currentcolor;
5071
5516
  }
5072
- .theme-cyan .orbit-zone {
5517
+ .theme-cyan .gravity-spot {
5073
5518
  background: none;
5074
5519
  border: none;
5075
5520
  }
5076
5521
  .theme-cyan .orbit,
5077
- .theme-cyan [class*=orbit-]:not(.orbit-zone) {
5522
+ .theme-cyan [class*=orbit-] {
5078
5523
  border: 1px solid transparent;
5079
5524
  }
5080
5525
  .theme-cyan .satellite {
5081
5526
  background-color: transparent;
5082
5527
  border: 1px solid var(--o-cyan);
5083
5528
  }
5084
- .theme-cyan .spoke {
5529
+ .theme-cyan .vector {
5085
5530
  border: none;
5086
5531
  background: var(--o-cyan);
5087
5532
  }
5088
- .theme-cyan .segment {
5533
+ .theme-cyan .side {
5089
5534
  border: none;
5090
5535
  background: var(--o-cyan);
5091
5536
  }
@@ -5094,12 +5539,12 @@ o-label {
5094
5539
  --o-hover-progress-color: var(--o-cyan);
5095
5540
  --o-bg-color: transparent;
5096
5541
  }
5097
- .theme-cyan o-sector {
5098
- --o-sector-color: var(--o-cyan);
5542
+ .theme-cyan o-slice {
5543
+ --o-slice-color: var(--o-cyan);
5099
5544
  --o-hover-sector-color: var(--o-cyan);
5100
5545
  }
5101
- .theme-cyan o-label {
5102
- --o-label-color: transparent;
5546
+ .theme-cyan o-text {
5547
+ --o-text-color: transparent;
5103
5548
  --o-hover-label-color: transparent;
5104
5549
  color: var(--o-cyan);
5105
5550
  }