@cesdk/cesdk-js 1.11.0-preview.2 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,10 +46,13 @@
46
46
  "action.crop.reset": "Zuschnitt zurücksetzen",
47
47
  "action.crop.turn": "Bild 90˚ gegen den Uhrzeigersinn drehen",
48
48
  "action.crop.turnAndMirror": "Drehen & Spiegeln",
49
+ "action.cutoutOffset.change": "$t(input.cutoutOffset) ändern",
50
+ "action.cutoutType.change": "$t(input.cutoutType) ändern",
49
51
  "action.editText": "$t(common.edit)",
50
52
  "action.effect.add": "Effect anwenden",
51
53
  "action.effect.remove": "Effect entfernen",
52
54
  "action.enterGroup": "Gruppe öffnen",
55
+ "action.fillType.change": "Füllung ändern",
53
56
  "action.filter.add": "Filter anwenden",
54
57
  "action.filter.remove": "Filter entfernen",
55
58
  "action.gradient.addStop": "Farbmarker hinzufügen bei {{position}}%",
@@ -96,10 +99,14 @@
96
99
  "action.strokePosition.change": "Konturposition ändern",
97
100
  "action.strokeStyle.change": "$t(property.strokeStyle.description)",
98
101
  "action.text.autoHeight": "Automatische Höhe aktivieren",
102
+ "action.text.autoHeight.automatic": "Automatische Rahmengröße wurde aktiviert",
99
103
  "action.text.change": "Text ändern",
104
+ "action.text.changeCase": "Groß- und Kleinschreibung ändern",
100
105
  "action.text.fixedFrame": "Feste Größe aktivieren",
106
+ "action.text.fixedFrame.automatic": "Feste Rahmengröße wurde aktiviert",
101
107
  "action.ungroup": "Gruppierung auflösen",
102
108
  "block.audio": "Audio",
109
+ "block.cutout": "Schnittlinien",
103
110
  "block.ellipse": "Ellipse",
104
111
  "block.group": "Gruppe",
105
112
  "block.image": "Bild",
@@ -248,6 +255,7 @@
248
255
  "component.contentFill.options": "Füllungstypoptionen",
249
256
  "component.contentFill.options.description": "Füllungstyp ändern",
250
257
  "component.contentFill.video": "$t(common.video)",
258
+ "component.cutout": "Einstellungen",
251
259
  "component.dnd.description": "Die hochgeladenen Dateien werden in der Bibliothek gespeichert",
252
260
  "component.dnd.prompt": "Dateien hier hinziehen",
253
261
  "component.dockIconSizeSelect": "Dock Icon Skalierung",
@@ -421,11 +429,23 @@
421
429
  "input.bleedMargin.select": "Anschnitt auswählen",
422
430
  "input.blur": "Weichzeichner",
423
431
  "input.blur.tooltip": "Weichzeichner ändern",
432
+ "input.booleanoperations": "Schnittlinien kombinieren",
433
+ "input.booleanoperations.union": "Vereinigung",
434
+ "input.booleanoperations.subtract": "Differenz",
435
+ "input.booleanoperations.intersect": "Schnittmenge",
436
+ "input.booleanoperations.exclude": "Teilen",
424
437
  "input.canvas": "Arbeitsfläche",
425
438
  "input.character": "Schrift",
426
439
  "input.clipContent": "Inhalt beschneiden",
427
440
  "input.clipContent.off.description": "Inhalt beschneiden deaktivieren",
428
441
  "input.clipContent.on.description": "Inhalt beschneiden aktivieren",
442
+ "input.clipLines": "Kappen",
443
+ "input.clipLines.on.description": "Kappen einschalten",
444
+ "input.clipLines.off.description": "Kappen abschalten",
445
+ "input.cutoutOffset": "Versatz",
446
+ "input.cutoutType": "Typ",
447
+ "input.cutoutType.solid": "Schnitt",
448
+ "input.cutoutType.dashed": "Perforiert",
429
449
  "input.duration": "Dauer",
430
450
  "input.duration.description": "Dauer in Sekunden",
431
451
  "input.effect": "Effekt",
@@ -437,6 +457,8 @@
437
457
  "input.fontSelect.fallback": "Standard",
438
458
  "input.fontSelect.tooltip": "Schriftart ändern",
439
459
  "input.fontSize.select": "Schriftgröße auswählen",
460
+ "input.fontSize.selectMax": "Größte Schriftgröße auswählen",
461
+ "input.fontSize.selectMin": "Kleinste Schriftgröße auswählen",
440
462
  "input.fontStyle.toggle": "{{style}} umschalten",
441
463
  "input.gradient.activateColorStop": "Leertaste drücken zum aktivieren",
442
464
  "input.gradient.colorPosition": "Farbposition",
@@ -561,7 +583,7 @@
561
583
  "property.adjustments.sharpness": "Schärfe",
562
584
  "property.adjustments.temperature": "Temperatur",
563
585
  "property.adjustments.whites": "Weiß",
564
- "property.autoSize": "Größenanpassung",
586
+ "property.autoSize": "Rahmenanpassung",
565
587
  "property.autoSize.autoHeight.description": "Höhe des Textfeldes automatisch skalieren",
566
588
  "property.autoSize.fixedFrame.description": "Feste Größe des Textfeldes",
567
589
  "property.backgroundColor": "Hintergrund",
@@ -762,6 +784,11 @@
762
784
  "property.textAlignment.vertical.bottom": "Text unten ausrichten",
763
785
  "property.textAlignment.vertical.center": "Text mittig ausrichten",
764
786
  "property.textAlignment.vertical.top": "Text oben ausrichten",
787
+ "property.textCase": "Groß-/Kleinschreibung",
788
+ "property.textCase.lowercase": "Alles klein",
789
+ "property.textCase.normal": "Keine Änderung",
790
+ "property.textCase.titlecase": "Titelsatz",
791
+ "property.textCase.uppercase": "Alles groß",
765
792
  "property.volume": "Lautstärke",
766
793
  "scope.content.replace": "Erlaube Austausch vom Inhalt",
767
794
  "scope.design.arrange": "Erlaube Adaption der Anordnung",
@@ -773,10 +800,13 @@
773
800
  "scope.editor.select": "Erlaube Selektion",
774
801
  "scope.lifecycle.destroy": "Erlaube Löschen",
775
802
  "scope.lifecycle.duplicate": "Erlaube Duplizieren",
803
+ "typography.autoSize": "Automatisch",
804
+ "typography.autoSize.abbreviation": "Auto",
776
805
  "typography.bold": "Fett",
777
806
  "typography.italic": "Kursiv",
778
807
  "typography.normal": "Normal",
779
808
  "typography.size": "Schriftgröße",
809
+ "typography.sizeRange": "Größenbereich",
780
810
  "typography.style": "Stil",
781
811
  "typography.typeface": "Schriftart",
782
812
  "typography.weight.100": "Fein",
@@ -46,10 +46,13 @@
46
46
  "action.crop.reset": "Reset Crop Settings",
47
47
  "action.crop.turn": "Turn the Image 90˚ Counterclockwise",
48
48
  "action.crop.turnAndMirror": "Turn & Mirror",
49
+ "action.cutoutOffset.change": "Change $t(input.cutoutOffset)",
50
+ "action.cutoutType.change": "Change $t(input.cutoutType)",
49
51
  "action.editText": "$t(common.edit)",
50
52
  "action.effect.add": "Apply Effect",
51
53
  "action.effect.remove": "Remove Effect",
52
54
  "action.enterGroup": "Enter Group",
55
+ "action.fillType.change": "Change fill type",
53
56
  "action.filter.add": "Apply Filter",
54
57
  "action.filter.remove": "Remove Filter",
55
58
  "action.gradient.addStop": "Add new stop at {{position}}%",
@@ -96,10 +99,14 @@
96
99
  "action.strokePosition.change": "Change stroke position",
97
100
  "action.strokeStyle.change": "$t(property.strokeStyle.description)",
98
101
  "action.text.autoHeight": "Enable automatic height",
102
+ "action.text.autoHeight.automatic": "Automatic frame height was enabled",
99
103
  "action.text.change": "Change text",
104
+ "action.text.changeCase": "Change text case",
100
105
  "action.text.fixedFrame": "Enable fixed frame",
106
+ "action.text.fixedFrame.automatic": "Frame height was set to fixed",
101
107
  "action.ungroup": "Ungroup element",
102
108
  "block.audio": "Audio",
109
+ "block.cutout": "Cutout",
103
110
  "block.ellipse": "Ellipse",
104
111
  "block.group": "Group",
105
112
  "block.image": "Image",
@@ -248,6 +255,7 @@
248
255
  "component.contentFill.options": "Fill type options",
249
256
  "component.contentFill.options.description": "Change Fill Type",
250
257
  "component.contentFill.video": "$t(common.video)",
258
+ "component.cutout": "Settings",
251
259
  "component.dnd.description": "The added files are stored in the library",
252
260
  "component.dnd.prompt": "Drag File Here",
253
261
  "component.dockIconSizeSelect": "Dock Icon Scaling",
@@ -421,11 +429,23 @@
421
429
  "input.bleedMargin.select": "Select bleed margins",
422
430
  "input.blur": "Blur",
423
431
  "input.blur.tooltip": "Change blur",
432
+ "input.booleanoperations": "Combine Cutouts",
433
+ "input.booleanoperations.union": "Union",
434
+ "input.booleanoperations.subtract": "Subtract",
435
+ "input.booleanoperations.intersect": "Intersect",
436
+ "input.booleanoperations.exclude": "Exclude",
424
437
  "input.canvas": "Canvas",
425
438
  "input.character": "Character",
426
439
  "input.clipContent": "Clip Content",
427
440
  "input.clipContent.off.description": "Turn clip content off",
428
441
  "input.clipContent.on.description": "Turn clip content on",
442
+ "input.clipLines": "Clipping",
443
+ "input.clipLines.on.description": "Turn on clipping",
444
+ "input.clipLines.off.description": "Turn off clipping",
445
+ "input.cutoutOffset": "Offset",
446
+ "input.cutoutType": "Type",
447
+ "input.cutoutType.solid": "Cut",
448
+ "input.cutoutType.dashed": "Perforated",
429
449
  "input.duration": "Duration",
430
450
  "input.duration.description": "Duration in seconds",
431
451
  "input.effect": "Effect",
@@ -437,6 +457,8 @@
437
457
  "input.fontSelect.fallback": "Standard",
438
458
  "input.fontSelect.tooltip": "Change font style",
439
459
  "input.fontSize.select": "Select font size",
460
+ "input.fontSize.selectMax": "Select maximum font size",
461
+ "input.fontSize.selectMin": "Select minimum font size",
440
462
  "input.fontStyle.toggle": "Toggle {{style}} style",
441
463
  "input.gradient.activateColorStop": "Press space to activate",
442
464
  "input.gradient.colorPosition": "Color Position",
@@ -568,7 +590,7 @@
568
590
  "property.adjustments.sharpness": "Sharpness",
569
591
  "property.adjustments.temperature": "Temperature",
570
592
  "property.adjustments.whites": "Whites",
571
- "property.autoSize": "Autosize",
593
+ "property.autoSize": "Frame Sizing",
572
594
  "property.autoSize.autoHeight.description": "Automatically scale the text frame's height",
573
595
  "property.autoSize.fixedFrame.description": "Maintain the text's frame",
574
596
  "property.backgroundColor": "Background",
@@ -846,6 +868,11 @@
846
868
  "property.textAlignment.vertical.bottom": "Align Text to the Bottom",
847
869
  "property.textAlignment.vertical.center": "Align Text to the Center",
848
870
  "property.textAlignment.vertical.top": "Align Text to the Top",
871
+ "property.textCase": "Case",
872
+ "property.textCase.lowercase": "Lowercase",
873
+ "property.textCase.normal": "No change",
874
+ "property.textCase.titlecase": "Title case",
875
+ "property.textCase.uppercase": "Uppercase",
849
876
  "property.volume": "Volume",
850
877
  "scope.content.replace": "Allow to Replace Content",
851
878
  "scope.design.arrange": "Allow to Arrange",
@@ -857,10 +884,13 @@
857
884
  "scope.editor.select": "Allow to Select",
858
885
  "scope.lifecycle.destroy": "Allow to Delete",
859
886
  "scope.lifecycle.duplicate": "Allow to Duplicate",
887
+ "typography.autoSize": "Auto-Size",
888
+ "typography.autoSize.abbreviation": "Auto",
860
889
  "typography.bold": "Bold",
861
890
  "typography.italic": "Italic",
862
891
  "typography.normal": "Normal",
863
892
  "typography.size": "Size",
893
+ "typography.sizeRange": "Size Range",
864
894
  "typography.style": "Style",
865
895
  "typography.typeface": "Typeface",
866
896
  "typography.weight.100": "Thin",
@@ -24,9 +24,12 @@
24
24
  .UBQ_Checkbox__block--lwNKh{min-width:var(--ubq-margin-m);display:flex;justify-content:space-between;padding:var(--ubq-margin-xs) 0}.UBQ_Checkbox__block--lwNKh:not(:last-child){margin-bottom:var(--ubq-margin-m)}.UBQ_Checkbox__block--lwNKh>*{margin-right:var(--ubq-margin-xs)}.UBQ_Checkbox__block--lwNKh.UBQ_Checkbox__labelPositionRight--UnNz0 .UBQ_Checkbox__checkbox-container--Jj2PI{order:1}.UBQ_Checkbox__block--lwNKh.UBQ_Checkbox__labelPositionRight--UnNz0 label{order:2}.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI{position:relative;width:var(--ubq-margin-l);height:var(--ubq-margin-l);flex-shrink:0;display:flex;justify-content:center;align-items:center}.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>*{width:var(--ubq-margin-m);height:var(--ubq-margin-m);margin:0;position:absolute}.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>input{opacity:0;z-index:1;cursor:pointer}.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>input:focus~.UBQ_Checkbox__checkbox--uAGAF{box-shadow:var(--ubq-effect-focus),inset 0 0 0 1px var(--ubq-stroke-contrast-2)}.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>input:focus-visible~.UBQ_Checkbox__checkbox--uAGAF{opacity:1;z-index:2;box-shadow:var(--ubq-effect-focus),inset 0 0 0 1px var(--ubq-stroke-contrast-2)}.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>input:focus-visible~.UBQ_Checkbox__checkbox--uAGAF:focus:not(:focus-visible){outline:none}.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>.UBQ_Checkbox__checkbox--uAGAF{position:relative;border-radius:var(--ubq-border_radius-xs);background:var(--ubq-interactive-default);box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2)}.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>.UBQ_Checkbox__checkbox--uAGAF>svg{width:var(--ubq-margin-l);height:var(--ubq-margin-l);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:var(--ubq-foreground-light)}.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>.UBQ_Checkbox__checkbox--uAGAF>*{display:none}.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>.UBQ_Checkbox__checkbox--uAGAF[data-checked=mixed],.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>.UBQ_Checkbox__checkbox--uAGAF[data-checked=true]{box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-3)}.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>.UBQ_Checkbox__checkbox--uAGAF[data-checked=mixed]>*,.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>.UBQ_Checkbox__checkbox--uAGAF[data-checked=true]>*{display:block}.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>.UBQ_Checkbox__checkbox--uAGAF[data-checked=true]{background:var(--ubq-interactive-active-default)}.UBQ_Checkbox__block--lwNKh>.UBQ_Checkbox__checkbox-container--Jj2PI>.UBQ_Checkbox__checkbox--uAGAF[data-checked=true]>*{color:var(--ubq-foreground-active)}.UBQ_Checkbox__block--lwNKh>label{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-light);flex-grow:1;display:flex;align-items:center;cursor:pointer}.UBQ_Checkbox__block--lwNKh>label[data-checked=true]{color:var(--ubq-foreground-default)}.UBQ_Checkbox__block--lwNKh:hover>.UBQ_Checkbox__checkbox-container--Jj2PI>.UBQ_Checkbox__checkbox--uAGAF[data-checked=true]{background:var(--ubq-interactive-active-hover)}.UBQ_Checkbox__block--lwNKh:hover>.UBQ_Checkbox__checkbox-container--Jj2PI>.UBQ_Checkbox__checkbox--uAGAF[data-checked=false]{background:var(--ubq-interactive-hover)}.UBQ_Checkbox__block--lwNKh:hover>.UBQ_Checkbox__checkbox-container--Jj2PI>.UBQ_Checkbox__checkbox--uAGAF[data-checked=false]>*{display:none}.UBQ_Checkbox__block--lwNKh:hover>label{color:var(--ubq-foreground-light)}.UBQ_Checkbox__disabled--WfBwU{opacity:.55;pointer-events:none}.UBQ_Checkbox__icon--olrbK{margin-right:var(--ubq-margin-xs);margin-left:calc(var(--ubq-margin-xs)/2)}
25
25
 
26
26
  .UBQ_ColorField__block--nT3dR{display:flex;height:calc(var(--ubq-margin-l) + var(--ubq-margin-xs));width:calc(var(--ubq-margin-l) + var(--ubq-margin-xs));box-sizing:border-box;border:none;border-radius:50%;outline:none;box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.UBQ_ColorField__block--nT3dR:hover{box-shadow:inset 0 0 0 var(--ubq-margin-xs) var(--ubq-stroke-contrast-2),0 0 0 calc(var(--ubq-margin-xs)/2) var(--ubq-stroke-contrast-2)}.UBQ_ColorField__block--nT3dR:disabled{opacity:.55;pointer-events:none}@supports not (contain: none){.UBQ_ColorField__block--nT3dR:focus{box-shadow:inset 0 0 0 var(--ubq-margin-xs) var(--ubq-stroke-contrast-2),var(--ubq-effect-focus)}}.UBQ_ColorField__block--nT3dR:focus-visible{box-shadow:inset 0 0 0 var(--ubq-margin-xs) var(--ubq-stroke-contrast-2),var(--ubq-effect-focus)}
27
- .UBQ_ElementStack__block--iouHO{display:grid;grid-template-areas:"stack"}.UBQ_ElementStack__block--iouHO>*{grid-area:stack}.UBQ_ElementStack__revealLastOnHover--myeia>*{transition:all .3s ease-in-out}.UBQ_ElementStack__revealLastOnHover--myeia>*:last-child{opacity:0;transform:scale(0.2)}.UBQ_ElementStack__revealLastOnHover--myeia>*:not(:last-child){opacity:1}.UBQ_ElementStack__revealLastOnHover--myeia:hover>*:last-child{opacity:1;transform:scale(1)}.UBQ_ElementStack__revealLastOnHover--myeia:hover>*:not(:last-child){opacity:0;pointer-events:none}.UBQ_ElementStack__revealLastOnHover--myeia:focus-within>*:last-child{opacity:1;transform:scale(1)}.UBQ_ElementStack__revealLastOnHover--myeia:focus-within>*:not(:last-child){opacity:0;pointer-events:none}
28
27
  .UBQ_Tooltip__block--PMKT3{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);border-radius:var(--ubq-border_radius-s);border-width:0;padding:var(--ubq-margin-xs) var(--ubq-margin-s);max-width:calc(var(--ubq-scale-base)*72);background-color:var(--ubq-notice-info);color:var(--ubq-foreground-active);pointer-events:none;opacity:0;z-index:80}.UBQ_Tooltip__block--PMKT3.UBQ_Tooltip__warning--WVYaV{background:var(--ubq-notice-warning)}.UBQ_Tooltip__block--PMKT3.UBQ_Tooltip__error--bmAFj{background:var(--ubq-notice-error)}
29
- .UBQ_ColorPopover__button--GzhBT{padding:0;box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2);overflow:auto}.UBQ_ColorPopover__minimalButton--_34LW{padding:calc(var(--ubq-margin-xs)/2) var(--ubq-margin-xs) calc(var(--ubq-margin-xs)/2) calc(var(--ubq-margin-xs)/2)}.UBQ_ColorPopover__strikeThrough--cfJJd{width:calc(5*var(--ubq-scale-base));height:calc(5*var(--ubq-scale-base));z-index:0}.UBQ_ColorPopover__colorField--wSkCN{padding:0;background-color:rgba(0,0,0,0)}.UBQ_ColorPopover__colorField--wSkCN.UBQ_ColorPopover__disabled--SDUt8{opacity:.55}.UBQ_ColorPopover__colorFieldContent--UP3KF{width:100%;display:grid;grid-template-areas:"stack";background-color:rgba(0,0,0,0)}.UBQ_ColorPopover__colorFieldContent--UP3KF>*{grid-area:stack}.UBQ_ColorPopover__donutHole--jcxAo{display:none;width:calc(2*var(--ubq-scale-base));height:calc(2*var(--ubq-scale-base));background-color:var(--ubq-elevation-1);box-shadow:0 0 0 1px var(--ubq-stroke-contrast-2);border-radius:50%;margin:auto;z-index:0}.UBQ_ColorPopover__donutHole--jcxAo.UBQ_ColorPopover__show--KLKvI{display:flex}.UBQ_ColorPopover__colorPreviews--JrrRX{display:flex;align-items:center;justify-content:center;box-sizing:border-box;position:relative;height:calc(6*var(--ubq-scale-base));width:100%;overflow:hidden;background-color:rgba(0,0,0,0)}.UBQ_ColorPopover__colorPreviews--JrrRX.UBQ_ColorPopover__small--yaOcD{height:calc(5*var(--ubq-scale-base))}.UBQ_ColorPopover__colorPreviews--JrrRX>*{position:absolute}.UBQ_ColorPopover__colorPreviews--JrrRX .UBQ_ColorPopover__checkeredBackgroundOnly--cDi9K,.UBQ_ColorPopover__colorPreviews--JrrRX .UBQ_ColorPopover__checkeredRed--yW4cE{height:calc(100% - 2px);width:calc(100% - 2px);top:1px;left:1px;border-radius:calc(var(--ubq-border_radius-s) - 1px)}.UBQ_ColorPopover__colorPreviews--JrrRX .UBQ_ColorPopover__minimal--OwrYL{border-radius:50%}.UBQ_ColorPopover__colorPreviews--JrrRX .UBQ_ColorPopover__checkeredBackgroundOnly--cDi9K{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBvcGFjaXR5PSIwLjEiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjgiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjQiIHk9IjQiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjEyIiB5PSI0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI4IiB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI0IiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMTIiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);background-position:-1px -1px}.UBQ_ColorPopover__colorPreviews--JrrRX .UBQ_ColorPopover__iconContainer--SerTk{position:absolute;top:0;right:0;height:var(--ubq-typography-label-m-line_height);width:var(--ubq-typography-label-m-line_height);margin:var(--ubq-margin-xs);display:flex;justify-content:center;align-items:center;background-color:var(--ubq-elevation-2);border-radius:var(--ubq-border_radius-xs)}.UBQ_ColorPopover__colorPreviews--JrrRX .UBQ_ColorPopover__iconContainer--SerTk>svg{height:var(--ubq-typography-button-m-line_height);width:var(--ubq-typography-button-m-line_height);color:var(--ubq-foreground-default);margin:var(--ubq-margin-xs)}.UBQ_ColorPopover__colorPreview--D_yBc{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);display:flex;height:100%;width:100%;box-sizing:content-box;background-color:rgba(0,0,0,0)}.UBQ_ColorPopover__colorPreviewLabel--uSF9z{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:var(--ubq-margin-xs) calc(var(--ubq-typography-label-m-line_height) + 2*var(--ubq-margin-xs)) var(--ubq-margin-xs) var(--ubq-margin-s);width:100%;text-align:left}.UBQ_ColorPopover__colorPreviewLabel--uSF9z.UBQ_ColorPopover__inverted--peDV7{color:var(--ubq-static-contrast-white);mix-blend-mode:difference}.UBQ_ColorPopover__mappedPreviewColorsContainer--dHRzj{height:100%;width:100%;display:flex}.UBQ_ColorPopover__checkeredRed--yW4cE,.UBQ_ColorPopover__checkered--DrK5j{background-size:100% 100%,auto}.UBQ_ColorPopover__checkeredRed--yW4cE{background-image:url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPgo8cGF0aCBkPSJNLTAuNSAtMC41TDIwLjUgMjAuNSIgc3Ryb2tlPSIjQ0MwMDAwIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBvcGFjaXR5PSIwLjEiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjgiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjQiIHk9IjQiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjEyIiB5PSI0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI4IiB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI0IiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMTIiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);background-position:center,-1px -1px}.UBQ_ColorPopover__insetBorderOverlay--y5XYb{box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2);border-radius:var(--ubq-border_radius-s);height:100%;width:100%}.UBQ_ColorPopover__minimalButton--_34LW .UBQ_ColorPopover__insetBorderOverlay--y5XYb{border-radius:50%}
28
+ .UBQ_ColorPreview__block--Bz6U9{height:100%;width:100%;display:flex}.UBQ_ColorPreview__colorPreview--JnCe5{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);display:flex;height:100%;width:100%;box-sizing:content-box;background-color:rgba(0,0,0,0)}.UBQ_ColorPreview__colorPreviewLabel--ejhG9{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:var(--ubq-margin-xs) calc(var(--ubq-typography-label-m-line_height) + 2*var(--ubq-margin-xs)) var(--ubq-margin-xs) var(--ubq-margin-s);width:100%;text-align:left}.UBQ_ColorPreview__colorPreviewLabel--ejhG9.UBQ_ColorPreview__inverted--Wchbt{color:var(--ubq-static-contrast-white);mix-blend-mode:difference}
29
+ .UBQ_ColorPreviewButton__block--W3xgU{padding:0;box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2);overflow:auto}.UBQ_ColorPreviewButton__block--W3xgU.UBQ_ColorPreviewButton__noBorder--xYxIR{border:none}.UBQ_ColorPreviewButton__colorPreviews--APdXB{display:flex;align-items:center;justify-content:center;box-sizing:border-box;position:relative;height:calc(6*var(--ubq-scale-base));width:100%;overflow:hidden;background-color:rgba(0,0,0,0)}.UBQ_ColorPreviewButton__colorPreviews--APdXB.UBQ_ColorPreviewButton__small--uEBb0{height:calc(5*var(--ubq-scale-base))}.UBQ_ColorPreviewButton__colorPreviews--APdXB>*{position:absolute}.UBQ_ColorPreviewButton__colorPreviews--APdXB .UBQ_ColorPreviewButton__checkeredBackgroundOnly--gcg8D,.UBQ_ColorPreviewButton__colorPreviews--APdXB .UBQ_ColorPreviewButton__checkeredRed--lUAZI{height:calc(100% - 2px);width:calc(100% - 2px);top:1px;left:1px;border-radius:calc(var(--ubq-border_radius-s) - 1px)}.UBQ_ColorPreviewButton__colorPreviews--APdXB .UBQ_ColorPreviewButton__minimal--X6fUy{border-radius:50%}.UBQ_ColorPreviewButton__colorPreviews--APdXB .UBQ_ColorPreviewButton__checkeredBackgroundOnly--gcg8D{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBvcGFjaXR5PSIwLjEiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjgiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjQiIHk9IjQiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjEyIiB5PSI0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI4IiB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI0IiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMTIiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);background-position:-1px -1px}.UBQ_ColorPreviewButton__colorPreviews--APdXB .UBQ_ColorPreviewButton__iconContainer--IpiJf{position:absolute;top:0;right:0;height:var(--ubq-typography-label-m-line_height);width:var(--ubq-typography-label-m-line_height);margin:var(--ubq-margin-xs);display:flex;justify-content:center;align-items:center;background-color:var(--ubq-elevation-2);border-radius:var(--ubq-border_radius-xs)}.UBQ_ColorPreviewButton__colorPreviews--APdXB .UBQ_ColorPreviewButton__iconContainer--IpiJf>svg{height:var(--ubq-typography-button-m-line_height);width:var(--ubq-typography-button-m-line_height);color:var(--ubq-foreground-default);margin:var(--ubq-margin-xs)}.UBQ_ColorPreviewButton__checkeredRed--lUAZI,.UBQ_ColorPreviewButton__checkered--a9msy{background-size:100% 100%,auto}.UBQ_ColorPreviewButton__checkeredRed--lUAZI{background-image:url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPgo8cGF0aCBkPSJNLTAuNSAtMC41TDIwLjUgMjAuNSIgc3Ryb2tlPSIjQ0MwMDAwIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBvcGFjaXR5PSIwLjEiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjgiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjQiIHk9IjQiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjEyIiB5PSI0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI4IiB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI0IiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMTIiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);background-position:center,-1px -1px}.UBQ_ColorPreviewButton__insetBorderOverlay--ju8t7{box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2);border-radius:var(--ubq-border_radius-s);height:100%;width:100%}
30
+ .UBQ_ElementStack__block--iouHO{display:grid;grid-template-areas:"stack"}.UBQ_ElementStack__block--iouHO>*{grid-area:stack}.UBQ_ElementStack__revealLastOnHover--myeia>*{transition:all .3s ease-in-out}.UBQ_ElementStack__revealLastOnHover--myeia>*:last-child{opacity:0;transform:scale(0.2)}.UBQ_ElementStack__revealLastOnHover--myeia>*:not(:last-child){opacity:1}.UBQ_ElementStack__revealLastOnHover--myeia:hover>*:last-child{opacity:1;transform:scale(1)}.UBQ_ElementStack__revealLastOnHover--myeia:hover>*:not(:last-child){opacity:0;pointer-events:none}.UBQ_ElementStack__revealLastOnHover--myeia:focus-within>*:last-child{opacity:1;transform:scale(1)}.UBQ_ElementStack__revealLastOnHover--myeia:focus-within>*:not(:last-child){opacity:0;pointer-events:none}
31
+ .UBQ_ColorPreviewField__colorField--s2Ag8{padding:0;background-color:rgba(0,0,0,0)}.UBQ_ColorPreviewField__colorField--s2Ag8.UBQ_ColorPreviewField__disabled--oM7Dd{opacity:.55}.UBQ_ColorPreviewField__colorFieldContent--qANml{width:100%;display:grid;grid-template-areas:"stack";background-color:rgba(0,0,0,0)}.UBQ_ColorPreviewField__colorFieldContent--qANml>*{grid-area:stack}.UBQ_ColorPreviewField__donutHole--ntaak{display:none;width:calc(2*var(--ubq-scale-base));height:calc(2*var(--ubq-scale-base));background-color:var(--ubq-elevation-1);box-shadow:0 0 0 1px var(--ubq-stroke-contrast-2);border-radius:50%;margin:auto;z-index:0}.UBQ_ColorPreviewField__donutHole--ntaak.UBQ_ColorPreviewField__show--oW2ik{display:flex}.UBQ_ColorPreviewField__strikeThrough--VGl_9{width:calc(5*var(--ubq-scale-base));height:calc(5*var(--ubq-scale-base));z-index:0}.UBQ_ColorPreviewField__mappedPreviewColorsContainer--OsciT{height:100%;width:100%;display:flex}.UBQ_ColorPreviewField__insetBorderOverlay--wxs4A{box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2);border-radius:var(--ubq-border_radius-s);height:100%;width:100%;border-radius:50%}.UBQ_ColorPreviewField__checkeredRed--Hcl3L,.UBQ_ColorPreviewField__checkered--kcR_D{background-size:100% 100%,auto}.UBQ_ColorPreviewField__checkeredRed--Hcl3L{background-image:url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPgo8cGF0aCBkPSJNLTAuNSAtMC41TDIwLjUgMjAuNSIgc3Ryb2tlPSIjQ0MwMDAwIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBvcGFjaXR5PSIwLjEiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjgiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjQiIHk9IjQiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjEyIiB5PSI0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI4IiB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI0IiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMTIiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);background-position:center,-1px -1px}.UBQ_ColorPreviewField__colorPreviews--RcV_H{display:flex;align-items:center;justify-content:center;box-sizing:border-box;position:relative;height:calc(6*var(--ubq-scale-base));width:100%;overflow:hidden;background-color:rgba(0,0,0,0)}.UBQ_ColorPreviewField__colorPreviews--RcV_H.UBQ_ColorPreviewField__small--fAQug{height:calc(5*var(--ubq-scale-base))}.UBQ_ColorPreviewField__colorPreviews--RcV_H>*{position:absolute}.UBQ_ColorPreviewField__colorPreviews--RcV_H .UBQ_ColorPreviewField__checkeredBackgroundOnly--yb4UO,.UBQ_ColorPreviewField__colorPreviews--RcV_H .UBQ_ColorPreviewField__checkeredRed--Hcl3L{height:calc(100% - 2px);width:calc(100% - 2px);top:1px;left:1px;border-radius:calc(var(--ubq-border_radius-s) - 1px)}.UBQ_ColorPreviewField__colorPreviews--RcV_H .UBQ_ColorPreviewField__minimal--YQocr{border-radius:50%}.UBQ_ColorPreviewField__colorPreviews--RcV_H .UBQ_ColorPreviewField__checkeredBackgroundOnly--yb4UO{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBvcGFjaXR5PSIwLjEiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjgiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjQiIHk9IjQiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjEyIiB5PSI0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI4IiB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI0IiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMTIiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);background-position:-1px -1px}
32
+ .UBQ_ColorPreviewFieldButton__block--tCkBq{padding:calc(var(--ubq-margin-xs)/2) var(--ubq-margin-xs) calc(var(--ubq-margin-xs)/2) calc(var(--ubq-margin-xs)/2)}
30
33
  .UBQ_BaseInput__block--nVVyb{font-family:var(--ubq-typography-input-m-font_family);font-size:var(--ubq-typography-input-m-size);font-weight:var(--ubq-typography-input-m-weight);letter-spacing:var(--ubq-typography-input-m-letter_spacing);line-height:var(--ubq-typography-input-m-line_height);display:flex;box-sizing:border-box;width:100%;height:calc(var(--ubq-margin-xs)*2 + var(--ubq-typography-input-m-line_height));z-index:0;padding:var(--ubq-margin-xs) var(--ubq-margin-s);margin:0;background:var(--ubq-input-default);color:var(--ubq-foreground-default);border-radius:var(--ubq-border_radius-s);border:1px solid var(--ubq-stroke-contrast-1);outline:none}.UBQ_BaseInput__block--nVVyb:hover{background:var(--ubq-input-hover);color:var(--ubq-foreground-default)}.UBQ_BaseInput__block--nVVyb::-webkit-outer-spin-button,.UBQ_BaseInput__block--nVVyb::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.UBQ_BaseInput__block--nVVyb[type=number]{-moz-appearance:textfield}@supports not (contain: none){.UBQ_BaseInput__block--nVVyb:focus{background:var(--ubq-input-hover);color:var(--ubq-foreground-default);box-shadow:var(--ubq-effect-focus);z-index:calc(0 + 1)}}.UBQ_BaseInput__block--nVVyb:focus-visible{background:var(--ubq-input-hover);color:var(--ubq-foreground-default);box-shadow:var(--ubq-effect-focus);z-index:calc(0 + 1)}.UBQ_BaseInput__block--nVVyb:disabled{pointer-events:none;opacity:.55}
31
34
  .UBQ_TextInput__block--fK_IN{width:100%;position:relative;display:flex;align-items:center}.UBQ_TextInput__block--fK_IN.UBQ_TextInput__withInnerLabel--8eqzN .UBQ_TextInput__input--_oPQO{padding-right:calc(2ch + var(--ubq-margin-xs))}.UBQ_TextInput__innerLabel--ATX_g{font-family:var(--ubq-typography-input-m-font_family);font-size:var(--ubq-typography-input-m-size);font-weight:var(--ubq-typography-input-m-weight);letter-spacing:var(--ubq-typography-input-m-letter_spacing);line-height:var(--ubq-typography-input-m-line_height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:absolute;right:0;min-width:2ch;padding-right:var(--ubq-margin-s);text-align:right;pointer-events:none;color:var(--ubq-foreground-info);z-index:1}
32
35
 
@@ -37,10 +40,10 @@
37
40
  var(--ubq_internal-NumberInput-unitLabel-length) + calc(var(--ubq-margin-xs) + var(--ubq-typography-button-m-line_height)) + var(--ubq-margin-s)
38
41
  )}.UBQ_NumberInput__minimumWidth--TLsZb{min-width:calc(var(--ubq_internal-NumberInput-unitLabel-length) + var(--ubq-scale-base)*14)}.UBQ_NumberInput__overlayUnit--ghMQV{padding-left:var(--ubq-margin-xs);color:var(--ubq-foreground-info)}.UBQ_NumberInput__overlayUnit--ghMQV,.UBQ_NumberInput__inputUnit--asInL{padding-right:var(--ubq-margin-s);min-width:var(--ubq_internal-NumberInput-unitLabel-length);flex-shrink:0;text-align:right}.UBQ_NumberInput__overlayUnit--ghMQV.UBQ_NumberInput__withButtonSpace--A1KVN,.UBQ_NumberInput__inputUnit--asInL.UBQ_NumberInput__withButtonSpace--A1KVN{padding-right:calc(calc(var(--ubq-margin-xs) + var(--ubq-typography-button-m-line_height)) + var(--ubq-margin-xs))}.UBQ_NumberInput__inputUnit--asInL{font-family:var(--ubq-typography-input-m-font_family);font-size:var(--ubq-typography-input-m-size);font-weight:var(--ubq-typography-input-m-weight);letter-spacing:var(--ubq-typography-input-m-letter_spacing);line-height:var(--ubq-typography-input-m-line_height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:absolute;right:0;color:rgba(0,0,0,0);pointer-events:none;z-index:1}.UBQ_NumberInput__overlay--EgscN{font-family:var(--ubq-typography-input-m-font_family);font-size:var(--ubq-typography-input-m-size);font-weight:var(--ubq-typography-input-m-weight);letter-spacing:var(--ubq-typography-input-m-letter_spacing);line-height:var(--ubq-typography-input-m-line_height);position:absolute;right:0;left:1px;padding-left:var(--ubq-margin-s);display:flex;color:var(--ubq-foreground-default);pointer-events:none}.UBQ_NumberInput__overlay--EgscN .UBQ_NumberInput__overlayValue--MiF3S{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1}.UBQ_NumberInput__disabled--piDoh{pointer-events:none;opacity:.55}
39
42
  .UBQ_Select__block--TUyQZ{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);--list-max-height: 390px;max-height:var(--list-max-height)}.UBQ_Select__block--TUyQZ::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_Select__block--TUyQZ::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_Select__block--TUyQZ::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_Select__block--TUyQZ::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_Select__optionsContainer--OHRSs{--list-min-width: 48px;min-width:var(--list-min-width)}.UBQ_Select__empty--Jp16e{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:var(--ubq-foreground-info)}
40
- .UBQ_NumberSelectInput__block--tKAoY{display:flex;position:relative;align-items:center}.UBQ_NumberSelectInput__numberInput--dpLNN{width:100%}.UBQ_NumberSelectInput__numberSelectInputReference--pkwZu{padding:0;border-radius:var(--ubq-border_radius-s);position:absolute;top:0;right:0;z-index:2;width:var(--ubq-typography-label-m-line_height);height:var(--ubq-typography-label-m-line_height);margin:var(--ubq-margin-xs)}.UBQ_NumberSelectInput__numberSelectOption--wRU2x{display:flex;justify-content:flex-start;align-items:center;white-space:nowrap}
43
+ .UBQ_Separator__block--EObW4{height:1px;margin:0;flex-shrink:0;background:var(--ubq-stroke-contrast-1);border:none}
44
+ .UBQ_NumberSelectInput__block--tKAoY{display:flex;position:relative;align-items:center}.UBQ_NumberSelectInput__numberInput--dpLNN{width:100%}.UBQ_NumberSelectInput__numberSelectInputReference--pkwZu{padding:0;border-radius:var(--ubq-border_radius-s);position:absolute;top:0;right:0;z-index:2;width:var(--ubq-typography-label-m-line_height);height:var(--ubq-typography-label-m-line_height);margin:var(--ubq-margin-xs)}.UBQ_NumberSelectInput__numberSelectOption--wRU2x{display:flex;justify-content:flex-start;align-items:center;white-space:nowrap}.UBQ_NumberSelectInput__separator--VdUHI{margin:var(--ubq-margin-xs) 0}
41
45
  .UBQ_Progress__block--Hy3Xr{display:flex;width:100%}.UBQ_Progress__block--Hy3Xr>progress,.UBQ_Progress__block--Hy3Xr>.UBQ_Progress__indeterminateProgress--DRyTH{height:4px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;border:0;border-radius:var(--ubq-border_radius-m);background:rgba(0,0,0,0)}.UBQ_Progress__block--Hy3Xr>progress::-moz-progress-bar,.UBQ_Progress__block--Hy3Xr>.UBQ_Progress__indeterminateProgress--DRyTH::-moz-progress-bar{background:var(--ubq-progress);border-radius:var(--ubq-border_radius-m)}.UBQ_Progress__block--Hy3Xr>progress::-webkit-progress-bar,.UBQ_Progress__block--Hy3Xr>.UBQ_Progress__indeterminateProgress--DRyTH::-webkit-progress-bar{background:rgba(0,0,0,0);border-radius:var(--ubq-border_radius-m)}.UBQ_Progress__block--Hy3Xr>progress::-webkit-progress-value,.UBQ_Progress__block--Hy3Xr>.UBQ_Progress__indeterminateProgress--DRyTH::-webkit-progress-value{background:var(--ubq-progress);border-radius:var(--ubq-border_radius-m)}.UBQ_Progress__block--Hy3Xr>progress>.UBQ_Progress__indeterminateProgressFill--zZC_t,.UBQ_Progress__block--Hy3Xr>.UBQ_Progress__indeterminateProgress--DRyTH>.UBQ_Progress__indeterminateProgressFill--zZC_t{background:var(--ubq-progress);border-radius:var(--ubq-border_radius-m);height:4px;animation:1.4s infinite UBQ_Progress__indeterminate--KdrgE}@keyframes UBQ_Progress__indeterminate--KdrgE{0%{margin-left:100%;width:20%}20%{width:70%}100%{margin-left:-10%;width:10%}}
42
46
  .UBQ_Dialog__block--WUlWZ{font-family:var(--ubq-typography-body-m-font_family);font-size:var(--ubq-typography-body-m-size);font-weight:var(--ubq-typography-body-m-weight);letter-spacing:var(--ubq-typography-body-m-letter_spacing);line-height:var(--ubq-typography-body-m-line_height);position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;background:var(--ubq-overlay)}.UBQ_Dialog__block--WUlWZ>.UBQ_Dialog__dialog--XFLOb{position:absolute;min-width:calc(var(--ubq-margin-l)*20);background:var(--ubq-elevation-2);box-shadow:var(--ubq-effect-shadow);border:1px solid var(--ubq-border-default);border-radius:var(--ubq-border_radius-l);display:flex;flex-direction:column;outline:none}.UBQ_Dialog__block--WUlWZ>.UBQ_Dialog__dialog--XFLOb>.UBQ_Dialog__footer--ZAT8q{flex-grow:0;padding:var(--ubq-margin-s);display:flex;flex-direction:row;justify-content:space-between}.UBQ_Dialog__block--WUlWZ>.UBQ_Dialog__dialog--XFLOb>.UBQ_Dialog__footer--ZAT8q>*{flex-grow:0}.UBQ_Dialog__block--WUlWZ>.UBQ_Dialog__dialog--XFLOb>.UBQ_Dialog__footer--ZAT8q>*:only-child{margin-left:auto}.UBQ_Dialog__content--Whnc1{color:var(--ubq-foreground-light);min-width:0;word-break:break-word;padding:var(--ubq-margin-l);box-sizing:border-box}.UBQ_Dialog__content--Whnc1 h1,.UBQ_Dialog__content--Whnc1 h2,.UBQ_Dialog__content--Whnc1 h3,.UBQ_Dialog__content--Whnc1 h4,.UBQ_Dialog__content--Whnc1 h5,.UBQ_Dialog__content--Whnc1 h6{font-family:var(--ubq-typography-headline-l-font_family);font-size:var(--ubq-typography-headline-l-size);font-weight:var(--ubq-typography-headline-l-weight);letter-spacing:var(--ubq-typography-headline-l-letter_spacing);line-height:var(--ubq-typography-headline-l-line_height);color:var(--ubq-foreground-default);padding-bottom:var(--ubq-margin-xs)}.UBQ_Dialog__content--Whnc1 p{font-family:var(--ubq-typography-body-m-font_family);font-size:var(--ubq-typography-body-m-size);font-weight:var(--ubq-typography-body-m-weight);letter-spacing:var(--ubq-typography-body-m-letter_spacing);line-height:var(--ubq-typography-body-m-line_height);color:var(--ubq-foreground-light)}.UBQ_Dialog__content--Whnc1 ul{-webkit-padding-start:2ch;padding-inline-start:2ch}.UBQ_Dialog__withIcon--Hvt8a{display:flex;flex-direction:row}.UBQ_Dialog__withIcon--Hvt8a>.UBQ_Dialog__icon--otytN{align-self:flex-start;padding:var(--ubq-margin-l) 0;padding-left:var(--ubq-margin-l)}.UBQ_Dialog__info--caf2Z .UBQ_Dialog__icon--otytN{color:var(--ubq-notice-info)}.UBQ_Dialog__success--c2s3h .UBQ_Dialog__icon--otytN{color:var(--ubq-notice-success)}.UBQ_Dialog__warning--eBI8T .UBQ_Dialog__icon--otytN{color:var(--ubq-notice-warning)}.UBQ_Dialog__error--TxEOt .UBQ_Dialog__icon--otytN{color:var(--ubq-notice-error)}
43
- .UBQ_Separator__block--EObW4{height:1px;margin:0;flex-shrink:0;background:var(--ubq-stroke-contrast-1);border:none}
44
47
  .UBQ_BannerCard__block--fybs1{height:calc(var(--ubq-margin-l)*3)}.UBQ_BannerCard__block--fybs1>.UBQ_BannerCard__label--YzUdg{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);position:absolute;bottom:0;left:0;margin:0;padding-left:var(--ubq-margin-s);width:100%;height:calc(var(--ubq-margin-m)*2);display:flex;align-items:center;justify-content:left;background:var(--ubq-static-card-label-background);color:var(--ubq-static-contrast-white)}.UBQ_BannerCard__block--fybs1>.UBQ_BannerCard__label--YzUdg:not(:only-child){margin-top:var(--ubq-margin-s)}.UBQ_BannerCard__block--fybs1:hover{box-shadow:inset 0 0 0 2px var(--ubq-foreground-accent)}.UBQ_BannerCard__block--fybs1:hover>.UBQ_BannerCard__label--YzUdg{background:var(--ubq-static-contrast-white);color:var(--ubq-static-contrast-black)}.UBQ_BannerCard__block--fybs1[data-active=true]{height:calc(var(--ubq-margin-s) + var(--ubq-margin-l)*4)}.UBQ_BannerCard__block--fybs1[data-active=true]>.UBQ_BannerCard__label--YzUdg{background:var(--ubq-foreground-default);color:var(--ubq-foreground-active)}.UBQ_BannerCard__block--fybs1[data-active=true]:hover>.UBQ_BannerCard__label--YzUdg{border-top:2px solid var(--ubq-foreground-accent)}
45
48
  .UBQ_Card__block--nPQvv{--ubq_internal-backgroundGradient: var(--ubq-static-card-background);position:relative;width:100%;padding:var(--ubq-margin-s);border:none;border-radius:var(--ubq-border_radius-s);outline:none;overflow:hidden;color:var(--ubq-foreground-default);cursor:pointer;background:var(--ubq_internal-backgroundImage, linear-gradient(transparent, transparent)),var(--ubq_internal-backgroundGradient);background-position:center center;background-repeat:no-repeat}.UBQ_Card__block--nPQvv.UBQ_Card__shortHeight--PVv7w{height:calc(var(--ubq-margin-m) + var(--ubq-margin-l)*7)}.UBQ_Card__block--nPQvv.UBQ_Card__extraShortHeight--QMsCt{height:calc(var(--ubq-scale-base)*20)}.UBQ_Card__block--nPQvv.UBQ_Card__autoHeight--acERk{height:100%}.UBQ_Card__block--nPQvv.UBQ_Card__noPadding--GW3cr{padding:0}.UBQ_Card__block--nPQvv.UBQ_Card__backgroundImageCover--wF68v{background-size:cover}.UBQ_Card__block--nPQvv.UBQ_Card__backgroundImageContain--x86P7{background-size:contain;background-origin:content-box,border-box}.UBQ_Card__block--nPQvv>.UBQ_Card__content--uqsbw{width:100%;height:100%;flex-grow:1;display:flex;align-items:center;justify-content:center}.UBQ_Card__block--nPQvv:hover{--ubq_internal-backgroundGradient: var(--ubq-interactive-hover);box-shadow:inset 0 0 0 2px var(--ubq-foreground-accent)}.UBQ_Card__block--nPQvv:active{--ubq_internal-backgroundGradient: var(--ubq-interactive-pressed)}@supports not (contain: none){.UBQ_Card__block--nPQvv:focus{z-index:1;--ubq_internal-backgroundGradient: var(--ubq-interactive-hover);box-shadow:var(--ubq-effect-focus)}}.UBQ_Card__block--nPQvv:focus-visible{z-index:1;--ubq_internal-backgroundGradient: var(--ubq-interactive-hover);box-shadow:var(--ubq-effect-focus)}.UBQ_Card__block--nPQvv:disabled{opacity:.55;pointer-events:none}.UBQ_Card__block--nPQvv[data-active=true]{outline:2px solid var(--ubq-stroke-contrast-3)}
46
49
  .UBQ_Slider__block--FeVSD{position:relative}.UBQ_Slider__block--FeVSD:hover .UBQ_Slider__wrapperButtonToggleInput--TewRQ,.UBQ_Slider__block--FeVSD:focus-within .UBQ_Slider__wrapperButtonToggleInput--TewRQ{opacity:1;pointer-events:initial}.UBQ_Slider__sliderWrapper--pQbrX{position:relative;max-height:calc(var(--ubq-margin-l) + var(--ubq-margin-s))}.UBQ_Slider__sliderWrapper--pQbrX.UBQ_Slider__disabled--x7X_K{opacity:.55;pointer-events:none}.UBQ_Slider__inputRange--BeK_E{-webkit-appearance:none;width:100%;height:calc(var(--ubq-margin-l) + var(--ubq-margin-s));box-sizing:content-box;outline:none;margin:0;border-radius:var(--ubq-border_radius-s);background:var(--ubq-interactive-default);cursor:pointer}@supports not (contain: none){.UBQ_Slider__inputRange--BeK_E:focus{background:var(--ubq-interactive-hover);outline:none;box-shadow:var(--ubq-effect-focus)}.UBQ_Slider__inputRange--BeK_E:focus::-webkit-slider-thumb{height:calc(100% + 0.25rem);margin-top:calc(0.25 / 2 * -1rem)}.UBQ_Slider__inputRange--BeK_E:focus::-moz-range-thumb{height:calc(100% + 0.25rem);margin-top:calc(0.25 / 2 * -1rem)}}.UBQ_Slider__inputRange--BeK_E:focus:not(:focus-visible){box-shadow:none}.UBQ_Slider__inputRange--BeK_E:focus-visible{background:var(--ubq-interactive-hover);outline:none;box-shadow:var(--ubq-effect-focus)}.UBQ_Slider__inputRange--BeK_E:focus-visible::-webkit-slider-thumb{height:calc(100% + 0.25rem);margin-top:calc(0.25 / 2 * -1rem)}.UBQ_Slider__inputRange--BeK_E:focus-visible::-moz-range-thumb{height:calc(100% + 0.25rem);margin-top:calc(0.25 / 2 * -1rem)}.UBQ_Slider__inputRange--BeK_E:hover:not(:disabled){background:var(--ubq-interactive-hover)}.UBQ_Slider__inputRange--BeK_E:hover:not(:disabled)::-webkit-slider-thumb{height:calc(100% + 0.25rem);margin-top:calc(0.25 / 2 * -1rem)}.UBQ_Slider__inputRange--BeK_E:hover:not(:disabled)::-moz-range-thumb{height:calc(100% + 0.25rem);margin-top:calc(0.25 / 2 * -1rem)}.UBQ_Slider__inputRange--BeK_E::-moz-range-track{background-image:linear-gradient(var(--ubq-progress), var(--ubq-progress));background-position:0;background-size:calc(
@@ -82,7 +85,7 @@
82
85
  .UBQ_SliderInput__block--LS5OY{width:100%}
83
86
  .UBQ_PropertyToggle__block--YW8wn{flex:0 0 calc(6*var(--ubq-scale-base))}.UBQ_PropertyToggle__emptyGap--LvZ5B{flex:0 0 calc(6*var(--ubq-scale-base));display:hidden;-webkit-user-select:none;user-select:none}
84
87
  .UBQ_AssetLibraryBreadcrumb__breadcrumb--z0HJK{display:flex;align-items:center;margin:var(--ubq-margin-xs) var(--ubq-margin-m)}.UBQ_AssetLibraryBreadcrumb__label--PA5RI,.UBQ_AssetLibraryBreadcrumb__button--kfTSl,.UBQ_AssetLibraryBreadcrumb__divider--vMBNp{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-info)}.UBQ_AssetLibraryBreadcrumb__divider--vMBNp{flex:0 0 auto;padding:0 var(--ubq-margin-xs)}.UBQ_AssetLibraryBreadcrumb__button--kfTSl,.UBQ_AssetLibraryBreadcrumb__label--PA5RI{flex:0 1 auto;max-width:100%}.UBQ_AssetLibraryBreadcrumb__label--PA5RI{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ubq-foreground-default);margin-left:var(--ubq-margin-xs);padding-left:var(--ubq-margin-xs)}
85
- .UBQ_AssetLibraryCard__block--oUhEK{display:flex;justify-content:center;align-items:center}.UBQ_AssetLibraryCard__block--oUhEK.UBQ_AssetLibraryCard__containsLabel--W8wUt{flex-direction:column-reverse}.UBQ_AssetLibraryCard__block--oUhEK.UBQ_AssetLibraryCard__hasBackground--X_oy7 .UBQ_AssetLibraryCard__label--zmRsI{background-color:var(--ubq-overlay);position:absolute;bottom:0;left:0;right:0;padding:var(--ubq-margin-xs)}.UBQ_AssetLibraryCard__label--zmRsI{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;color:var(--ubq-foreground-default)}
88
+ .UBQ_AssetLibraryCard__block--oUhEK{display:flex;justify-content:center;align-items:center}.UBQ_AssetLibraryCard__block--oUhEK.UBQ_AssetLibraryCard__containsLabel--W8wUt{flex-direction:column-reverse}.UBQ_AssetLibraryCard__block--oUhEK.UBQ_AssetLibraryCard__hasBackground--X_oy7 .UBQ_AssetLibraryCard__label--zmRsI{background-color:var(--ubq-overlay);position:absolute;bottom:0;left:0;right:0;padding:var(--ubq-margin-xs)}.UBQ_AssetLibraryCard__label--zmRsI{font-family:var(--ubq-typography-label-s-font_family);font-size:var(--ubq-typography-label-s-size);font-weight:var(--ubq-typography-label-s-weight);letter-spacing:var(--ubq-typography-label-s-letter_spacing);line-height:var(--ubq-typography-label-s-line_height);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:calc(100% - 2*var(--ubq-margin-xs));color:var(--ubq-foreground-default)}
86
89
  .UBQ_AssetContextPopover__block--u0sfn{background:var(--ubq-elevation-2);border-radius:var(--ubq-border_radius-s)}.UBQ_AssetContextPopover__button--NoDPr{border-radius:var(--ubq-border_radius-s)}.UBQ_AssetContextPopover__content--BeqJx{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);width:calc(72*var(--ubq-scale-base));color:var(--ubq-foreground-default)}.UBQ_AssetContextPopover__content--BeqJx>*:not(hr){margin-left:var(--ubq-margin-s);margin-right:var(--ubq-margin-s)}.UBQ_AssetContextPopover__heading--UZcJO{margin-block:var(--ubq-margin-xs) var(--ubq-margin-m)}.UBQ_AssetContextPopover__license--oSNxo,.UBQ_AssetContextPopover__credits--llosQ{color:var(--ubq-foreground-light)}.UBQ_AssetContextPopover__license--oSNxo a,.UBQ_AssetContextPopover__credits--llosQ a{color:var(--ubq-foreground-light)}.UBQ_AssetContextPopover__tags--Dri9H{display:flex;justify-content:center}.UBQ_AssetContextPopover__tag--Cx7B7{display:inline-block;background:var(--ubq-interactive-default);border-radius:var(--ubq-border_radius-l);padding:var(--ubq-margin-xs) var(--ubq-margin-s);color:var(--ubq-foreground-light)}.UBQ_AssetContextPopover__tag--Cx7B7:not(:last-child){margin-right:var(--ubq-margin-xs)}.UBQ_AssetContextPopover__separator--EFq_Z{margin-top:var(--ubq-margin-m);margin-bottom:var(--ubq-margin-m)}.UBQ_AssetContextPopover__license--oSNxo{display:flex;align-items:center}.UBQ_AssetContextPopover__licenseUrl--tasMy{display:flex;align-items:center;margin-left:var(--ubq-margin-xs)}footer{padding-block:var(--ubq-margin-s)}.UBQ_AssetContextPopover__confirmationDialog--qAFY2{width:calc(80*var(--ubq-scale-base))}
87
90
  .UBQ_AssetLoadingSpinner__block--P2pi9{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center;color:var(--ubq-foreground-default)}.UBQ_AssetLoadingSpinner__loadingSpinnerIcon--Bxe9J{animation:UBQ_AssetLoadingSpinner__loading--DXCjW 1.1s infinite linear;height:calc(var(--ubq-scale-base)*12);width:calc(var(--ubq-scale-base)*12)}@keyframes UBQ_AssetLoadingSpinner__loading--DXCjW{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
88
91
  .UBQ_AssetResultContainer__block--TbRJ6{position:relative;display:grid;height:100%;width:100%}.UBQ_AssetResultContainer__block--TbRJ6 .UBQ_AssetResultContainer__creditsButton--t1S4M{position:absolute;top:var(--ubq-margin-xs);right:var(--ubq-margin-xs);opacity:0}.UBQ_AssetResultContainer__block--TbRJ6:focus-within .UBQ_AssetResultContainer__creditsButton--t1S4M,.UBQ_AssetResultContainer__block--TbRJ6:hover .UBQ_AssetResultContainer__creditsButton--t1S4M{opacity:1;z-index:2}.UBQ_AssetResultContainer__block--TbRJ6 .UBQ_AssetResultContainer__creditsButton--t1S4M[data-expanded=true]{opacity:1;z-index:2}
@@ -116,18 +119,23 @@
116
119
  .UBQ_PlaceholderSettings__placeholderPopoverButton--xyvUW{background:var(--ubq-interactive-template-default)}.UBQ_PlaceholderSettings__placeholderPopoverButton--xyvUW:hover:not([data-active=true]):not(:active){background:var(--ubq-interactive-template-hover)}.UBQ_PlaceholderSettings__placeholderPopoverButton--xyvUW:active{background:var(--ubq-interactive-template-pressed)}.UBQ_PlaceholderSettings__subScopeMenuItem--VYwQs{padding-left:var(--ubq-margin-l)}.UBQ_PlaceholderSettings__spacer--bwvHC{width:var(--ubq-margin-xs)}.UBQ_PlaceholderSettings__hidden--REFX4{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.UBQ_PlaceholderSettings__separator--Srp4K{margin:var(--ubq-margin-xs)}
117
120
  .UBQ_TrimSubInspector__resetButton--JiBxz{flex:0 0 calc(6*var(--ubq-scale-base))}.UBQ_TrimSubInspector__areaGroup--o7gwX{display:flex;gap:var(--ubq-margin-xs);align-items:center;margin:0 var(--ubq-margin-l)}.UBQ_TrimSubInspector__containerTrimModeInterface--tkKLE{width:100%}.UBQ_TrimSubInspector__buttonTrimPlay--_Z52L{flex:0 0 auto}.UBQ_TrimSubInspector__numberInputTrimDuration--P6edx{flex:0 0 calc(16*var(--ubq-scale-base))}.UBQ_TrimSubInspector__containerMediaTrim--Mj1rT{flex:1 1 100%;margin:0 var(--ubq-margin-m)}.UBQ_TrimSubInspector__buttonTrimDone--Rg4U2{flex:0 0 fit-content}
118
121
  .UBQ_VolumeControls__volumeOptions--nzJcR{width:calc(57*var(--ubq-scale-base))}
122
+ .UBQ_CutoutType__option--StfT8{display:flex;justify-content:flex-start;align-items:center;gap:var(--ubq-margin-xs);min-width:70px}
119
123
  .UBQ_InspectorLibrary__block--Siwir{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--ubq-margin-m)}.UBQ_InspectorLibrary__singleColumn--UQQSj{display:flex;flex-direction:column;grid-gap:0}.UBQ_InspectorLibrary__singleColumn--UQQSj>*{margin-bottom:var(--ubq-margin-m)}
120
124
  .UBQ_ImageProcessorControls__block--r_UaH{overflow:hidden}
121
125
  .UBQ_CropSubInspector__areaGroup--DH75u{display:flex;gap:var(--ubq-margin-s);align-items:center;margin:0 var(--ubq-margin-l)}
122
126
  .UBQ_ColorSelection__block--Bjip2{width:calc(70*var(--ubq-scale-base));padding:var(--ubq-margin-s)}.UBQ_ColorSelection__block--Bjip2.UBQ_ColorSelection__noPopover--vrFvc{width:100%;padding:0}.UBQ_ColorSelection__block--Bjip2.UBQ_ColorSelection__noPopover--vrFvc .UBQ_ColorSelection__sectionRow--mmdny>label{flex:0 0 calc(18*var(--ubq-scale-base))}.UBQ_ColorSelection__interactiveContainerWithDisabledInputs--rr2Q5,.UBQ_ColorSelection__interactiveContainerWithDisabledInputs--rr2Q5 label{cursor:pointer}.UBQ_ColorSelection__header--cYxxH{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--ubq-margin-m)}.UBQ_ColorSelection__header--cYxxH>*:not(.UBQ_ColorSelection__heading--AZ7Q5){flex:0 0 auto}.UBQ_ColorSelection__heading--AZ7Q5{font-family:var(--ubq-typography-headline-l-font_family);font-size:var(--ubq-typography-headline-l-size);font-weight:var(--ubq-typography-headline-l-weight);letter-spacing:var(--ubq-typography-headline-l-letter_spacing);line-height:var(--ubq-typography-headline-l-line_height)}.UBQ_ColorSelection__section--ugKxB{padding-top:var(--ubq-margin-xs);display:flex;flex-direction:column}.UBQ_ColorSelection__section--ugKxB:not(:last-child){padding-bottom:var(--ubq-margin-l)}.UBQ_ColorSelection__section--ugKxB>div:not(:last-child){margin-bottom:var(--ubq-margin-s)}.UBQ_ColorSelection__colorPalette--FnPNO{display:grid;grid-template-columns:repeat(9, max-content);gap:var(--ubq-margin-s)}input[type=range].UBQ_ColorSelection__hueSlider--QD5N2{background:linear-gradient(90deg, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%) !important}input[type=range].UBQ_ColorSelection__hueSlider--QD5N2,input[type=range].UBQ_ColorSelection__opacitySlider--NqKTH{--slider-thumb-color: white;--slider-thumb-color-active: white;--slider-thumb-color-inner: transparent}input[type=range].UBQ_ColorSelection__hueSlider--QD5N2::-ms-thumb,input[type=range].UBQ_ColorSelection__opacitySlider--NqKTH::-ms-thumb{box-shadow:inset 0 0 0 var(--ubq-scale-base) #fff !important;background:rgba(0,0,0,0) !important}
123
127
  .UBQ_FillModeSelect__button--tc9gl{flex:0 0 50%}.UBQ_FillModeSelect__button--tc9gl>span>span{flex-grow:0}
124
128
  .UBQ_GradientControls__smallButton--nz7j8{flex:0 0 auto}.UBQ_GradientControls__gradientBar--Lgahm{display:flex;align-items:center;width:100%;position:relative;height:calc(6*var(--ubq-scale-base));margin-bottom:var(--ubq-margin-m);border-radius:var(--ubq-border_radius-s);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBvcGFjaXR5PSIwLjEiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjgiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjQiIHk9IjQiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHg9IjEyIiB5PSI0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI4IiB5PSI4IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSI0IiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMTIiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);background-position:-1px -1px}.UBQ_GradientControls__gradientBar--Lgahm .UBQ_GradientControls__gradientBackground--VRkZp{width:100%;height:100%;border-radius:var(--ubq-border_radius-s);box-shadow:inset 0 0 0 1px var(--ubq-stroke-contrast-2)}.UBQ_GradientControls__gradientBar--Lgahm .UBQ_GradientControls__border--dlW3z{width:100%;height:100%}.UBQ_GradientControls__gradientBar--Lgahm.UBQ_GradientControls__disabled--FnH1t{opacity:.55}.UBQ_GradientControls__gradientBar--Lgahm>button{position:absolute;width:calc(var(--ubq-scale-base)*2);height:calc(var(--ubq-scale-base)*2);padding:0;display:flex;flex-direction:column;align-items:center;border:none;outline:none;border-radius:var(--ubq-border_radius-m);cursor:grab}.UBQ_GradientControls__gradientBar--Lgahm>button:disabled{cursor:inherit}.UBQ_GradientControls__gradientBar--Lgahm>button.UBQ_GradientControls__active--MjF29{height:calc(100% - 2 * 2px)}.UBQ_GradientControls__gradientBar--Lgahm>button.UBQ_GradientControls__grabbing--U08nZ{cursor:grabbing}.UBQ_GradientControls__gradientBar--Lgahm>button.UBQ_GradientControls__add--KnKp_{width:calc(3*var(--ubq-scale-base));height:calc(6*var(--ubq-scale-base));border-radius:var(--ubq-border_radius-m);margin:0;display:flex;justify-content:center;overflow:hidden;background-color:rgba(0,0,0,0);color:var(--ubq-static-contrast-white);cursor:default}.UBQ_GradientControls__gradientBar--Lgahm>button.UBQ_GradientControls__add--KnKp_ .UBQ_GradientControls__stack--P7Wac{justify-items:center;align-items:center}.UBQ_GradientControls__gradientBar--Lgahm>button.UBQ_GradientControls__add--KnKp_ .UBQ_GradientControls__stack--P7Wac svg{opacity:.8}.UBQ_GradientControls__gradientBar--Lgahm>button.UBQ_GradientControls__add--KnKp_ .UBQ_GradientControls__background--LAdBs{width:calc(3*var(--ubq-scale-base));height:calc(6*var(--ubq-scale-base));background-color:var(--ubq-static-contrast-black);filter:opacity(50%)}.UBQ_GradientControls__gradientBar--Lgahm>button>*{flex:0 0 100%}.UBQ_GradientControls__gradientBar--Lgahm>button:focus-visible{box-shadow:var(--ubq-effect-focus)}.UBQ_GradientControls__gradientBar--Lgahm>button>.UBQ_GradientControls__doubleBorder--DqxaD{filter:opacity(50%);width:100%;height:100%;background:rgba(0,0,0,0);border-radius:var(--ubq-border_radius-m);box-shadow:0 0 0 2px var(--ubq-static-contrast-black),inset 0 0 0 2px var(--ubq-static-contrast-white)}
129
+ .UBQ_FillSelectionControls__contentBox--AxG9u{height:calc(var(--ubq-scale-base)*40);box-sizing:border-box}
125
130
  .UBQ_StrokeProperties__popoverContent--wTxNN{width:calc(60*var(--ubq-scale-base))}
126
131
  .UBQ_StrokeStyleSelect__button--JmiG3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(30*var(--ubq-scale-base))}.UBQ_StrokeStyleSelect__option--znEZd{display:flex;gap:var(--ubq-margin-xs)}
127
132
  .UBQ_FilterIntensitySlider__block--EN1ds{overflow:hidden}
128
133
  .UBQ_Effects__loaderContainer--AeH0z{display:grid;place-content:center;height:100%;width:100%}.UBQ_Effects__container--x9mIH{min-width:calc(100% - 2*var(--ubq-margin-l));min-height:calc(100% - 2*var(--ubq-margin-l));padding:var(--ubq-margin-l)}
129
134
  .UBQ_ClipContent__button--hZkwQ{flex:1;text-align:center}.UBQ_ClipContent__button--hZkwQ>span>span{text-align:center}
130
135
  .UBQ_Formats__button--mD4HO{flex-grow:0;flex-shrink:0;flex-basis:initial}.UBQ_Formats__option--LSiXu{display:inline-block;white-space:nowrap}
136
+ .UBQ_ClipLines__button--b2Zgy>span>span{text-align:center}
137
+ .UBQ_FontSize__autoBox--LrmPs{display:flex;flex-wrap:wrap;align-content:center;padding-right:0;color:var(--ubq-foreground-info)}.UBQ_FontSize__autoBox--LrmPs:hover{color:var(--ubq-foreground-info);background:var(--ubq-input-default)}
138
+ .UBQ_FontSizeRange__segmentedGroup--I4JDz{grid-template-columns:1fr 1fr;grid-gap:calc(var(--ubq-margin-xs)/2)}.UBQ_FontSizeRange__segmentedGroup--I4JDz>*>input{border-radius:inherit}
131
139
  .UBQ_FontStyleSelect__separator--SrmJS{height:1px;width:100%;margin:var(--ubq-margin-xs) 0;flex-shrink:0;background:var(--ubq-stroke-contrast-1);border:none}
132
140
  .UBQ_FontStyleSelectItem__block--sqdKI{min-width:100px}
133
141
  .UBQ_TypefaceSelectItem__block--ZEU86{display:flex;align-items:center;height:calc(var(--ubq-scale-base)*7.5);width:calc(var(--ubq-scale-base)*75)}.UBQ_TypefaceSelectItem__text--i3_sv{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@@ -156,7 +164,7 @@
156
164
  .UBQ_ShapeStrokeWidth__popoverContent--kJmG9{width:calc(60*var(--ubq-scale-base))}.UBQ_ShapeStrokeWidth__button--jYij6{max-width:calc(30*var(--ubq-scale-base))}
157
165
  .UBQ_TextAlignmentSelect__option--JbYI4{display:flex;justify-content:flex-start;align-items:center}.UBQ_TextAlignmentSelect__option--JbYI4>*:not(:last-child){margin-right:var(--ubq-margin-xs)}.UBQ_TextAlignmentSelect__cornerChevronOverlay--ZpLjK{display:grid;grid-template-areas:"stack"}.UBQ_TextAlignmentSelect__cornerChevronOverlay--ZpLjK>*{grid-area:stack}
158
166
  .UBQ_AlignAndArrangeDropdown__separator--al4nd{margin:var(--ubq-scale-base) 0}
159
- .UBQ_InspectorBar__block--EW6uF{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;justify-content:space-between;align-items:stretch;padding:var(--ubq-margin-m) 0;min-height:calc(var(--ubq-scale-base)*6);background:var(--ubq-InspectorBar-background, var(--ubq-elevation-1));overflow-x:auto;overflow-y:hidden}.UBQ_InspectorBar__block--EW6uF::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_InspectorBar__block--EW6uF::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_InspectorBar__block--EW6uF::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_InspectorBar__block--EW6uF::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_InspectorBar__area--BprEX{display:flex;justify-content:center;min-height:calc(var(--ubq-scale-base)*6);margin:0 var(--ubq-margin-m)}.UBQ_InspectorBar__area--BprEX:first-child{justify-content:flex-start}.UBQ_InspectorBar__area--BprEX:last-child{justify-content:flex-end}.UBQ_InspectorBar__area--BprEX:first-child{margin-left:0}.UBQ_InspectorBar__area--BprEX:last-child{margin-right:0}.UBQ_InspectorBar__areaGroup--HzOhB{display:flex;gap:var(--ubq-margin-s);align-items:center;margin:0 var(--ubq-margin-l)}.UBQ_InspectorBar__areaGroup--HzOhB:empty{display:none}.UBQ_InspectorBar__area--BprEX:first-child>.UBQ_InspectorBar__areaGroup--HzOhB:first-child{margin-left:var(--ubq-margin-l)}.UBQ_InspectorBar__area--BprEX:first-child>.UBQ_InspectorBar__areaGroup--HzOhB:first-child:empty{margin:0}.UBQ_InspectorBar__area--BprEX:last-child>.UBQ_InspectorBar__areaGroup--HzOhB:last-child{margin-right:var(--ubq-margin-l)}.UBQ_InspectorBar__area--BprEX:last-child>.UBQ_InspectorBar__areaGroup--HzOhB:last-child:empty{margin:0}.UBQ_InspectorBar__containerChildren--pGd6H{width:100%;display:flex}.UBQ_InspectorBar__fontSize--hQdix{width:calc(var(--ubq-scale-base)*19)}.UBQ_InspectorBar__optionsMenuRow--HGoUH{display:grid;width:calc(63*var(--ubq-scale-base));grid-template-columns:.6fr 1fr;gap:var(--ubq-margin-xs);align-items:center;margin-bottom:var(--ubq-margin-s)}
167
+ .UBQ_InspectorBar__block--EW6uF{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--ubq-foreground-info) rgba(0,0,0,0);display:flex;justify-content:space-between;align-items:stretch;padding:var(--ubq-margin-m) 0;min-height:calc(var(--ubq-scale-base)*6);background:var(--ubq-InspectorBar-background, var(--ubq-elevation-1));overflow-x:auto;overflow-y:hidden}.UBQ_InspectorBar__block--EW6uF::-webkit-scrollbar{width:calc(2*var(--ubq-scale-base));height:calc(1.5*var(--ubq-scale-base))}.UBQ_InspectorBar__block--EW6uF::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:var(--ubq-margin-s) var(--ubq-margin-s)}.UBQ_InspectorBar__block--EW6uF::-webkit-scrollbar-thumb{background-color:var(--ubq-foreground-info);border-radius:var(--ubq-border_radius-m)}.UBQ_InspectorBar__block--EW6uF::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.UBQ_InspectorBar__area--BprEX{display:flex;justify-content:center;flex-shrink:0;flex-grow:1;min-height:calc(var(--ubq-scale-base)*6);margin:0 var(--ubq-margin-m)}.UBQ_InspectorBar__area--BprEX:first-child{justify-content:flex-start}.UBQ_InspectorBar__area--BprEX:last-child{justify-content:flex-end}.UBQ_InspectorBar__area--BprEX:first-child{margin-left:0}.UBQ_InspectorBar__area--BprEX:last-child{margin-right:0}.UBQ_InspectorBar__areaGroup--HzOhB{display:flex;gap:var(--ubq-margin-s);align-items:center;margin:0 var(--ubq-margin-l)}.UBQ_InspectorBar__areaGroup--HzOhB>*{flex-shrink:0}.UBQ_InspectorBar__areaGroup--HzOhB:empty{display:none}.UBQ_InspectorBar__area--BprEX:first-child>.UBQ_InspectorBar__areaGroup--HzOhB:first-child{margin-left:var(--ubq-margin-l)}.UBQ_InspectorBar__area--BprEX:first-child>.UBQ_InspectorBar__areaGroup--HzOhB:first-child:empty{margin:0}.UBQ_InspectorBar__area--BprEX:last-child>.UBQ_InspectorBar__areaGroup--HzOhB:last-child{margin-right:var(--ubq-margin-l)}.UBQ_InspectorBar__area--BprEX:last-child>.UBQ_InspectorBar__areaGroup--HzOhB:last-child:empty{margin:0}.UBQ_InspectorBar__containerChildren--pGd6H{width:100%;display:flex}.UBQ_InspectorBar__fontSize--hQdix{width:calc(var(--ubq-scale-base)*19)}.UBQ_InspectorBar__optionsMenuRow--HGoUH{display:grid;width:calc(63*var(--ubq-scale-base));grid-template-columns:.6fr 1fr;gap:var(--ubq-margin-xs);align-items:center;margin-bottom:var(--ubq-margin-s)}
160
168
  .UBQ_WelcomeInspector__container--VqL5P{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-flow:column;height:100%}.UBQ_WelcomeInspector__container--VqL5P .UBQ_WelcomeInspector__white-label-logo--j5Gwq{color:var(--ubq-foreground-default)}.UBQ_WelcomeInspector__sectionblock--xxrsL{color:var(--ubq-foreground-default);min-height:min-content;height:inherit;margin:var(--ubq-margin-l) 0}.UBQ_WelcomeInspector__sectionblock--xxrsL .UBQ_WelcomeInspector__sectioncontent--s4IIv{height:100%}.UBQ_WelcomeInspector__sectionblock--xxrsL:first-child{margin-top:0}.UBQ_WelcomeInspector__sectionblock--xxrsL:last-child{margin-bottom:0}.UBQ_WelcomeInspector__sectionblock--xxrsL>*:not(:last-child){margin-bottom:var(--ubq-margin-s)}.UBQ_WelcomeInspector__paragraphs--Rvz_Q>p{font-family:var(--ubq-typography-body-m-font_family);font-size:var(--ubq-typography-body-m-size);font-weight:var(--ubq-typography-body-m-weight);letter-spacing:var(--ubq-typography-body-m-letter_spacing);line-height:var(--ubq-typography-body-m-line_height);text-align:center;width:auto;color:var(--ubq-foreground-default);margin:var(--ubq-margin-m) var(--ubq-margin-l) calc(var(--ubq-margin-m)*2)}
161
169
  .UBQ_TimelineAudioElement__block--Hdrtm:hover .UBQ_TimelineAudioElement__optionsContainer--B1EVv,.UBQ_TimelineAudioElement__block--Hdrtm:focus-visible .UBQ_TimelineAudioElement__optionsContainer--B1EVv{opacity:1}.UBQ_TimelineAudioElement__optionsContainer--B1EVv{background:var(--ubq-elevation-2);border-radius:var(--ubq-border_radius-s);opacity:0}.UBQ_TimelineAudioElement__optionsContainer--B1EVv:focus-within{opacity:1}.UBQ_TimelineAudioElement__optionsButton--Es2Bo{width:calc(6*var(--ubq-scale-base));height:calc(4*var(--ubq-scale-base));display:flex;place-items:center}.UBQ_TimelineAudioElement__listing--kxtXD{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.UBQ_TimelineAudioElement__listing--kxtXD>li{display:flex;margin-bottom:var(--ubq-margin-xs)}.UBQ_TimelineAudioElement__listing--kxtXD>li:last-child{margin-bottom:0}
162
170
  .UBQ_TimelinePlaybackInfo__block--RvaO7{font-family:var(--ubq-typography-label-m-font_family);font-size:var(--ubq-typography-label-m-size);font-weight:var(--ubq-typography-label-m-weight);letter-spacing:var(--ubq-typography-label-m-letter_spacing);line-height:var(--ubq-typography-label-m-line_height);color:var(--ubq-foreground-default);grid-column-start:2;display:grid;place-content:center}