@telia/teddy 0.0.61 → 0.0.62
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/components/index.cjs +2 -4
- package/dist/components/index.js +2 -4
- package/dist/components/modal/modal.cjs +0 -2
- package/dist/components/modal/modal.js +0 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.js +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +1 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +12 -682
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +12 -682
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.cjs +4 -5
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.js +4 -5
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +2 -3
- package/dist/components/navigation-menu/global-navigation/index.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/index.js +1 -1
- package/dist/components/navigation-menu/index.cjs +3 -4
- package/dist/components/navigation-menu/index.js +2 -3
- package/dist/components/navigation-menu/navigation-menu.cjs +55 -436
- package/dist/components/navigation-menu/navigation-menu.d.ts +8 -0
- package/dist/components/navigation-menu/navigation-menu.js +55 -419
- package/dist/components/radio-card-group/radio-card-group-content.cjs +0 -2
- package/dist/components/radio-card-group/radio-card-group-content.js +0 -2
- package/dist/components/radio-card-group/radio-card-group-item-body.cjs +0 -2
- package/dist/components/radio-card-group/radio-card-group-item-body.js +0 -2
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +1134 -51
- package/dist/components/radio-card-group/radio-card-group-item-title.js +1145 -63
- package/dist/components/radio-card-group/radio-card-group-item.cjs +0 -2
- package/dist/components/radio-card-group/radio-card-group-item.js +0 -2
- package/dist/main.cjs +2 -4
- package/dist/main.js +2 -4
- package/dist/style.css +1161 -1143
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1297,6 +1297,31 @@
|
|
|
1297
1297
|
._teddy-link--silent_azi31_63:is(._teddy-link--disable-visited_azi31_26):visited {
|
|
1298
1298
|
color: inherit;
|
|
1299
1299
|
}
|
|
1300
|
+
}._teddy-visually-hidden_15nus_1 {
|
|
1301
|
+
width: 1px;
|
|
1302
|
+
height: 1px;
|
|
1303
|
+
padding: 0;
|
|
1304
|
+
margin: -1px;
|
|
1305
|
+
overflow: hidden;
|
|
1306
|
+
clip: rect(0, 0, 0, 0);
|
|
1307
|
+
white-space: nowrap;
|
|
1308
|
+
border: 0;
|
|
1309
|
+
}
|
|
1310
|
+
._teddy-visually-hidden_15nus_1:not(caption) {
|
|
1311
|
+
position: absolute;
|
|
1312
|
+
}
|
|
1313
|
+
._teddy-visually-hidden--focusable_15nus_15:not(:focus):not(:focus-within) {
|
|
1314
|
+
width: 1px;
|
|
1315
|
+
height: 1px;
|
|
1316
|
+
padding: 0;
|
|
1317
|
+
margin: -1px;
|
|
1318
|
+
overflow: hidden;
|
|
1319
|
+
clip: rect(0, 0, 0, 0);
|
|
1320
|
+
white-space: nowrap;
|
|
1321
|
+
border: 0;
|
|
1322
|
+
}
|
|
1323
|
+
._teddy-visually-hidden--focusable_15nus_15:not(:focus):not(:focus-within):not(caption) {
|
|
1324
|
+
position: absolute;
|
|
1300
1325
|
}._teddy-radio-card-group_pfspq_1 {
|
|
1301
1326
|
display: flex;
|
|
1302
1327
|
flex-direction: column;
|
|
@@ -2752,744 +2777,329 @@
|
|
|
2752
2777
|
}
|
|
2753
2778
|
._teddy-label--required_1hc8e_12::before {
|
|
2754
2779
|
content: "* ";
|
|
2755
|
-
}
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
padding: 0;
|
|
2759
|
-
margin: -1px;
|
|
2760
|
-
overflow: hidden;
|
|
2761
|
-
clip: rect(0, 0, 0, 0);
|
|
2762
|
-
white-space: nowrap;
|
|
2763
|
-
border: 0;
|
|
2764
|
-
}
|
|
2765
|
-
._teddy-visually-hidden_15nus_1:not(caption) {
|
|
2766
|
-
position: absolute;
|
|
2767
|
-
}
|
|
2768
|
-
._teddy-visually-hidden--focusable_15nus_15:not(:focus):not(:focus-within) {
|
|
2769
|
-
width: 1px;
|
|
2770
|
-
height: 1px;
|
|
2771
|
-
padding: 0;
|
|
2772
|
-
margin: -1px;
|
|
2773
|
-
overflow: hidden;
|
|
2774
|
-
clip: rect(0, 0, 0, 0);
|
|
2775
|
-
white-space: nowrap;
|
|
2776
|
-
border: 0;
|
|
2777
|
-
}
|
|
2778
|
-
._teddy-visually-hidden--focusable_15nus_15:not(:focus):not(:focus-within):not(caption) {
|
|
2779
|
-
position: absolute;
|
|
2780
|
-
}._teddy-navigation-menu_1bmzc_1 {
|
|
2781
|
-
--item-gap: var(--teddy-spacing-200);
|
|
2782
|
-
--width-for-centering-element: calc((100% - var(--teddy-breakpoint-xl) + var(--teddy-spacing-600) * 2) / 2);
|
|
2783
|
-
--inline-padding: calc(var(--teddy-spacing-200) - var(--item-gap));
|
|
2784
|
-
position: relative;
|
|
2785
|
-
display: flex;
|
|
2786
|
-
flex-direction: column;
|
|
2787
|
-
width: auto;
|
|
2788
|
-
background-color: var(--teddy-color-background-primary);
|
|
2780
|
+
}@layer icon, toggle;
|
|
2781
|
+
._teddy-toggle__input_m5h3g_2::before {
|
|
2782
|
+
box-sizing: border-box;
|
|
2789
2783
|
}
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2784
|
+
|
|
2785
|
+
@layer toggle {
|
|
2786
|
+
._teddy-toggle_m5h3g_2 {
|
|
2787
|
+
width: fit-content;
|
|
2788
|
+
display: flex;
|
|
2789
|
+
align-items: center;
|
|
2790
|
+
position: relative;
|
|
2791
|
+
gap: var(--teddy-spacing-150);
|
|
2793
2792
|
}
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2793
|
+
._teddy-toggle__input_m5h3g_2 {
|
|
2794
|
+
all: unset;
|
|
2795
|
+
cursor: pointer;
|
|
2796
|
+
display: block;
|
|
2797
|
+
width: calc(var(--teddy-spacing-400) + var(--teddy-spacing-150));
|
|
2798
|
+
height: calc(var(--teddy-spacing-400) + var(--teddy-spacing-150));
|
|
2799
|
+
position: relative;
|
|
2800
|
+
color: var(--teddy-color-text-interactive-on-primary);
|
|
2798
2801
|
}
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
._teddy-navigation-menu_1bmzc_1::after {
|
|
2810
|
-
transition: opacity var(--teddy-motion-duration-300) ease;
|
|
2802
|
+
._teddy-toggle__input_m5h3g_2::before {
|
|
2803
|
+
content: "";
|
|
2804
|
+
display: block;
|
|
2805
|
+
position: absolute;
|
|
2806
|
+
inset: 0;
|
|
2807
|
+
height: var(--teddy-spacing-300);
|
|
2808
|
+
margin: auto 0;
|
|
2809
|
+
background-color: var(--teddy-color-text-interactive-on-primary);
|
|
2810
|
+
border: var(--teddy-border-width-xs) solid var(--teddy-color-border-interactive-primary);
|
|
2811
|
+
border-radius: var(--teddy-border-radius-full);
|
|
2811
2812
|
}
|
|
2812
|
-
|
|
2813
|
-
._teddy-
|
|
2814
|
-
|
|
2815
|
-
}
|
|
2816
|
-
._teddy-navigation-menu__list_1bmzc_37 {
|
|
2817
|
-
all: unset;
|
|
2818
|
-
list-style-type: none;
|
|
2819
|
-
display: flex;
|
|
2820
|
-
align-items: center;
|
|
2821
|
-
gap: var(--item-gap);
|
|
2822
|
-
padding-inline: var(--inline-padding);
|
|
2823
|
-
border-bottom: var(--teddy-border-width-sm) solid var(--teddy-color-border-weak);
|
|
2824
|
-
}
|
|
2825
|
-
._teddy-navigation-menu__list_1bmzc_37::before {
|
|
2826
|
-
content: "";
|
|
2827
|
-
display: block;
|
|
2828
|
-
width: var(--width-for-centering-element);
|
|
2829
|
-
}
|
|
2830
|
-
._teddy-navigation-menu__list_1bmzc_37::after {
|
|
2831
|
-
content: "";
|
|
2832
|
-
display: block;
|
|
2833
|
-
width: var(--width-for-centering-element);
|
|
2834
|
-
}
|
|
2835
|
-
._teddy-navigation-menu__list_1bmzc_37 li {
|
|
2836
|
-
line-height: 1.2;
|
|
2837
|
-
}
|
|
2838
|
-
._teddy-navigation-menu__top-menu-list_1bmzc_59 {
|
|
2839
|
-
all: unset;
|
|
2840
|
-
position: relative;
|
|
2841
|
-
list-style-type: none;
|
|
2842
|
-
gap: var(--item-gap);
|
|
2843
|
-
background-color: var(--teddy-color-background-secondary);
|
|
2844
|
-
display: flex;
|
|
2845
|
-
align-items: center;
|
|
2846
|
-
padding-inline: var(--inline-padding);
|
|
2847
|
-
}
|
|
2848
|
-
._teddy-navigation-menu__top-menu-list_1bmzc_59::before {
|
|
2849
|
-
content: "";
|
|
2850
|
-
display: block;
|
|
2851
|
-
width: var(--width-for-centering-element);
|
|
2852
|
-
}
|
|
2853
|
-
._teddy-navigation-menu__top-menu-list_1bmzc_59::after {
|
|
2854
|
-
content: "";
|
|
2855
|
-
display: block;
|
|
2856
|
-
width: var(--width-for-centering-element);
|
|
2857
|
-
}
|
|
2858
|
-
._teddy-navigation-menu__top-menu-list_1bmzc_59 li {
|
|
2859
|
-
display: grid;
|
|
2860
|
-
line-height: 1.2;
|
|
2861
|
-
}
|
|
2862
|
-
._teddy-navigation-menu__top-menu-trigger_1bmzc_83 {
|
|
2863
|
-
all: unset;
|
|
2864
|
-
position: relative;
|
|
2865
|
-
cursor: pointer;
|
|
2866
|
-
text-decoration: none;
|
|
2867
|
-
display: inline-flex;
|
|
2868
|
-
flex-direction: column;
|
|
2869
|
-
align-items: center;
|
|
2870
|
-
justify-content: center;
|
|
2871
|
-
gap: var(--teddy-spacing-50);
|
|
2872
|
-
color: var(--teddy-color-text-interactive-primary);
|
|
2873
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
2874
|
-
white-space: nowrap;
|
|
2875
|
-
min-width: var(--teddy-spacing-400);
|
|
2876
|
-
font-size: var(--teddy-typography-scale-100);
|
|
2877
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
2878
|
-
padding: var(--teddy-spacing-200) var(--teddy-spacing-100);
|
|
2879
|
-
text-align: center;
|
|
2880
|
-
}
|
|
2881
|
-
._teddy-navigation-menu__top-menu-trigger--small_1bmzc_102 {
|
|
2882
|
-
padding: calc(var(--teddy-spacing-100) + var(--teddy-spacing-25) + var(--teddy-spacing-10)) var(--teddy-spacing-100);
|
|
2883
|
-
font-size: var(--teddy-typography-scale-75);
|
|
2884
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
2885
|
-
outline-offset: -2px;
|
|
2886
|
-
}
|
|
2887
|
-
._teddy-navigation-menu__top-menu-trigger--button_1bmzc_108 {
|
|
2888
|
-
padding: var(--teddy-spacing-100);
|
|
2889
|
-
min-height: calc(var(--teddy-spacing-400) + var(--teddy-spacing-200));
|
|
2890
|
-
box-sizing: border-box;
|
|
2891
|
-
border-radius: var(--teddy-border-radius-md);
|
|
2892
|
-
display: flex;
|
|
2893
|
-
place-items: center;
|
|
2894
|
-
flex-wrap: wrap;
|
|
2895
|
-
flex-direction: row;
|
|
2896
|
-
gap: var(--teddy-spacing-100);
|
|
2897
|
-
row-gap: var(--teddy-spacing-50);
|
|
2898
|
-
}
|
|
2899
|
-
@media (max-width: 600px) {
|
|
2900
|
-
._teddy-navigation-menu__top-menu-trigger--button_1bmzc_108 {
|
|
2901
|
-
font-size: var(--teddy-typography-scale-75);
|
|
2813
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2814
|
+
._teddy-toggle__input_m5h3g_2::before {
|
|
2815
|
+
transition: background-color var(--teddy-motion-duration-150) ease, border-color var(--teddy-motion-duration-150) ease;
|
|
2816
|
+
}
|
|
2902
2817
|
}
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
display: block;
|
|
2907
|
-
position: absolute;
|
|
2908
|
-
inset: 0;
|
|
2909
|
-
opacity: 0;
|
|
2910
|
-
border-radius: inherit;
|
|
2911
|
-
background-color: transparent;
|
|
2912
|
-
pointer-events: none;
|
|
2913
|
-
border-bottom: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
2914
|
-
}
|
|
2915
|
-
._teddy-navigation-menu__top-menu-trigger--button_1bmzc_108::after {
|
|
2916
|
-
border: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
2917
|
-
}
|
|
2918
|
-
._teddy-navigation-menu__top-menu-trigger_1bmzc_83:not(._teddy-navigation-menu__top-menu-trigger--button_1bmzc_108)::before {
|
|
2919
|
-
content: attr(data-text);
|
|
2920
|
-
content: attr(data-text)/"";
|
|
2921
|
-
height: 0;
|
|
2922
|
-
visibility: hidden;
|
|
2923
|
-
overflow: hidden;
|
|
2924
|
-
user-select: none;
|
|
2925
|
-
pointer-events: none;
|
|
2926
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
2927
|
-
}
|
|
2928
|
-
@media speech {
|
|
2929
|
-
._teddy-navigation-menu__top-menu-trigger_1bmzc_83:not(._teddy-navigation-menu__top-menu-trigger--button_1bmzc_108)::before {
|
|
2930
|
-
display: none;
|
|
2818
|
+
._teddy-toggle__input_m5h3g_2[data-state=checked]::before {
|
|
2819
|
+
background-color: var(--teddy-color-background-interactive-primary);
|
|
2820
|
+
border-color: var(--teddy-color-functional-transparent);
|
|
2931
2821
|
}
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
}
|
|
2936
|
-
._teddy-navigation-menu__top-menu-trigger_1bmzc_83:hover::after {
|
|
2937
|
-
opacity: 1;
|
|
2938
|
-
}
|
|
2939
|
-
._teddy-navigation-menu__top-menu-trigger_1bmzc_83:active {
|
|
2940
|
-
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
2941
|
-
}
|
|
2942
|
-
._teddy-navigation-menu__top-menu-trigger_1bmzc_83:active::after {
|
|
2943
|
-
opacity: 1;
|
|
2944
|
-
}
|
|
2945
|
-
._teddy-navigation-menu__top-menu-trigger_1bmzc_83[data-state=open], ._teddy-navigation-menu__top-menu-trigger_1bmzc_83:has([data-active]), ._teddy-navigation-menu__top-menu-trigger_1bmzc_83[data-active] {
|
|
2946
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
2947
|
-
}
|
|
2948
|
-
._teddy-navigation-menu__top-menu-trigger_1bmzc_83[data-state=open]::after, ._teddy-navigation-menu__top-menu-trigger_1bmzc_83:has([data-active])::after, ._teddy-navigation-menu__top-menu-trigger_1bmzc_83[data-active]::after {
|
|
2949
|
-
border-color: var(--teddy-color-text-interactive-primary);
|
|
2950
|
-
opacity: 1;
|
|
2951
|
-
}
|
|
2952
|
-
._teddy-navigation-menu__top-menu-trigger_1bmzc_83:focus-visible {
|
|
2953
|
-
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
2954
|
-
}
|
|
2955
|
-
._teddy-navigation-menu__top-menu-trigger_1bmzc_83[data-state=open] {
|
|
2956
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
2957
|
-
}
|
|
2958
|
-
._teddy-navigation-menu__top-menu-trigger_1bmzc_83[data-state=open]::after {
|
|
2959
|
-
border-color: var(--teddy-color-text-interactive-primary);
|
|
2960
|
-
opacity: 1;
|
|
2961
|
-
}
|
|
2962
|
-
._teddy-navigation-menu__content_1bmzc_183 {
|
|
2963
|
-
all: unset;
|
|
2964
|
-
list-style-type: none;
|
|
2965
|
-
display: flex;
|
|
2966
|
-
gap: var(--teddy-spacing-100);
|
|
2967
|
-
padding: 0;
|
|
2968
|
-
position: absolute;
|
|
2969
|
-
left: 0;
|
|
2970
|
-
right: 0;
|
|
2971
|
-
max-width: calc(var(--teddy-breakpoint-xl) - (var(--teddy-spacing-600) + var(--item-gap)) * 2);
|
|
2972
|
-
margin-inline: auto;
|
|
2973
|
-
padding-inline: calc(var(--inline-padding) + var(--teddy-spacing-200));
|
|
2974
|
-
overflow: clip;
|
|
2975
|
-
}
|
|
2976
|
-
._teddy-navigation-menu__content_1bmzc_183 > ul {
|
|
2977
|
-
list-style: none;
|
|
2978
|
-
display: flex;
|
|
2979
|
-
margin: 0;
|
|
2980
|
-
padding: 0;
|
|
2981
|
-
}
|
|
2982
|
-
._teddy-navigation-menu__content_1bmzc_183 > ul > li {
|
|
2983
|
-
display: grid;
|
|
2984
|
-
line-height: 1.2;
|
|
2985
|
-
}
|
|
2986
|
-
@media (prefers-reduced-motion: no-preference) {
|
|
2987
|
-
._teddy-navigation-menu__content_1bmzc_183 {
|
|
2988
|
-
animation-duration: var(--teddy-motion-duration-300);
|
|
2989
|
-
animation-timing-function: ease;
|
|
2822
|
+
._teddy-toggle__input_m5h3g_2[data-state=checked]:disabled::before {
|
|
2823
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2824
|
+
border-color: var(--teddy-color-functional-transparent);
|
|
2990
2825
|
}
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
position: absolute;
|
|
2995
|
-
inset: 0;
|
|
2996
|
-
box-shadow: 0 var(--teddy-border-width-lg) var(--teddy-border-width-lg) calc(var(--teddy-border-width-md) * -1) var(--teddy-color-border-weak);
|
|
2997
|
-
}
|
|
2998
|
-
._teddy-navigation-menu__trigger_1bmzc_219 {
|
|
2999
|
-
position: relative;
|
|
3000
|
-
all: unset;
|
|
3001
|
-
position: relative;
|
|
3002
|
-
cursor: pointer;
|
|
3003
|
-
text-decoration: none;
|
|
3004
|
-
display: inline-flex;
|
|
3005
|
-
flex-direction: column;
|
|
3006
|
-
align-items: center;
|
|
3007
|
-
justify-content: center;
|
|
3008
|
-
gap: var(--teddy-spacing-50);
|
|
3009
|
-
color: var(--teddy-color-text-interactive-primary);
|
|
3010
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
3011
|
-
white-space: nowrap;
|
|
3012
|
-
min-width: var(--teddy-spacing-400);
|
|
3013
|
-
font-size: var(--teddy-typography-scale-100);
|
|
3014
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
3015
|
-
padding: var(--teddy-spacing-200) var(--teddy-spacing-100);
|
|
3016
|
-
text-align: center;
|
|
3017
|
-
}
|
|
3018
|
-
._teddy-navigation-menu__trigger--small_1bmzc_239 {
|
|
3019
|
-
padding: calc(var(--teddy-spacing-100) + var(--teddy-spacing-25) + var(--teddy-spacing-10)) var(--teddy-spacing-100);
|
|
3020
|
-
font-size: var(--teddy-typography-scale-75);
|
|
3021
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
3022
|
-
outline-offset: -2px;
|
|
3023
|
-
}
|
|
3024
|
-
._teddy-navigation-menu__trigger--button_1bmzc_245 {
|
|
3025
|
-
padding: var(--teddy-spacing-100);
|
|
3026
|
-
min-height: calc(var(--teddy-spacing-400) + var(--teddy-spacing-200));
|
|
3027
|
-
box-sizing: border-box;
|
|
3028
|
-
border-radius: var(--teddy-border-radius-md);
|
|
3029
|
-
display: flex;
|
|
3030
|
-
place-items: center;
|
|
3031
|
-
flex-wrap: wrap;
|
|
3032
|
-
flex-direction: row;
|
|
3033
|
-
gap: var(--teddy-spacing-100);
|
|
3034
|
-
row-gap: var(--teddy-spacing-50);
|
|
3035
|
-
}
|
|
3036
|
-
@media (max-width: 600px) {
|
|
3037
|
-
._teddy-navigation-menu__trigger--button_1bmzc_245 {
|
|
3038
|
-
font-size: var(--teddy-typography-scale-75);
|
|
2826
|
+
._teddy-toggle__input_m5h3g_2[data-state=checked]:hover:not(:disabled)::before {
|
|
2827
|
+
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
2828
|
+
border-color: var(--teddy-color-functional-transparent);
|
|
3039
2829
|
}
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
display: block;
|
|
3044
|
-
position: absolute;
|
|
3045
|
-
inset: 0;
|
|
3046
|
-
opacity: 0;
|
|
3047
|
-
border-radius: inherit;
|
|
3048
|
-
background-color: transparent;
|
|
3049
|
-
pointer-events: none;
|
|
3050
|
-
border-bottom: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
3051
|
-
}
|
|
3052
|
-
._teddy-navigation-menu__trigger--button_1bmzc_245::after {
|
|
3053
|
-
border: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
3054
|
-
}
|
|
3055
|
-
._teddy-navigation-menu__trigger_1bmzc_219:not(._teddy-navigation-menu__trigger--button_1bmzc_245)::before {
|
|
3056
|
-
content: attr(data-text);
|
|
3057
|
-
content: attr(data-text)/"";
|
|
3058
|
-
height: 0;
|
|
3059
|
-
visibility: hidden;
|
|
3060
|
-
overflow: hidden;
|
|
3061
|
-
user-select: none;
|
|
3062
|
-
pointer-events: none;
|
|
3063
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
3064
|
-
}
|
|
3065
|
-
@media speech {
|
|
3066
|
-
._teddy-navigation-menu__trigger_1bmzc_219:not(._teddy-navigation-menu__trigger--button_1bmzc_245)::before {
|
|
3067
|
-
display: none;
|
|
2830
|
+
._teddy-toggle__input_m5h3g_2[data-state=checked]:active:not(:disabled)::before {
|
|
2831
|
+
background-color: var(--teddy-color-background-interactive-primary-active);
|
|
2832
|
+
border-color: var(--teddy-color-functional-transparent);
|
|
3068
2833
|
}
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
3072
|
-
}
|
|
3073
|
-
._teddy-navigation-menu__trigger_1bmzc_219:hover::after {
|
|
3074
|
-
opacity: 1;
|
|
3075
|
-
}
|
|
3076
|
-
._teddy-navigation-menu__trigger_1bmzc_219:active {
|
|
3077
|
-
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
3078
|
-
}
|
|
3079
|
-
._teddy-navigation-menu__trigger_1bmzc_219:active::after {
|
|
3080
|
-
opacity: 1;
|
|
3081
|
-
}
|
|
3082
|
-
._teddy-navigation-menu__trigger_1bmzc_219[data-state=open], ._teddy-navigation-menu__trigger_1bmzc_219:has([data-active]), ._teddy-navigation-menu__trigger_1bmzc_219[data-active] {
|
|
3083
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
3084
|
-
}
|
|
3085
|
-
._teddy-navigation-menu__trigger_1bmzc_219[data-state=open]::after, ._teddy-navigation-menu__trigger_1bmzc_219:has([data-active])::after, ._teddy-navigation-menu__trigger_1bmzc_219[data-active]::after {
|
|
3086
|
-
border-color: var(--teddy-color-text-interactive-primary);
|
|
3087
|
-
opacity: 1;
|
|
3088
|
-
}
|
|
3089
|
-
._teddy-navigation-menu__trigger_1bmzc_219:focus-visible {
|
|
3090
|
-
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
3091
|
-
}
|
|
3092
|
-
._teddy-navigation-menu__link_1bmzc_313 {
|
|
3093
|
-
all: unset;
|
|
3094
|
-
position: relative;
|
|
3095
|
-
cursor: pointer;
|
|
3096
|
-
text-decoration: none;
|
|
3097
|
-
display: inline-flex;
|
|
3098
|
-
flex-direction: column;
|
|
3099
|
-
align-items: center;
|
|
3100
|
-
justify-content: center;
|
|
3101
|
-
gap: var(--teddy-spacing-50);
|
|
3102
|
-
color: var(--teddy-color-text-interactive-primary);
|
|
3103
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
3104
|
-
white-space: nowrap;
|
|
3105
|
-
min-width: var(--teddy-spacing-400);
|
|
3106
|
-
font-size: var(--teddy-typography-scale-100);
|
|
3107
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
3108
|
-
padding: var(--teddy-spacing-200) var(--teddy-spacing-100);
|
|
3109
|
-
text-align: center;
|
|
3110
|
-
text-decoration: none;
|
|
3111
|
-
}
|
|
3112
|
-
._teddy-navigation-menu__link--small_1bmzc_333 {
|
|
3113
|
-
padding: calc(var(--teddy-spacing-100) + var(--teddy-spacing-25) + var(--teddy-spacing-10)) var(--teddy-spacing-100);
|
|
3114
|
-
font-size: var(--teddy-typography-scale-75);
|
|
3115
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
3116
|
-
outline-offset: -2px;
|
|
3117
|
-
}
|
|
3118
|
-
._teddy-navigation-menu__link--button_1bmzc_339 {
|
|
3119
|
-
padding: var(--teddy-spacing-100);
|
|
3120
|
-
min-height: calc(var(--teddy-spacing-400) + var(--teddy-spacing-200));
|
|
3121
|
-
box-sizing: border-box;
|
|
3122
|
-
border-radius: var(--teddy-border-radius-md);
|
|
3123
|
-
display: flex;
|
|
3124
|
-
place-items: center;
|
|
3125
|
-
flex-wrap: wrap;
|
|
3126
|
-
flex-direction: row;
|
|
3127
|
-
gap: var(--teddy-spacing-100);
|
|
3128
|
-
row-gap: var(--teddy-spacing-50);
|
|
3129
|
-
}
|
|
3130
|
-
@media (max-width: 600px) {
|
|
3131
|
-
._teddy-navigation-menu__link--button_1bmzc_339 {
|
|
3132
|
-
font-size: var(--teddy-typography-scale-75);
|
|
2834
|
+
._teddy-toggle__input_m5h3g_2:disabled {
|
|
2835
|
+
cursor: default;
|
|
3133
2836
|
}
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
content: "";
|
|
3137
|
-
display: block;
|
|
3138
|
-
position: absolute;
|
|
3139
|
-
inset: 0;
|
|
3140
|
-
opacity: 0;
|
|
3141
|
-
border-radius: inherit;
|
|
3142
|
-
background-color: transparent;
|
|
3143
|
-
pointer-events: none;
|
|
3144
|
-
border-bottom: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
3145
|
-
}
|
|
3146
|
-
._teddy-navigation-menu__link--button_1bmzc_339::after {
|
|
3147
|
-
border: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
3148
|
-
}
|
|
3149
|
-
._teddy-navigation-menu__link_1bmzc_313:not(._teddy-navigation-menu__link--button_1bmzc_339)::before {
|
|
3150
|
-
content: attr(data-text);
|
|
3151
|
-
content: attr(data-text)/"";
|
|
3152
|
-
height: 0;
|
|
3153
|
-
visibility: hidden;
|
|
3154
|
-
overflow: hidden;
|
|
3155
|
-
user-select: none;
|
|
3156
|
-
pointer-events: none;
|
|
3157
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
3158
|
-
}
|
|
3159
|
-
@media speech {
|
|
3160
|
-
._teddy-navigation-menu__link_1bmzc_313:not(._teddy-navigation-menu__link--button_1bmzc_339)::before {
|
|
3161
|
-
display: none;
|
|
2837
|
+
._teddy-toggle__input_m5h3g_2:disabled::before {
|
|
2838
|
+
border-color: var(--teddy-color-border-weak);
|
|
3162
2839
|
}
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
}
|
|
3167
|
-
._teddy-navigation-menu__link_1bmzc_313:hover::after {
|
|
3168
|
-
opacity: 1;
|
|
3169
|
-
}
|
|
3170
|
-
._teddy-navigation-menu__link_1bmzc_313:active {
|
|
3171
|
-
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
3172
|
-
}
|
|
3173
|
-
._teddy-navigation-menu__link_1bmzc_313:active::after {
|
|
3174
|
-
opacity: 1;
|
|
3175
|
-
}
|
|
3176
|
-
._teddy-navigation-menu__link_1bmzc_313[data-state=open], ._teddy-navigation-menu__link_1bmzc_313:has([data-active]), ._teddy-navigation-menu__link_1bmzc_313[data-active] {
|
|
3177
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
3178
|
-
}
|
|
3179
|
-
._teddy-navigation-menu__link_1bmzc_313[data-state=open]::after, ._teddy-navigation-menu__link_1bmzc_313:has([data-active])::after, ._teddy-navigation-menu__link_1bmzc_313[data-active]::after {
|
|
3180
|
-
border-color: var(--teddy-color-text-interactive-primary);
|
|
3181
|
-
opacity: 1;
|
|
3182
|
-
}
|
|
3183
|
-
._teddy-navigation-menu__link_1bmzc_313:focus-visible {
|
|
3184
|
-
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
3185
|
-
}
|
|
3186
|
-
._teddy-navigation-menu__viewport_1bmzc_34 {
|
|
3187
|
-
position: relative;
|
|
3188
|
-
background-color: var(--teddy-color-background-primary);
|
|
3189
|
-
height: var(--radix-navigation-menu-viewport-height);
|
|
3190
|
-
transform-origin: top left;
|
|
3191
|
-
overflow: clip;
|
|
3192
|
-
}
|
|
3193
|
-
@keyframes _scaleIn_1bmzc_1 {
|
|
3194
|
-
from {
|
|
3195
|
-
opacity: 0;
|
|
3196
|
-
transform: scale(0.9);
|
|
3197
|
-
height: 1px;
|
|
2840
|
+
._teddy-toggle__input_m5h3g_2:hover:not(:disabled)::before {
|
|
2841
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
2842
|
+
border-color: var(--teddy-color-border-interactive-primary);
|
|
3198
2843
|
}
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
transform: scale(1);
|
|
3202
|
-
height: var(--radix-navigation-menu-viewport-height);
|
|
2844
|
+
._teddy-toggle__input_m5h3g_2:active:not(:disabled)::before {
|
|
2845
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
3203
2846
|
}
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
2847
|
+
._teddy-toggle_m5h3g_2:focus-within::before {
|
|
2848
|
+
border-radius: var(--teddy-border-radius-xs);
|
|
2849
|
+
box-shadow: 0 0 0 var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
2850
|
+
content: "";
|
|
3207
2851
|
opacity: 1;
|
|
3208
|
-
|
|
2852
|
+
display: block;
|
|
2853
|
+
inset: calc(var(--teddy-spacing-25) * -1);
|
|
2854
|
+
position: absolute;
|
|
2855
|
+
pointer-events: none;
|
|
3209
2856
|
}
|
|
3210
|
-
|
|
2857
|
+
._teddy-toggle_m5h3g_2:focus-within:has(._teddy-toggle__input_m5h3g_2:not(:focus-visible))::before {
|
|
3211
2858
|
opacity: 0;
|
|
3212
|
-
transform: scale(0.9);
|
|
3213
|
-
height: 0;
|
|
3214
2859
|
}
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
2860
|
+
._teddy-toggle__thumb_m5h3g_81 {
|
|
2861
|
+
position: absolute;
|
|
2862
|
+
display: block;
|
|
2863
|
+
height: calc(var(--teddy-spacing-200) + var(--teddy-spacing-25));
|
|
2864
|
+
width: calc(var(--teddy-spacing-200) + var(--teddy-spacing-25));
|
|
2865
|
+
border-radius: var(--teddy-border-radius-full);
|
|
2866
|
+
background-color: var(--teddy-color-background-interactive-primary);
|
|
2867
|
+
inset: 50% auto auto var(--teddy-spacing-10);
|
|
2868
|
+
transform: translate(var(--teddy-spacing-25), -50%);
|
|
3220
2869
|
}
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
2870
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2871
|
+
._teddy-toggle__thumb_m5h3g_81 {
|
|
2872
|
+
transition: transform var(--teddy-motion-duration-150) ease, background-color var(--teddy-motion-duration-150) ease;
|
|
2873
|
+
will-change: transform;
|
|
2874
|
+
}
|
|
3224
2875
|
}
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
from {
|
|
3228
|
-
opacity: 0;
|
|
3229
|
-
transform: translateX(-200px);
|
|
2876
|
+
._teddy-toggle__thumb_m5h3g_81[data-disabled] {
|
|
2877
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
3230
2878
|
}
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
transform:
|
|
2879
|
+
._teddy-toggle__thumb_m5h3g_81[data-state=checked] {
|
|
2880
|
+
background-color: var(--teddy-color-text-interactive-on-primary);
|
|
2881
|
+
transform: translate(calc(100% + var(--teddy-spacing-50)), -50%);
|
|
3234
2882
|
}
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
from {
|
|
3238
|
-
opacity: 1;
|
|
3239
|
-
transform: translateX(0);
|
|
2883
|
+
._teddy-toggle__thumb_m5h3g_81[data-state=checked][data-disabled] {
|
|
2884
|
+
background-color: var(--teddy-color-text-interactive-on-primary);
|
|
3240
2885
|
}
|
|
3241
|
-
|
|
2886
|
+
._teddy-toggle__indicator_m5h3g_107 {
|
|
2887
|
+
position: absolute;
|
|
2888
|
+
inset: 50% auto auto calc(var(--teddy-spacing-150) + var(--teddy-spacing-10));
|
|
3242
2889
|
opacity: 0;
|
|
3243
|
-
|
|
2890
|
+
scale: 0;
|
|
2891
|
+
transform: translate(-50%, -50%);
|
|
2892
|
+
transform-origin: 0 50%;
|
|
3244
2893
|
}
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
transform: translateX(0);
|
|
2894
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2895
|
+
._teddy-toggle__indicator_m5h3g_107 {
|
|
2896
|
+
transition: opacity var(--teddy-motion-duration-150) ease, scale var(--teddy-motion-duration-150) ease;
|
|
2897
|
+
}
|
|
3250
2898
|
}
|
|
3251
|
-
|
|
3252
|
-
opacity: 0;
|
|
3253
|
-
transform: translateX(-200px);
|
|
3254
|
-
}
|
|
3255
|
-
}._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--subsection_],
|
|
3256
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--subsection-100_] {
|
|
3257
|
-
margin-bottom: var(--teddy-spacing-50);
|
|
3258
|
-
}
|
|
3259
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--overline-100_],
|
|
3260
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--additional-100_],
|
|
3261
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-100_],
|
|
3262
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-200_],
|
|
3263
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-300_] {
|
|
3264
|
-
margin-bottom: var(--teddy-spacing-100);
|
|
3265
|
-
}
|
|
3266
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--overline-200_] {
|
|
3267
|
-
margin-bottom: var(--teddy-spacing-150);
|
|
3268
|
-
}
|
|
3269
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_],
|
|
3270
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] {
|
|
3271
|
-
margin-bottom: var(--teddy-spacing-200);
|
|
3272
|
-
}
|
|
3273
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-100_],
|
|
3274
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-100_] {
|
|
3275
|
-
margin-top: var(--teddy-spacing-300);
|
|
3276
|
-
}
|
|
3277
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-200_],
|
|
3278
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-200_] {
|
|
3279
|
-
margin-top: var(--teddy-spacing-400);
|
|
3280
|
-
}
|
|
3281
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-300_],
|
|
3282
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-400_],
|
|
3283
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-500_],
|
|
3284
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-600_],
|
|
3285
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-700_],
|
|
3286
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-300_],
|
|
3287
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-400_],
|
|
3288
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-500_],
|
|
3289
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-600_],
|
|
3290
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-700_] {
|
|
3291
|
-
margin-top: var(--teddy-spacing-600);
|
|
3292
|
-
}
|
|
3293
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-400_],
|
|
3294
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-500_] {
|
|
3295
|
-
margin-bottom: var(--teddy-spacing-250);
|
|
3296
|
-
}
|
|
3297
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-600_],
|
|
3298
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-700_],
|
|
3299
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-25_],
|
|
3300
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-50_],
|
|
3301
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-100_],
|
|
3302
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-200_] {
|
|
3303
|
-
margin-bottom: var(--teddy-spacing-300);
|
|
3304
|
-
}
|
|
3305
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--preamble-100_] {
|
|
3306
|
-
margin-bottom: var(--teddy-spacing-400);
|
|
3307
|
-
}
|
|
3308
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--preamble-200_] {
|
|
3309
|
-
margin-bottom: var(--teddy-spacing-600);
|
|
3310
|
-
}
|
|
3311
|
-
._teddy-text-spacing_dwbo8_1 * > :last-child,
|
|
3312
|
-
._teddy-text-spacing_dwbo8_1 > :last-child {
|
|
3313
|
-
margin-bottom: 0;
|
|
3314
|
-
}@keyframes _fadeInAnimation_shhej_1 {
|
|
3315
|
-
0% {
|
|
3316
|
-
opacity: 0;
|
|
3317
|
-
}
|
|
3318
|
-
100% {
|
|
2899
|
+
._teddy-toggle__input_m5h3g_2[data-state=checked] ._teddy-toggle__indicator_m5h3g_107 {
|
|
3319
2900
|
opacity: 1;
|
|
2901
|
+
scale: 1;
|
|
3320
2902
|
}
|
|
3321
|
-
}
|
|
3322
|
-
@
|
|
3323
|
-
|
|
3324
|
-
|
|
2903
|
+
}@layer heading, link, accordion;
|
|
2904
|
+
@layer accordion {
|
|
2905
|
+
._teddy-accordion_1arsz_3 {
|
|
2906
|
+
--indented-spacing: var(--teddy-spacing-200);
|
|
3325
2907
|
}
|
|
3326
|
-
|
|
3327
|
-
|
|
2908
|
+
@media (min-width: 600px) {
|
|
2909
|
+
._teddy-accordion_1arsz_3 {
|
|
2910
|
+
--indented-spacing: var(--teddy-spacing-300);
|
|
2911
|
+
}
|
|
3328
2912
|
}
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
box-sizing: border-box;
|
|
3332
|
-
display: grid;
|
|
3333
|
-
grid-template-columns: 1fr auto;
|
|
3334
|
-
column-gap: var(--teddy-spacing-50);
|
|
3335
|
-
grid-template-areas: "label label" "input button" "error-list error-list" "helper-text helper-text";
|
|
3336
|
-
}
|
|
3337
|
-
._teddy-text-field__label_shhej_24 {
|
|
3338
|
-
grid-area: label;
|
|
3339
|
-
}
|
|
3340
|
-
._teddy-text-field__input-group_shhej_27 {
|
|
3341
|
-
grid-area: input;
|
|
3342
|
-
}
|
|
3343
|
-
:has(._teddy-text-field__button--attached_shhej_30) ._teddy-text-field__frame_shhej_30 {
|
|
3344
|
-
border-radius: var(--teddy-border-radius-md) 0 0 var(--teddy-border-radius-md);
|
|
3345
|
-
}
|
|
3346
|
-
._teddy-text-field__button_shhej_30 {
|
|
3347
|
-
grid-area: button;
|
|
3348
|
-
}
|
|
3349
|
-
._teddy-text-field__button--attached_shhej_30 {
|
|
3350
|
-
border-radius: 0 var(--teddy-border-radius-md) var(--teddy-border-radius-md) 0;
|
|
3351
|
-
}
|
|
3352
|
-
._teddy-text-field_shhej_17 > * + * {
|
|
3353
|
-
margin-top: var(--teddy-spacing-50);
|
|
3354
|
-
}
|
|
3355
|
-
._teddy-text-field__helper-text_shhej_42 {
|
|
3356
|
-
grid-area: helper-text;
|
|
3357
|
-
}
|
|
3358
|
-
._teddy-text-field__error-list_shhej_45 {
|
|
3359
|
-
grid-area: error-list;
|
|
3360
|
-
list-style: none;
|
|
3361
|
-
padding: 0;
|
|
3362
|
-
}
|
|
3363
|
-
._teddy-text-field__error-list_shhej_45 > * + * {
|
|
3364
|
-
margin-top: var(--teddy-spacing-50);
|
|
3365
|
-
}@keyframes _fadeInAnimation_mhz8x_1 {
|
|
3366
|
-
0% {
|
|
3367
|
-
opacity: 0;
|
|
2913
|
+
._teddy-accordion--indented_1arsz_11 ._teddy-accordion__header_1arsz_11 > *:first-child {
|
|
2914
|
+
padding-left: var(--indented-spacing);
|
|
3368
2915
|
}
|
|
3369
|
-
|
|
3370
|
-
|
|
2916
|
+
._teddy-accordion--indented_1arsz_11 ._teddy-accordion__content_1arsz_14 {
|
|
2917
|
+
padding-inline: var(--indented-spacing);
|
|
3371
2918
|
}
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
0% {
|
|
3375
|
-
scale: 0;
|
|
2919
|
+
._teddy-accordion--negative_1arsz_17 ._teddy-accordion__header_1arsz_11 {
|
|
2920
|
+
color: var(--teddy-color-text-interactive-primary-negative);
|
|
3376
2921
|
}
|
|
3377
|
-
|
|
3378
|
-
|
|
2922
|
+
._teddy-accordion--negative_1arsz_17 ._teddy-accordion__content_1arsz_14,
|
|
2923
|
+
._teddy-accordion--negative_1arsz_17 ._teddy-accordion__title_1arsz_21 {
|
|
2924
|
+
color: var(--teddy-color-text-default-negative);
|
|
3379
2925
|
}
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
box-sizing: border-box;
|
|
3383
|
-
}
|
|
3384
|
-
@layer input {
|
|
3385
|
-
._teddy-input_mhz8x_17 {
|
|
3386
|
-
position: relative;
|
|
3387
|
-
cursor: text;
|
|
3388
|
-
display: flex;
|
|
3389
|
-
align-items: center;
|
|
3390
|
-
padding: 0 var(--teddy-spacing-150);
|
|
3391
|
-
gap: var(--teddy-spacing-50);
|
|
3392
|
-
color: var(--teddy-color-text-weak);
|
|
2926
|
+
._teddy-accordion--negative_1arsz_17 ._teddy-accordion__trigger_1arsz_24:hover {
|
|
2927
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
3393
2928
|
}
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
border: var(--teddy-border-width-xs) solid var(--teddy-color-border-interactive-subtle);
|
|
3399
|
-
pointer-events: none;
|
|
3400
|
-
z-index: 1;
|
|
2929
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2930
|
+
._teddy-accordion--negative_1arsz_17 ._teddy-accordion__trigger_1arsz_24:active {
|
|
2931
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
2932
|
+
}
|
|
3401
2933
|
}
|
|
3402
|
-
._teddy-
|
|
3403
|
-
|
|
2934
|
+
._teddy-accordion--negative_1arsz_17 ._teddy-accordion__item_1arsz_32 {
|
|
2935
|
+
border-color: var(--teddy-color-border-medium-negative);
|
|
3404
2936
|
}
|
|
3405
|
-
._teddy-
|
|
3406
|
-
border-
|
|
3407
|
-
border: none;
|
|
3408
|
-
margin: calc(var(--teddy-spacing-100) + var(--teddy-spacing-25)) 0;
|
|
3409
|
-
font-family: var(--teddy-typography-family-default);
|
|
3410
|
-
font-size: var(--teddy-typography-scale-100);
|
|
3411
|
-
line-height: 150%;
|
|
3412
|
-
overflow: hidden;
|
|
3413
|
-
text-overflow: ellipsis;
|
|
3414
|
-
font-style: normal;
|
|
3415
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
3416
|
-
outline: none;
|
|
3417
|
-
background: transparent;
|
|
3418
|
-
width: 100%;
|
|
3419
|
-
flex: 1 1 100%;
|
|
3420
|
-
color: var(--teddy-color-text-default);
|
|
2937
|
+
._teddy-accordion--negative_1arsz_17 ._teddy-accordion__item_1arsz_32:last-child {
|
|
2938
|
+
border-color: var(--teddy-color-border-medium-negative);
|
|
3421
2939
|
}
|
|
3422
|
-
._teddy-
|
|
3423
|
-
|
|
3424
|
-
border-color: var(--teddy-color-border-interactive-subtle-hover);
|
|
2940
|
+
._teddy-accordion_1arsz_3:disabled {
|
|
2941
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
3425
2942
|
}
|
|
3426
|
-
._teddy-
|
|
3427
|
-
|
|
3428
|
-
outline-offset: calc(var(--teddy-spacing-10) * 2);
|
|
3429
|
-
border-width: var(--teddy-border-width-xs);
|
|
3430
|
-
border-color: var(--teddy-color-border-interactive-subtle-hover);
|
|
2943
|
+
._teddy-accordion__title_1arsz_21 {
|
|
2944
|
+
margin-bottom: var(--teddy-spacing-300);
|
|
3431
2945
|
}
|
|
3432
|
-
|
|
3433
|
-
|
|
2946
|
+
@media (min-width: 600px) {
|
|
2947
|
+
._teddy-accordion__title_1arsz_21 {
|
|
2948
|
+
margin-bottom: var(--teddy-spacing-400);
|
|
2949
|
+
}
|
|
3434
2950
|
}
|
|
3435
|
-
._teddy-
|
|
3436
|
-
border-
|
|
3437
|
-
border-color: var(--teddy-color-border-medium);
|
|
2951
|
+
._teddy-accordion__item_1arsz_32 {
|
|
2952
|
+
border-top: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
3438
2953
|
}
|
|
3439
|
-
._teddy-
|
|
3440
|
-
|
|
2954
|
+
._teddy-accordion__item_1arsz_32:first-child {
|
|
2955
|
+
margin-top: 0;
|
|
3441
2956
|
}
|
|
3442
|
-
._teddy-
|
|
3443
|
-
border-
|
|
2957
|
+
._teddy-accordion__item_1arsz_32:last-child {
|
|
2958
|
+
border-bottom: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
3444
2959
|
}
|
|
3445
|
-
._teddy-
|
|
3446
|
-
|
|
2960
|
+
._teddy-accordion__header_1arsz_11 {
|
|
2961
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
2962
|
+
display: grid;
|
|
2963
|
+
grid-template-columns: minmax(0, 1fr) auto;
|
|
2964
|
+
align-items: stretch;
|
|
2965
|
+
max-width: initial;
|
|
2966
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
2967
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
3447
2968
|
}
|
|
3448
|
-
._teddy-
|
|
3449
|
-
|
|
2969
|
+
._teddy-accordion__trigger_1arsz_24 {
|
|
2970
|
+
all: unset;
|
|
2971
|
+
font-family: inherit;
|
|
2972
|
+
background-color: transparent;
|
|
2973
|
+
display: flex;
|
|
2974
|
+
gap: var(--teddy-spacing-100);
|
|
2975
|
+
min-width: 2rem;
|
|
2976
|
+
align-items: center;
|
|
2977
|
+
justify-content: space-between;
|
|
2978
|
+
cursor: pointer;
|
|
2979
|
+
transition-duration: var(--teddy-motion-duration-100);
|
|
2980
|
+
transition-timing-function: var(--teddy-motion-easing-ease-in-out);
|
|
2981
|
+
transition-property: background-color, color;
|
|
3450
2982
|
}
|
|
3451
|
-
._teddy-
|
|
3452
|
-
color: var(--teddy-color-
|
|
2983
|
+
._teddy-accordion__trigger_1arsz_24:hover {
|
|
2984
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
3453
2985
|
}
|
|
3454
|
-
|
|
3455
|
-
|
|
2986
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2987
|
+
._teddy-accordion__trigger_1arsz_24:active {
|
|
2988
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
2989
|
+
}
|
|
3456
2990
|
}
|
|
3457
|
-
._teddy-
|
|
3458
|
-
|
|
2991
|
+
._teddy-accordion__trigger_1arsz_24:focus-within {
|
|
2992
|
+
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
2993
|
+
outline-offset: var(--teddy-spacing-25);
|
|
2994
|
+
z-index: 1;
|
|
3459
2995
|
}
|
|
3460
|
-
._teddy-
|
|
3461
|
-
|
|
2996
|
+
._teddy-accordion__trigger_1arsz_24:focus-within:not(:focus-visible) {
|
|
2997
|
+
outline: 0;
|
|
3462
2998
|
}
|
|
3463
|
-
._teddy-
|
|
2999
|
+
._teddy-accordion__trigger_1arsz_24:disabled {
|
|
3000
|
+
cursor: not-allowed;
|
|
3464
3001
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
3465
3002
|
}
|
|
3466
|
-
._teddy-
|
|
3467
|
-
|
|
3003
|
+
._teddy-accordion__trigger_1arsz_24 ._teddy-accordion__indicator_1arsz_101 {
|
|
3004
|
+
flex-shrink: 0;
|
|
3005
|
+
transform: rotate(0);
|
|
3006
|
+
margin: var(--indented-spacing);
|
|
3007
|
+
}
|
|
3008
|
+
@media (min-width: 1024px) {
|
|
3009
|
+
._teddy-accordion__trigger_1arsz_24 ._teddy-accordion__indicator_1arsz_101 {
|
|
3010
|
+
margin-block: var(--teddy-spacing-400);
|
|
3011
|
+
}
|
|
3012
|
+
}
|
|
3013
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
3014
|
+
._teddy-accordion__trigger_1arsz_24 ._teddy-accordion__indicator--rotate_1arsz_112 {
|
|
3015
|
+
transition: transform var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
|
|
3016
|
+
}
|
|
3017
|
+
}
|
|
3018
|
+
._teddy-accordion__trigger_1arsz_24[data-state=open] ._teddy-accordion__indicator_1arsz_101 {
|
|
3019
|
+
transform: rotate(180deg);
|
|
3020
|
+
}
|
|
3021
|
+
._teddy-accordion__content_1arsz_14 {
|
|
3022
|
+
overflow: hidden;
|
|
3023
|
+
color: var(--teddy-color-text-default);
|
|
3024
|
+
padding: 0 var(--teddy-spacing-300) 0 0;
|
|
3025
|
+
}
|
|
3026
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
3027
|
+
._teddy-accordion__content_1arsz_14[data-state=open] {
|
|
3028
|
+
animation: _slideDown_1arsz_1 var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
|
|
3029
|
+
}
|
|
3030
|
+
._teddy-accordion__content_1arsz_14[data-state=closed] {
|
|
3031
|
+
animation: _slideUp_1arsz_1 var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
|
|
3032
|
+
}
|
|
3033
|
+
}
|
|
3034
|
+
._teddy-accordion__content_1arsz_14::after {
|
|
3035
|
+
content: "";
|
|
3036
|
+
display: block;
|
|
3037
|
+
height: var(--teddy-spacing-400);
|
|
3038
|
+
width: 100%;
|
|
3039
|
+
}
|
|
3040
|
+
._teddy-accordion--info-area_1arsz_138 ._teddy-accordion__header_1arsz_11 {
|
|
3041
|
+
color: var(--teddy-color-text-default);
|
|
3042
|
+
font-size: var(--teddy-typography-scale-100);
|
|
3043
|
+
}
|
|
3044
|
+
._teddy-accordion--info-area_1arsz_138 ._teddy-accordion__content_1arsz_14::after {
|
|
3045
|
+
height: var(--teddy-spacing-200);
|
|
3046
|
+
}
|
|
3047
|
+
._teddy-accordion--info-area_1arsz_138 ._teddy-accordion__indicator_1arsz_101 {
|
|
3048
|
+
margin-block: var(--teddy-spacing-200);
|
|
3049
|
+
}
|
|
3050
|
+
._teddy-accordion--info-area_1arsz_138 ._teddy-accordion__content_1arsz_14,
|
|
3051
|
+
._teddy-accordion--info-area_1arsz_138 ._teddy-accordion__title_1arsz_21 {
|
|
3052
|
+
color: var(--teddy-color-text-default);
|
|
3053
|
+
}
|
|
3054
|
+
._teddy-accordion--info-area_1arsz_138 ._teddy-accordion__item_1arsz_32 {
|
|
3055
|
+
background-color: var(--teddy-color-background-interactive-inactive);
|
|
3056
|
+
border: none;
|
|
3057
|
+
}
|
|
3058
|
+
._teddy-accordion--info-area_1arsz_138 ._teddy-accordion__item_1arsz_32:last-child {
|
|
3059
|
+
border: none;
|
|
3060
|
+
}
|
|
3061
|
+
._teddy-accordion--info-area_1arsz_138 ._teddy-accordion__item_1arsz_32:not(:last-child) {
|
|
3062
|
+
position: relative;
|
|
3063
|
+
}
|
|
3064
|
+
._teddy-accordion--info-area_1arsz_138 ._teddy-accordion__item_1arsz_32:not(:last-child)::after {
|
|
3065
|
+
content: "";
|
|
3066
|
+
display: block;
|
|
3067
|
+
position: absolute;
|
|
3068
|
+
inset: auto var(--indented-spacing) 0 var(--indented-spacing);
|
|
3069
|
+
height: var(--teddy-border-width-xs);
|
|
3070
|
+
transform: translateY(50%);
|
|
3071
|
+
background-color: var(--teddy-color-border-weak);
|
|
3072
|
+
}
|
|
3073
|
+
._teddy-accordion--info-area_1arsz_138 ._teddy-accordion__item_1arsz_32:first-of-type {
|
|
3074
|
+
border-radius: var(--teddy-border-radius-md) var(--teddy-border-radius-md) 0 0;
|
|
3075
|
+
}
|
|
3076
|
+
._teddy-accordion--info-area_1arsz_138 ._teddy-accordion__item_1arsz_32:last-of-type {
|
|
3077
|
+
border-radius: 0 0 var(--teddy-border-radius-md) var(--teddy-border-radius-md);
|
|
3078
|
+
}
|
|
3079
|
+
._teddy-accordion--info-area_1arsz_138 ._teddy-accordion__trigger_1arsz_24:hover {
|
|
3080
|
+
background-color: var(--teddy-color-background-interactive-inactive);
|
|
3081
|
+
}
|
|
3082
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
3083
|
+
._teddy-accordion--info-area_1arsz_138 ._teddy-accordion__trigger_1arsz_24:active {
|
|
3084
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
3085
|
+
}
|
|
3086
|
+
}
|
|
3087
|
+
@keyframes _slideDown_1arsz_1 {
|
|
3088
|
+
from {
|
|
3089
|
+
height: 0;
|
|
3090
|
+
}
|
|
3091
|
+
to {
|
|
3092
|
+
height: var(--radix-accordion-content-height);
|
|
3093
|
+
}
|
|
3094
|
+
}
|
|
3095
|
+
@keyframes _slideUp_1arsz_1 {
|
|
3096
|
+
from {
|
|
3097
|
+
height: var(--radix-accordion-content-height);
|
|
3098
|
+
}
|
|
3099
|
+
to {
|
|
3100
|
+
height: 0;
|
|
3101
|
+
}
|
|
3468
3102
|
}
|
|
3469
|
-
}._teddy-helper-text_6xdzb_1 {
|
|
3470
|
-
font-family: var(--teddy-typography-family-default);
|
|
3471
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
3472
|
-
font-size: var(--teddy-typography-scale-75);
|
|
3473
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
3474
|
-
color: var(--teddy-color-text-medium);
|
|
3475
|
-
display: block;
|
|
3476
|
-
}
|
|
3477
|
-
._teddy-helper-text--disabled_6xdzb_9 {
|
|
3478
|
-
color: var(--teddy-color-text-weak);
|
|
3479
|
-
}._teddy-field-error-text_1735t_1 {
|
|
3480
|
-
font-family: var(--teddy-typography-family-default);
|
|
3481
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
3482
|
-
font-size: var(--teddy-typography-scale-100);
|
|
3483
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
3484
|
-
color: var(--teddy-color-text-status-error-strong);
|
|
3485
|
-
display: flex;
|
|
3486
|
-
flex-direction: row;
|
|
3487
|
-
gap: var(--teddy-spacing-50);
|
|
3488
|
-
align-items: center;
|
|
3489
|
-
}
|
|
3490
|
-
._teddy-field-error-text__indicator_1735t_12 {
|
|
3491
|
-
color: var(--teddy-color-text-status-error-medium);
|
|
3492
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
3493
3103
|
}._teddy-badge_wlyo5_1 {
|
|
3494
3104
|
font-family: var(--teddy-typography-family-default);
|
|
3495
3105
|
font-weight: var(--teddy-typography-weight-medium);
|
|
@@ -3572,587 +3182,995 @@
|
|
|
3572
3182
|
._teddy-badge--error_wlyo5_76._teddy-badge--alert-badge_wlyo5_23 {
|
|
3573
3183
|
background-color: var(--teddy-color-text-status-error-strong);
|
|
3574
3184
|
border-color: var(--teddy-color-background-status-error-strong);
|
|
3575
|
-
}
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3185
|
+
}._teddy-field-error-text_1735t_1 {
|
|
3186
|
+
font-family: var(--teddy-typography-family-default);
|
|
3187
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
3188
|
+
font-size: var(--teddy-typography-scale-100);
|
|
3189
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
3190
|
+
color: var(--teddy-color-text-status-error-strong);
|
|
3191
|
+
display: flex;
|
|
3192
|
+
flex-direction: row;
|
|
3193
|
+
gap: var(--teddy-spacing-50);
|
|
3194
|
+
align-items: center;
|
|
3195
|
+
}
|
|
3196
|
+
._teddy-field-error-text__indicator_1735t_12 {
|
|
3197
|
+
color: var(--teddy-color-text-status-error-medium);
|
|
3198
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
3199
|
+
}._teddy-helper-text_6xdzb_1 {
|
|
3200
|
+
font-family: var(--teddy-typography-family-default);
|
|
3201
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
3202
|
+
font-size: var(--teddy-typography-scale-75);
|
|
3203
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
3204
|
+
color: var(--teddy-color-text-medium);
|
|
3205
|
+
display: block;
|
|
3206
|
+
}
|
|
3207
|
+
._teddy-helper-text--disabled_6xdzb_9 {
|
|
3208
|
+
color: var(--teddy-color-text-weak);
|
|
3209
|
+
}@keyframes _fadeInAnimation_mhz8x_1 {
|
|
3210
|
+
0% {
|
|
3211
|
+
opacity: 0;
|
|
3579
3212
|
}
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
--indented-spacing: var(--teddy-spacing-300);
|
|
3583
|
-
}
|
|
3213
|
+
100% {
|
|
3214
|
+
opacity: 1;
|
|
3584
3215
|
}
|
|
3585
|
-
|
|
3586
|
-
|
|
3216
|
+
}
|
|
3217
|
+
@keyframes _scaleInAnimation_mhz8x_1 {
|
|
3218
|
+
0% {
|
|
3219
|
+
scale: 0;
|
|
3587
3220
|
}
|
|
3588
|
-
|
|
3589
|
-
|
|
3221
|
+
100% {
|
|
3222
|
+
scale: 100%;
|
|
3590
3223
|
}
|
|
3591
|
-
|
|
3592
|
-
|
|
3224
|
+
}
|
|
3225
|
+
._teddy-input__input_mhz8x_17 {
|
|
3226
|
+
box-sizing: border-box;
|
|
3227
|
+
}
|
|
3228
|
+
@layer input {
|
|
3229
|
+
._teddy-input_mhz8x_17 {
|
|
3230
|
+
position: relative;
|
|
3231
|
+
cursor: text;
|
|
3232
|
+
display: flex;
|
|
3233
|
+
align-items: center;
|
|
3234
|
+
padding: 0 var(--teddy-spacing-150);
|
|
3235
|
+
gap: var(--teddy-spacing-50);
|
|
3236
|
+
color: var(--teddy-color-text-weak);
|
|
3593
3237
|
}
|
|
3594
|
-
._teddy-
|
|
3595
|
-
|
|
3596
|
-
|
|
3238
|
+
._teddy-input__frame_mhz8x_31 {
|
|
3239
|
+
position: absolute;
|
|
3240
|
+
inset: 0;
|
|
3241
|
+
border-radius: var(--teddy-border-radius-sm);
|
|
3242
|
+
border: var(--teddy-border-width-xs) solid var(--teddy-color-border-interactive-subtle);
|
|
3243
|
+
pointer-events: none;
|
|
3244
|
+
z-index: 1;
|
|
3597
3245
|
}
|
|
3598
|
-
._teddy-
|
|
3599
|
-
|
|
3246
|
+
._teddy-input__clear-button_mhz8x_39 {
|
|
3247
|
+
margin-right: calc(var(--teddy-spacing-100) * -1);
|
|
3600
3248
|
}
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3249
|
+
._teddy-input__input_mhz8x_17 {
|
|
3250
|
+
border-radius: var(--teddy-border-radius-sm);
|
|
3251
|
+
border: none;
|
|
3252
|
+
margin: calc(var(--teddy-spacing-100) + var(--teddy-spacing-25)) 0;
|
|
3253
|
+
font-family: var(--teddy-typography-family-default);
|
|
3254
|
+
font-size: var(--teddy-typography-scale-100);
|
|
3255
|
+
line-height: 150%;
|
|
3256
|
+
overflow: hidden;
|
|
3257
|
+
text-overflow: ellipsis;
|
|
3258
|
+
font-style: normal;
|
|
3259
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
3260
|
+
outline: none;
|
|
3261
|
+
background: transparent;
|
|
3262
|
+
width: 100%;
|
|
3263
|
+
flex: 1 1 100%;
|
|
3264
|
+
color: var(--teddy-color-text-default);
|
|
3605
3265
|
}
|
|
3606
|
-
._teddy-
|
|
3607
|
-
border-
|
|
3266
|
+
._teddy-input__input_mhz8x_17:hover ~ ._teddy-input__frame_mhz8x_31 {
|
|
3267
|
+
border-width: var(--teddy-border-width-sm);
|
|
3268
|
+
border-color: var(--teddy-color-border-interactive-subtle-hover);
|
|
3608
3269
|
}
|
|
3609
|
-
._teddy-
|
|
3610
|
-
border-
|
|
3270
|
+
._teddy-input__input_mhz8x_17:active:not(:disabled):not(:read-only) ~ ._teddy-input__frame_mhz8x_31, ._teddy-input__input_mhz8x_17:focus:not(:disabled):not(:read-only) ~ ._teddy-input__frame_mhz8x_31 {
|
|
3271
|
+
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-focus);
|
|
3272
|
+
outline-offset: calc(var(--teddy-spacing-10) * 2);
|
|
3273
|
+
border-width: var(--teddy-border-width-xs);
|
|
3274
|
+
border-color: var(--teddy-color-border-interactive-subtle-hover);
|
|
3611
3275
|
}
|
|
3612
|
-
._teddy-
|
|
3613
|
-
|
|
3276
|
+
._teddy-input__input_mhz8x_17:disabled {
|
|
3277
|
+
color: var(--teddy-color-text-weak);
|
|
3614
3278
|
}
|
|
3615
|
-
._teddy-
|
|
3616
|
-
|
|
3279
|
+
._teddy-input__input_mhz8x_17:disabled ~ ._teddy-input__frame_mhz8x_31 {
|
|
3280
|
+
border-width: var(--teddy-border-width-xs);
|
|
3281
|
+
border-color: var(--teddy-color-border-medium);
|
|
3617
3282
|
}
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
margin-bottom: var(--teddy-spacing-400);
|
|
3621
|
-
}
|
|
3283
|
+
._teddy-input__input_mhz8x_17:read-only:not(:disabled) {
|
|
3284
|
+
color: var(--teddy-color-text-default);
|
|
3622
3285
|
}
|
|
3623
|
-
._teddy-
|
|
3624
|
-
border-
|
|
3286
|
+
._teddy-input__input_mhz8x_17:read-only:not(:disabled) ~ ._teddy-input__frame_mhz8x_31 {
|
|
3287
|
+
border-width: var(--teddy-border-width-xs);
|
|
3625
3288
|
}
|
|
3626
|
-
._teddy-
|
|
3627
|
-
|
|
3289
|
+
._teddy-input__input_mhz8x_17:read-only:not(:disabled):not(._teddy-input__input--valid_mhz8x_82):not(._teddy-input__input--invalid_mhz8x_82) ~ ._teddy-input__frame_mhz8x_31 {
|
|
3290
|
+
border-color: var(--teddy-color-border-medium);
|
|
3628
3291
|
}
|
|
3629
|
-
._teddy-
|
|
3630
|
-
border-
|
|
3292
|
+
._teddy-input__input--valid_mhz8x_82 ~ ._teddy-input__frame_mhz8x_31 {
|
|
3293
|
+
border-color: var(--teddy-color-border-status-success);
|
|
3631
3294
|
}
|
|
3632
|
-
._teddy-
|
|
3633
|
-
|
|
3634
|
-
display: grid;
|
|
3635
|
-
grid-template-columns: minmax(0, 1fr) auto;
|
|
3636
|
-
align-items: stretch;
|
|
3637
|
-
max-width: initial;
|
|
3638
|
-
color: var(--teddy-color-text-interactive-primary);
|
|
3639
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
3295
|
+
._teddy-input__input--valid_mhz8x_82 ~ ._teddy-input__indicator_mhz8x_88 {
|
|
3296
|
+
color: var(--teddy-color-border-status-success);
|
|
3640
3297
|
}
|
|
3641
|
-
._teddy-
|
|
3642
|
-
|
|
3643
|
-
font-family: inherit;
|
|
3644
|
-
background-color: transparent;
|
|
3645
|
-
display: flex;
|
|
3646
|
-
gap: var(--teddy-spacing-100);
|
|
3647
|
-
min-width: 2rem;
|
|
3648
|
-
align-items: center;
|
|
3649
|
-
justify-content: space-between;
|
|
3650
|
-
cursor: pointer;
|
|
3651
|
-
transition-duration: var(--teddy-motion-duration-100);
|
|
3652
|
-
transition-timing-function: var(--teddy-motion-easing-ease-in-out);
|
|
3653
|
-
transition-property: background-color, color;
|
|
3298
|
+
._teddy-input__input--error_mhz8x_91:not(:hover) ~ ._teddy-input__frame_mhz8x_31 {
|
|
3299
|
+
border-color: var(--teddy-color-border-status-error);
|
|
3654
3300
|
}
|
|
3655
|
-
._teddy-
|
|
3656
|
-
|
|
3301
|
+
._teddy-input_mhz8x_17 > *:not(._teddy-input__input_mhz8x_17) {
|
|
3302
|
+
flex: 0 0 auto;
|
|
3657
3303
|
}
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
3661
|
-
}
|
|
3304
|
+
._teddy-input__indicator_mhz8x_88 {
|
|
3305
|
+
animation: _fadeInAnimation_mhz8x_1 ease var(--teddy-motion-duration-300), _scaleInAnimation_mhz8x_1 ease var(--teddy-motion-duration-300);
|
|
3662
3306
|
}
|
|
3663
|
-
._teddy-
|
|
3664
|
-
|
|
3665
|
-
outline-offset: var(--teddy-spacing-25);
|
|
3666
|
-
z-index: 1;
|
|
3307
|
+
._teddy-input_mhz8x_17:has(input:disabled) {
|
|
3308
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
3667
3309
|
}
|
|
3668
|
-
._teddy-
|
|
3669
|
-
|
|
3310
|
+
._teddy-input_mhz8x_17:has(input:read-only) {
|
|
3311
|
+
background-color: var(--teddy-color-background-interactive-read-only);
|
|
3670
3312
|
}
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3313
|
+
}@keyframes _fadeInAnimation_shhej_1 {
|
|
3314
|
+
0% {
|
|
3315
|
+
opacity: 0;
|
|
3674
3316
|
}
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
transform: rotate(0);
|
|
3678
|
-
margin: var(--indented-spacing);
|
|
3317
|
+
100% {
|
|
3318
|
+
opacity: 1;
|
|
3679
3319
|
}
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3320
|
+
}
|
|
3321
|
+
@keyframes _scaleInAnimation_shhej_1 {
|
|
3322
|
+
0% {
|
|
3323
|
+
scale: 0;
|
|
3684
3324
|
}
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
transition: transform var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
|
|
3688
|
-
}
|
|
3325
|
+
100% {
|
|
3326
|
+
scale: 100%;
|
|
3689
3327
|
}
|
|
3690
|
-
|
|
3691
|
-
|
|
3328
|
+
}
|
|
3329
|
+
._teddy-text-field_shhej_17 {
|
|
3330
|
+
box-sizing: border-box;
|
|
3331
|
+
display: grid;
|
|
3332
|
+
grid-template-columns: 1fr auto;
|
|
3333
|
+
column-gap: var(--teddy-spacing-50);
|
|
3334
|
+
grid-template-areas: "label label" "input button" "error-list error-list" "helper-text helper-text";
|
|
3335
|
+
}
|
|
3336
|
+
._teddy-text-field__label_shhej_24 {
|
|
3337
|
+
grid-area: label;
|
|
3338
|
+
}
|
|
3339
|
+
._teddy-text-field__input-group_shhej_27 {
|
|
3340
|
+
grid-area: input;
|
|
3341
|
+
}
|
|
3342
|
+
:has(._teddy-text-field__button--attached_shhej_30) ._teddy-text-field__frame_shhej_30 {
|
|
3343
|
+
border-radius: var(--teddy-border-radius-md) 0 0 var(--teddy-border-radius-md);
|
|
3344
|
+
}
|
|
3345
|
+
._teddy-text-field__button_shhej_30 {
|
|
3346
|
+
grid-area: button;
|
|
3347
|
+
}
|
|
3348
|
+
._teddy-text-field__button--attached_shhej_30 {
|
|
3349
|
+
border-radius: 0 var(--teddy-border-radius-md) var(--teddy-border-radius-md) 0;
|
|
3350
|
+
}
|
|
3351
|
+
._teddy-text-field_shhej_17 > * + * {
|
|
3352
|
+
margin-top: var(--teddy-spacing-50);
|
|
3353
|
+
}
|
|
3354
|
+
._teddy-text-field__helper-text_shhej_42 {
|
|
3355
|
+
grid-area: helper-text;
|
|
3356
|
+
}
|
|
3357
|
+
._teddy-text-field__error-list_shhej_45 {
|
|
3358
|
+
grid-area: error-list;
|
|
3359
|
+
list-style: none;
|
|
3360
|
+
padding: 0;
|
|
3361
|
+
}
|
|
3362
|
+
._teddy-text-field__error-list_shhej_45 > * + * {
|
|
3363
|
+
margin-top: var(--teddy-spacing-50);
|
|
3364
|
+
}._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--subsection_],
|
|
3365
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--subsection-100_] {
|
|
3366
|
+
margin-bottom: var(--teddy-spacing-50);
|
|
3367
|
+
}
|
|
3368
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--overline-100_],
|
|
3369
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--additional-100_],
|
|
3370
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-100_],
|
|
3371
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-200_],
|
|
3372
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-300_] {
|
|
3373
|
+
margin-bottom: var(--teddy-spacing-100);
|
|
3374
|
+
}
|
|
3375
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--overline-200_] {
|
|
3376
|
+
margin-bottom: var(--teddy-spacing-150);
|
|
3377
|
+
}
|
|
3378
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_],
|
|
3379
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] {
|
|
3380
|
+
margin-bottom: var(--teddy-spacing-200);
|
|
3381
|
+
}
|
|
3382
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-100_],
|
|
3383
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-100_] {
|
|
3384
|
+
margin-top: var(--teddy-spacing-300);
|
|
3385
|
+
}
|
|
3386
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-200_],
|
|
3387
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-200_] {
|
|
3388
|
+
margin-top: var(--teddy-spacing-400);
|
|
3389
|
+
}
|
|
3390
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-300_],
|
|
3391
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-400_],
|
|
3392
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-500_],
|
|
3393
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-600_],
|
|
3394
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-700_],
|
|
3395
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-300_],
|
|
3396
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-400_],
|
|
3397
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-500_],
|
|
3398
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-600_],
|
|
3399
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-700_] {
|
|
3400
|
+
margin-top: var(--teddy-spacing-600);
|
|
3401
|
+
}
|
|
3402
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-400_],
|
|
3403
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-500_] {
|
|
3404
|
+
margin-bottom: var(--teddy-spacing-250);
|
|
3405
|
+
}
|
|
3406
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-600_],
|
|
3407
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-700_],
|
|
3408
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-25_],
|
|
3409
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-50_],
|
|
3410
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-100_],
|
|
3411
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-200_] {
|
|
3412
|
+
margin-bottom: var(--teddy-spacing-300);
|
|
3413
|
+
}
|
|
3414
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--preamble-100_] {
|
|
3415
|
+
margin-bottom: var(--teddy-spacing-400);
|
|
3416
|
+
}
|
|
3417
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--preamble-200_] {
|
|
3418
|
+
margin-bottom: var(--teddy-spacing-600);
|
|
3419
|
+
}
|
|
3420
|
+
._teddy-text-spacing_dwbo8_1 * > :last-child,
|
|
3421
|
+
._teddy-text-spacing_dwbo8_1 > :last-child {
|
|
3422
|
+
margin-bottom: 0;
|
|
3423
|
+
}._teddy-container_1jmq1_1 {
|
|
3424
|
+
box-sizing: border-box;
|
|
3425
|
+
}@keyframes _teddy-fade-in_3n21u_1 {
|
|
3426
|
+
from {
|
|
3427
|
+
opacity: 0;
|
|
3692
3428
|
}
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3429
|
+
to {
|
|
3430
|
+
opacity: 1;
|
|
3431
|
+
}
|
|
3432
|
+
}
|
|
3433
|
+
@keyframes _teddy-fade-out_3n21u_1 {
|
|
3434
|
+
from {
|
|
3435
|
+
opacity: 1;
|
|
3436
|
+
}
|
|
3437
|
+
to {
|
|
3438
|
+
opacity: 0;
|
|
3439
|
+
}
|
|
3440
|
+
}
|
|
3441
|
+
@keyframes _teddy-overlay-no-op_3n21u_1 {
|
|
3442
|
+
from {
|
|
3443
|
+
opacity: 1;
|
|
3444
|
+
}
|
|
3445
|
+
to {
|
|
3446
|
+
opacity: 1;
|
|
3447
|
+
}
|
|
3448
|
+
}
|
|
3449
|
+
._teddy-modal__overlay_3n21u_25 {
|
|
3450
|
+
position: fixed;
|
|
3451
|
+
inset: 0;
|
|
3452
|
+
display: grid;
|
|
3453
|
+
place-items: center;
|
|
3454
|
+
}
|
|
3455
|
+
._teddy-modal__overlay_3n21u_25::before {
|
|
3456
|
+
position: fixed;
|
|
3457
|
+
content: "";
|
|
3458
|
+
inset: 0;
|
|
3459
|
+
background-color: var(--teddy-color-overlay-default);
|
|
3460
|
+
}
|
|
3461
|
+
._teddy-modal__content_3n21u_37 {
|
|
3462
|
+
background-color: var(--teddy-color-background-primary);
|
|
3463
|
+
box-shadow: var(--teddy-shadow-lg);
|
|
3464
|
+
position: relative;
|
|
3465
|
+
overflow: hidden;
|
|
3466
|
+
height: 100%;
|
|
3467
|
+
width: 100%;
|
|
3468
|
+
}
|
|
3469
|
+
@media (min-width: 600px) {
|
|
3470
|
+
._teddy-modal__content_3n21u_37 {
|
|
3471
|
+
max-width: 720px;
|
|
3472
|
+
max-height: 80%;
|
|
3473
|
+
min-height: 360px;
|
|
3474
|
+
height: auto;
|
|
3475
|
+
width: auto;
|
|
3476
|
+
border-radius: var(--teddy-border-radius-lg);
|
|
3477
|
+
}
|
|
3478
|
+
}
|
|
3479
|
+
._teddy-modal__scroll_3n21u_55 {
|
|
3480
|
+
overflow: auto;
|
|
3481
|
+
padding-inline: var(--teddy-spacing-300);
|
|
3482
|
+
}
|
|
3483
|
+
._teddy-modal__image_3n21u_59 {
|
|
3484
|
+
max-width: calc(100% + var(--teddy-spacing-300) * 2);
|
|
3485
|
+
height: auto;
|
|
3486
|
+
vertical-align: middle;
|
|
3487
|
+
font-style: italic;
|
|
3488
|
+
background-repeat: no-repeat;
|
|
3489
|
+
background-size: cover;
|
|
3490
|
+
shape-margin: 0.75rem;
|
|
3491
|
+
margin-inline: calc(var(--teddy-spacing-300) * -1);
|
|
3492
|
+
}
|
|
3493
|
+
._teddy-modal__close--floating_3n21u_69 {
|
|
3494
|
+
position: absolute;
|
|
3495
|
+
top: var(--teddy-spacing-100);
|
|
3496
|
+
right: var(--teddy-spacing-100);
|
|
3497
|
+
}
|
|
3498
|
+
._teddy-modal__group_3n21u_74 {
|
|
3499
|
+
width: 100%;
|
|
3500
|
+
margin-bottom: var(--teddy-spacing-200);
|
|
3501
|
+
}
|
|
3502
|
+
._teddy-modal__group--title_3n21u_78 {
|
|
3503
|
+
position: sticky;
|
|
3504
|
+
inset: 0 0 auto 0;
|
|
3505
|
+
background-color: var(--teddy-color-background-primary);
|
|
3506
|
+
padding-top: var(--teddy-spacing-200);
|
|
3507
|
+
}
|
|
3508
|
+
._teddy-modal__group--title_3n21u_78._teddy-modal__group--scroll_3n21u_84 {
|
|
3509
|
+
padding-block: var(--teddy-spacing-200);
|
|
3510
|
+
}
|
|
3511
|
+
._teddy-modal__group--title_3n21u_78._teddy-modal__group--scroll_3n21u_84::before {
|
|
3512
|
+
content: "";
|
|
3513
|
+
position: absolute;
|
|
3514
|
+
inset: 0 calc(var(--teddy-spacing-300) * -1) 0 calc(var(--teddy-spacing-300) * -1);
|
|
3515
|
+
border-bottom: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
3516
|
+
}
|
|
3517
|
+
._teddy-modal__group--action_3n21u_93 {
|
|
3518
|
+
height: 100%;
|
|
3519
|
+
position: sticky;
|
|
3520
|
+
inset: auto 0 0 0;
|
|
3521
|
+
margin: var(--teddy-spacing-200) 0 0;
|
|
3522
|
+
padding-block: var(--teddy-spacing-200) var(--teddy-spacing-300);
|
|
3523
|
+
background-color: var(--teddy-color-background-primary);
|
|
3524
|
+
}
|
|
3525
|
+
._teddy-modal__group--action_3n21u_93._teddy-modal__group--scroll_3n21u_84::before {
|
|
3526
|
+
content: "";
|
|
3527
|
+
position: absolute;
|
|
3528
|
+
inset: 0 calc(var(--teddy-spacing-300) * -1) 0 calc(var(--teddy-spacing-300) * -1);
|
|
3529
|
+
border-top: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
3530
|
+
box-shadow: 0 0 20px 15px var(--teddy-color-background-primary);
|
|
3531
|
+
}
|
|
3532
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
3533
|
+
@keyframes _modal-overlay-no-op_3n21u_1 {
|
|
3534
|
+
from {
|
|
3535
|
+
opacity: 1;
|
|
3536
|
+
}
|
|
3537
|
+
to {
|
|
3538
|
+
opacity: 1;
|
|
3539
|
+
}
|
|
3697
3540
|
}
|
|
3698
|
-
@
|
|
3699
|
-
|
|
3700
|
-
|
|
3541
|
+
@keyframes _modal-content-show_3n21u_1 {
|
|
3542
|
+
from {
|
|
3543
|
+
opacity: 0;
|
|
3544
|
+
transform: translateY(5px) scale(0.97);
|
|
3701
3545
|
}
|
|
3702
|
-
|
|
3703
|
-
|
|
3546
|
+
to {
|
|
3547
|
+
opacity: 1;
|
|
3548
|
+
transform: translateY(0px) scale(1);
|
|
3704
3549
|
}
|
|
3705
3550
|
}
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3551
|
+
@keyframes _modal-content-hide_3n21u_1 {
|
|
3552
|
+
from {
|
|
3553
|
+
opacity: 1;
|
|
3554
|
+
transform: translateY(0px) scale(1);
|
|
3555
|
+
}
|
|
3556
|
+
to {
|
|
3557
|
+
opacity: 0;
|
|
3558
|
+
transform: translateY(5px) scale(0.99);
|
|
3559
|
+
}
|
|
3711
3560
|
}
|
|
3712
|
-
._teddy-
|
|
3713
|
-
|
|
3714
|
-
font-size: var(--teddy-typography-scale-100);
|
|
3561
|
+
._teddy-modal__overlay_3n21u_25 {
|
|
3562
|
+
/* Keep the overlay mounted until the children have animated */
|
|
3715
3563
|
}
|
|
3716
|
-
._teddy-
|
|
3717
|
-
|
|
3564
|
+
._teddy-modal__overlay_3n21u_25:where([data-state=closed]) {
|
|
3565
|
+
animation: _modal-overlay-no-op_3n21u_1 250ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
3718
3566
|
}
|
|
3719
|
-
._teddy-
|
|
3720
|
-
|
|
3567
|
+
._teddy-modal__overlay_3n21u_25:where([data-state=open])::before {
|
|
3568
|
+
animation: _teddy-fade-in_3n21u_1 400ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
3721
3569
|
}
|
|
3722
|
-
._teddy-
|
|
3723
|
-
|
|
3724
|
-
color: var(--teddy-color-text-default);
|
|
3570
|
+
._teddy-modal__overlay_3n21u_25:where([data-state=closed])::before {
|
|
3571
|
+
animation: _teddy-fade-out_3n21u_1 250ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
3725
3572
|
}
|
|
3726
|
-
._teddy-
|
|
3727
|
-
|
|
3728
|
-
border: none;
|
|
3573
|
+
._teddy-modal__content_3n21u_37:where([data-state=open]) {
|
|
3574
|
+
animation: _modal-content-show_3n21u_1 200ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
3729
3575
|
}
|
|
3730
|
-
._teddy-
|
|
3731
|
-
|
|
3576
|
+
._teddy-modal__content_3n21u_37:where([data-state=closed]) {
|
|
3577
|
+
animation: _modal-content-hide_3n21u_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
3732
3578
|
}
|
|
3733
|
-
|
|
3734
|
-
|
|
3579
|
+
}._teddy-navigation-menu_11898_1 {
|
|
3580
|
+
--item-gap: var(--teddy-spacing-200);
|
|
3581
|
+
--width-for-centering-element: calc((100% - var(--teddy-breakpoint-xl) + var(--teddy-spacing-600) * 2) / 2);
|
|
3582
|
+
--inline-padding: calc(var(--teddy-spacing-200) - var(--item-gap));
|
|
3583
|
+
position: relative;
|
|
3584
|
+
display: flex;
|
|
3585
|
+
flex-direction: column;
|
|
3586
|
+
width: auto;
|
|
3587
|
+
background-color: var(--teddy-color-background-primary);
|
|
3588
|
+
}
|
|
3589
|
+
@media (min-width: 600px) {
|
|
3590
|
+
._teddy-navigation-menu_11898_1 {
|
|
3591
|
+
--inline-padding: calc(var(--teddy-spacing-300) - var(--item-gap));
|
|
3735
3592
|
}
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
inset: auto var(--indented-spacing) 0 var(--indented-spacing);
|
|
3741
|
-
height: var(--teddy-border-width-xs);
|
|
3742
|
-
transform: translateY(50%);
|
|
3743
|
-
background-color: var(--teddy-color-border-weak);
|
|
3593
|
+
}
|
|
3594
|
+
@media (min-width: 1440px) {
|
|
3595
|
+
._teddy-navigation-menu_11898_1 {
|
|
3596
|
+
--inline-padding: calc(var(--teddy-spacing-400) - var(--item-gap));
|
|
3744
3597
|
}
|
|
3745
|
-
|
|
3746
|
-
|
|
3598
|
+
}
|
|
3599
|
+
._teddy-navigation-menu_11898_1::after {
|
|
3600
|
+
content: "";
|
|
3601
|
+
position: absolute;
|
|
3602
|
+
inset: 0;
|
|
3603
|
+
pointer-events: none;
|
|
3604
|
+
box-shadow: var(--teddy-shadow-md);
|
|
3605
|
+
opacity: 0;
|
|
3606
|
+
}
|
|
3607
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
3608
|
+
._teddy-navigation-menu_11898_1::after {
|
|
3609
|
+
transition: opacity var(--teddy-motion-duration-300) ease;
|
|
3747
3610
|
}
|
|
3748
|
-
|
|
3749
|
-
|
|
3611
|
+
}
|
|
3612
|
+
._teddy-navigation-menu_11898_1:has(._teddy-navigation-menu__viewport_11898_34[data-state=open])::after {
|
|
3613
|
+
opacity: 1;
|
|
3614
|
+
}
|
|
3615
|
+
._teddy-navigation-menu__separator_11898_37 {
|
|
3616
|
+
border-top: var(--teddy-border-width-sm) solid var(--teddy-color-border-weak);
|
|
3617
|
+
}
|
|
3618
|
+
._teddy-navigation-menu__list_11898_40 {
|
|
3619
|
+
all: unset;
|
|
3620
|
+
list-style-type: none;
|
|
3621
|
+
display: flex;
|
|
3622
|
+
align-items: center;
|
|
3623
|
+
max-width: 84rem;
|
|
3624
|
+
margin: 0 var(--teddy-spacing-600);
|
|
3625
|
+
gap: var(--item-gap);
|
|
3626
|
+
}
|
|
3627
|
+
@media (min-width: 1440px) {
|
|
3628
|
+
._teddy-navigation-menu__list_11898_40 {
|
|
3629
|
+
margin: 0 auto;
|
|
3750
3630
|
}
|
|
3751
|
-
|
|
3752
|
-
|
|
3631
|
+
}
|
|
3632
|
+
._teddy-navigation-menu__list_11898_40::before {
|
|
3633
|
+
display: block;
|
|
3634
|
+
width: var(--width-for-centering-element);
|
|
3635
|
+
}
|
|
3636
|
+
._teddy-navigation-menu__list_11898_40::after {
|
|
3637
|
+
content: "";
|
|
3638
|
+
display: block;
|
|
3639
|
+
width: var(--width-for-centering-element);
|
|
3640
|
+
}
|
|
3641
|
+
._teddy-navigation-menu__list_11898_40 li {
|
|
3642
|
+
line-height: 1.2;
|
|
3643
|
+
}
|
|
3644
|
+
._teddy-navigation-menu__top-menu-list_11898_66 {
|
|
3645
|
+
all: unset;
|
|
3646
|
+
position: relative;
|
|
3647
|
+
list-style-type: none;
|
|
3648
|
+
gap: var(--item-gap);
|
|
3649
|
+
display: flex;
|
|
3650
|
+
align-items: center;
|
|
3651
|
+
}
|
|
3652
|
+
._teddy-navigation-menu__top-menu-list_11898_66::before {
|
|
3653
|
+
display: block;
|
|
3654
|
+
width: var(--width-for-centering-element);
|
|
3655
|
+
}
|
|
3656
|
+
._teddy-navigation-menu__top-menu-list_11898_66::after {
|
|
3657
|
+
content: "";
|
|
3658
|
+
display: block;
|
|
3659
|
+
width: var(--width-for-centering-element);
|
|
3660
|
+
}
|
|
3661
|
+
._teddy-navigation-menu__top-menu-list_11898_66 li {
|
|
3662
|
+
display: grid;
|
|
3663
|
+
line-height: 1.2;
|
|
3664
|
+
}
|
|
3665
|
+
._teddy-navigation-menu__top-menu-trigger_11898_87 {
|
|
3666
|
+
all: unset;
|
|
3667
|
+
position: relative;
|
|
3668
|
+
cursor: pointer;
|
|
3669
|
+
text-decoration: none;
|
|
3670
|
+
display: inline-flex;
|
|
3671
|
+
flex-direction: column;
|
|
3672
|
+
align-items: center;
|
|
3673
|
+
justify-content: center;
|
|
3674
|
+
gap: var(--teddy-spacing-50);
|
|
3675
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
3676
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
3677
|
+
white-space: nowrap;
|
|
3678
|
+
min-width: var(--teddy-spacing-400);
|
|
3679
|
+
font-size: var(--teddy-typography-scale-100);
|
|
3680
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
3681
|
+
padding: var(--teddy-spacing-200) var(--teddy-spacing-100);
|
|
3682
|
+
text-align: center;
|
|
3683
|
+
}
|
|
3684
|
+
._teddy-navigation-menu__top-menu-trigger--small_11898_106 {
|
|
3685
|
+
padding: calc(var(--teddy-spacing-100) + var(--teddy-spacing-25) + var(--teddy-spacing-10)) var(--teddy-spacing-100);
|
|
3686
|
+
font-size: var(--teddy-typography-scale-75);
|
|
3687
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
3688
|
+
outline-offset: -2px;
|
|
3689
|
+
}
|
|
3690
|
+
._teddy-navigation-menu__top-menu-trigger--button_11898_112 {
|
|
3691
|
+
padding: var(--teddy-spacing-100);
|
|
3692
|
+
min-height: calc(var(--teddy-spacing-400) + var(--teddy-spacing-200));
|
|
3693
|
+
box-sizing: border-box;
|
|
3694
|
+
border-radius: var(--teddy-border-radius-md);
|
|
3695
|
+
display: flex;
|
|
3696
|
+
place-items: center;
|
|
3697
|
+
flex-wrap: wrap;
|
|
3698
|
+
flex-direction: row;
|
|
3699
|
+
gap: var(--teddy-spacing-100);
|
|
3700
|
+
row-gap: var(--teddy-spacing-50);
|
|
3701
|
+
}
|
|
3702
|
+
@media (max-width: 600px) {
|
|
3703
|
+
._teddy-navigation-menu__top-menu-trigger--button_11898_112 {
|
|
3704
|
+
font-size: var(--teddy-typography-scale-75);
|
|
3753
3705
|
}
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3706
|
+
}
|
|
3707
|
+
._teddy-navigation-menu__top-menu-trigger_11898_87::after {
|
|
3708
|
+
content: "";
|
|
3709
|
+
display: block;
|
|
3710
|
+
position: absolute;
|
|
3711
|
+
inset: 0;
|
|
3712
|
+
opacity: 0;
|
|
3713
|
+
border-radius: inherit;
|
|
3714
|
+
background-color: transparent;
|
|
3715
|
+
pointer-events: none;
|
|
3716
|
+
border-bottom: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
3717
|
+
}
|
|
3718
|
+
._teddy-navigation-menu__top-menu-trigger--button_11898_112::after {
|
|
3719
|
+
border: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
3720
|
+
}
|
|
3721
|
+
._teddy-navigation-menu__top-menu-trigger_11898_87:not(._teddy-navigation-menu__top-menu-trigger--button_11898_112)::before {
|
|
3722
|
+
content: attr(data-text);
|
|
3723
|
+
content: attr(data-text)/"";
|
|
3724
|
+
height: 0;
|
|
3725
|
+
visibility: hidden;
|
|
3726
|
+
overflow: hidden;
|
|
3727
|
+
user-select: none;
|
|
3728
|
+
pointer-events: none;
|
|
3729
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
3730
|
+
}
|
|
3731
|
+
@media speech {
|
|
3732
|
+
._teddy-navigation-menu__top-menu-trigger_11898_87:not(._teddy-navigation-menu__top-menu-trigger--button_11898_112)::before {
|
|
3733
|
+
display: none;
|
|
3758
3734
|
}
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3735
|
+
}
|
|
3736
|
+
._teddy-navigation-menu__top-menu-trigger_11898_87:hover {
|
|
3737
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
3738
|
+
}
|
|
3739
|
+
._teddy-navigation-menu__top-menu-trigger_11898_87:hover::after {
|
|
3740
|
+
opacity: 1;
|
|
3741
|
+
}
|
|
3742
|
+
._teddy-navigation-menu__top-menu-trigger_11898_87:active {
|
|
3743
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
3744
|
+
}
|
|
3745
|
+
._teddy-navigation-menu__top-menu-trigger_11898_87:active::after {
|
|
3746
|
+
opacity: 1;
|
|
3747
|
+
}
|
|
3748
|
+
._teddy-navigation-menu__top-menu-trigger_11898_87[data-state=open], ._teddy-navigation-menu__top-menu-trigger_11898_87:has([data-active]), ._teddy-navigation-menu__top-menu-trigger_11898_87[data-active] {
|
|
3749
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
3750
|
+
}
|
|
3751
|
+
._teddy-navigation-menu__top-menu-trigger_11898_87[data-state=open]::after, ._teddy-navigation-menu__top-menu-trigger_11898_87:has([data-active])::after, ._teddy-navigation-menu__top-menu-trigger_11898_87[data-active]::after {
|
|
3752
|
+
border-color: var(--teddy-color-text-interactive-primary);
|
|
3753
|
+
opacity: 1;
|
|
3754
|
+
}
|
|
3755
|
+
._teddy-navigation-menu__top-menu-trigger_11898_87:focus-visible {
|
|
3756
|
+
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
3757
|
+
}
|
|
3758
|
+
._teddy-navigation-menu__top-menu-trigger_11898_87[data-state=open] {
|
|
3759
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
3760
|
+
}
|
|
3761
|
+
._teddy-navigation-menu__top-menu-trigger_11898_87[data-state=open]::after {
|
|
3762
|
+
border-color: var(--teddy-color-text-interactive-primary);
|
|
3763
|
+
opacity: 1;
|
|
3764
|
+
}
|
|
3765
|
+
._teddy-navigation-menu__content_11898_187 {
|
|
3766
|
+
all: unset;
|
|
3767
|
+
list-style-type: none;
|
|
3768
|
+
display: flex;
|
|
3769
|
+
gap: var(--teddy-spacing-100);
|
|
3770
|
+
padding: 0;
|
|
3771
|
+
position: absolute;
|
|
3772
|
+
left: 0;
|
|
3773
|
+
right: 0;
|
|
3774
|
+
max-width: 84rem;
|
|
3775
|
+
margin: 0 var(--teddy-spacing-600);
|
|
3776
|
+
overflow: clip;
|
|
3777
|
+
}
|
|
3778
|
+
._teddy-navigation-menu__content_11898_187 > ul {
|
|
3779
|
+
list-style: none;
|
|
3780
|
+
display: flex;
|
|
3781
|
+
margin: 0;
|
|
3782
|
+
padding: 0;
|
|
3783
|
+
}
|
|
3784
|
+
._teddy-navigation-menu__content_11898_187 > ul > li {
|
|
3785
|
+
display: grid;
|
|
3786
|
+
line-height: 1.2;
|
|
3787
|
+
}
|
|
3788
|
+
@media (min-width: 1440px) {
|
|
3789
|
+
._teddy-navigation-menu__content_11898_187 {
|
|
3790
|
+
margin: 0 auto;
|
|
3766
3791
|
}
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
height: 0;
|
|
3773
|
-
}
|
|
3792
|
+
}
|
|
3793
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
3794
|
+
._teddy-navigation-menu__content_11898_187 {
|
|
3795
|
+
animation-duration: var(--teddy-motion-duration-300);
|
|
3796
|
+
animation-timing-function: ease;
|
|
3774
3797
|
}
|
|
3775
|
-
}._teddy-global-navigation_1m6ra_1 {
|
|
3776
|
-
position: sticky;
|
|
3777
|
-
inset: 0 0 auto 0;
|
|
3778
|
-
z-index: 39;
|
|
3779
3798
|
}
|
|
3780
|
-
._teddy-
|
|
3781
|
-
|
|
3799
|
+
._teddy-navigation-menu__content_11898_187::before {
|
|
3800
|
+
content: "";
|
|
3801
|
+
position: absolute;
|
|
3802
|
+
inset: 0;
|
|
3803
|
+
box-shadow: 0 var(--teddy-border-width-lg) var(--teddy-border-width-lg) calc(var(--teddy-border-width-md) * -1) var(--teddy-color-border-weak);
|
|
3782
3804
|
}
|
|
3783
|
-
._teddy-
|
|
3784
|
-
|
|
3805
|
+
._teddy-navigation-menu__trigger_11898_227 {
|
|
3806
|
+
position: relative;
|
|
3807
|
+
all: unset;
|
|
3808
|
+
position: relative;
|
|
3809
|
+
cursor: pointer;
|
|
3810
|
+
text-decoration: none;
|
|
3811
|
+
display: inline-flex;
|
|
3812
|
+
flex-direction: column;
|
|
3813
|
+
align-items: center;
|
|
3814
|
+
justify-content: center;
|
|
3815
|
+
gap: var(--teddy-spacing-50);
|
|
3816
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
3817
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
3818
|
+
white-space: nowrap;
|
|
3819
|
+
min-width: var(--teddy-spacing-400);
|
|
3820
|
+
font-size: var(--teddy-typography-scale-100);
|
|
3821
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
3822
|
+
padding: var(--teddy-spacing-200) var(--teddy-spacing-100);
|
|
3823
|
+
text-align: center;
|
|
3785
3824
|
}
|
|
3786
|
-
._teddy-
|
|
3787
|
-
padding: var(--teddy-spacing-25) var(--teddy-spacing-
|
|
3788
|
-
|
|
3825
|
+
._teddy-navigation-menu__trigger--small_11898_247 {
|
|
3826
|
+
padding: calc(var(--teddy-spacing-100) + var(--teddy-spacing-25) + var(--teddy-spacing-10)) var(--teddy-spacing-100);
|
|
3827
|
+
font-size: var(--teddy-typography-scale-75);
|
|
3828
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
3829
|
+
outline-offset: -2px;
|
|
3789
3830
|
}
|
|
3790
|
-
._teddy-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3831
|
+
._teddy-navigation-menu__trigger--button_11898_253 {
|
|
3832
|
+
padding: var(--teddy-spacing-100);
|
|
3833
|
+
min-height: calc(var(--teddy-spacing-400) + var(--teddy-spacing-200));
|
|
3834
|
+
box-sizing: border-box;
|
|
3835
|
+
border-radius: var(--teddy-border-radius-md);
|
|
3836
|
+
display: flex;
|
|
3837
|
+
place-items: center;
|
|
3838
|
+
flex-wrap: wrap;
|
|
3839
|
+
flex-direction: row;
|
|
3840
|
+
gap: var(--teddy-spacing-100);
|
|
3841
|
+
row-gap: var(--teddy-spacing-50);
|
|
3794
3842
|
}
|
|
3795
|
-
|
|
3843
|
+
@media (max-width: 600px) {
|
|
3844
|
+
._teddy-navigation-menu__trigger--button_11898_253 {
|
|
3845
|
+
font-size: var(--teddy-typography-scale-75);
|
|
3846
|
+
}
|
|
3847
|
+
}
|
|
3848
|
+
._teddy-navigation-menu__trigger_11898_227::after {
|
|
3796
3849
|
content: "";
|
|
3797
3850
|
display: block;
|
|
3798
|
-
|
|
3851
|
+
position: absolute;
|
|
3852
|
+
inset: 0;
|
|
3853
|
+
opacity: 0;
|
|
3854
|
+
border-radius: inherit;
|
|
3855
|
+
background-color: transparent;
|
|
3856
|
+
pointer-events: none;
|
|
3857
|
+
border-bottom: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
3799
3858
|
}
|
|
3800
|
-
._teddy-
|
|
3801
|
-
|
|
3859
|
+
._teddy-navigation-menu__trigger--button_11898_253::after {
|
|
3860
|
+
border: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
3802
3861
|
}
|
|
3803
|
-
._teddy-
|
|
3804
|
-
|
|
3862
|
+
._teddy-navigation-menu__trigger_11898_227:not(._teddy-navigation-menu__trigger--button_11898_253)::before {
|
|
3863
|
+
content: attr(data-text);
|
|
3864
|
+
content: attr(data-text)/"";
|
|
3865
|
+
height: 0;
|
|
3866
|
+
visibility: hidden;
|
|
3867
|
+
overflow: hidden;
|
|
3868
|
+
user-select: none;
|
|
3869
|
+
pointer-events: none;
|
|
3870
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
3871
|
+
}
|
|
3872
|
+
@media speech {
|
|
3873
|
+
._teddy-navigation-menu__trigger_11898_227:not(._teddy-navigation-menu__trigger--button_11898_253)::before {
|
|
3874
|
+
display: none;
|
|
3875
|
+
}
|
|
3876
|
+
}
|
|
3877
|
+
._teddy-navigation-menu__trigger_11898_227:hover {
|
|
3878
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
3879
|
+
}
|
|
3880
|
+
._teddy-navigation-menu__trigger_11898_227:hover::after {
|
|
3881
|
+
opacity: 1;
|
|
3882
|
+
}
|
|
3883
|
+
._teddy-navigation-menu__trigger_11898_227:active {
|
|
3884
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
3885
|
+
}
|
|
3886
|
+
._teddy-navigation-menu__trigger_11898_227:active::after {
|
|
3887
|
+
opacity: 1;
|
|
3888
|
+
}
|
|
3889
|
+
._teddy-navigation-menu__trigger_11898_227[data-state=open], ._teddy-navigation-menu__trigger_11898_227:has([data-active]), ._teddy-navigation-menu__trigger_11898_227[data-active] {
|
|
3890
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
3891
|
+
}
|
|
3892
|
+
._teddy-navigation-menu__trigger_11898_227[data-state=open]::after, ._teddy-navigation-menu__trigger_11898_227:has([data-active])::after, ._teddy-navigation-menu__trigger_11898_227[data-active]::after {
|
|
3893
|
+
border-color: var(--teddy-color-text-interactive-primary);
|
|
3894
|
+
opacity: 1;
|
|
3805
3895
|
}
|
|
3806
|
-
._teddy-
|
|
3896
|
+
._teddy-navigation-menu__trigger_11898_227:focus-visible {
|
|
3897
|
+
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
3898
|
+
}
|
|
3899
|
+
._teddy-navigation-menu__link_11898_321 {
|
|
3900
|
+
all: unset;
|
|
3807
3901
|
position: relative;
|
|
3808
|
-
|
|
3902
|
+
cursor: pointer;
|
|
3903
|
+
text-decoration: none;
|
|
3904
|
+
display: inline-flex;
|
|
3905
|
+
flex-direction: column;
|
|
3906
|
+
align-items: center;
|
|
3907
|
+
justify-content: center;
|
|
3908
|
+
gap: var(--teddy-spacing-50);
|
|
3909
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
3910
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
3911
|
+
white-space: nowrap;
|
|
3912
|
+
min-width: var(--teddy-spacing-400);
|
|
3913
|
+
font-size: var(--teddy-typography-scale-100);
|
|
3914
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
3915
|
+
padding: var(--teddy-spacing-200) var(--teddy-spacing-100);
|
|
3916
|
+
text-align: center;
|
|
3917
|
+
text-decoration: none;
|
|
3918
|
+
}
|
|
3919
|
+
._teddy-navigation-menu__link--small_11898_341 {
|
|
3920
|
+
padding: calc(var(--teddy-spacing-100) + var(--teddy-spacing-25) + var(--teddy-spacing-10)) var(--teddy-spacing-100);
|
|
3921
|
+
font-size: var(--teddy-typography-scale-75);
|
|
3922
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
3923
|
+
outline-offset: -2px;
|
|
3809
3924
|
}
|
|
3810
|
-
._teddy-
|
|
3925
|
+
._teddy-navigation-menu__link--button_11898_347 {
|
|
3926
|
+
padding: var(--teddy-spacing-100);
|
|
3927
|
+
min-height: calc(var(--teddy-spacing-400) + var(--teddy-spacing-200));
|
|
3928
|
+
box-sizing: border-box;
|
|
3929
|
+
border-radius: var(--teddy-border-radius-md);
|
|
3811
3930
|
display: flex;
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3931
|
+
place-items: center;
|
|
3932
|
+
flex-wrap: wrap;
|
|
3933
|
+
flex-direction: row;
|
|
3934
|
+
gap: var(--teddy-spacing-100);
|
|
3935
|
+
row-gap: var(--teddy-spacing-50);
|
|
3816
3936
|
}
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3937
|
+
@media (max-width: 600px) {
|
|
3938
|
+
._teddy-navigation-menu__link--button_11898_347 {
|
|
3939
|
+
font-size: var(--teddy-typography-scale-75);
|
|
3940
|
+
}
|
|
3820
3941
|
}
|
|
3821
|
-
._teddy-
|
|
3822
|
-
|
|
3942
|
+
._teddy-navigation-menu__link_11898_321::after {
|
|
3943
|
+
content: "";
|
|
3944
|
+
display: block;
|
|
3945
|
+
position: absolute;
|
|
3946
|
+
inset: 0;
|
|
3947
|
+
opacity: 0;
|
|
3948
|
+
border-radius: inherit;
|
|
3949
|
+
background-color: transparent;
|
|
3950
|
+
pointer-events: none;
|
|
3951
|
+
border-bottom: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
3823
3952
|
}
|
|
3824
|
-
._teddy-
|
|
3825
|
-
|
|
3826
|
-
max-height: 0;
|
|
3953
|
+
._teddy-navigation-menu__link--button_11898_347::after {
|
|
3954
|
+
border: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
3827
3955
|
}
|
|
3828
|
-
._teddy-
|
|
3956
|
+
._teddy-navigation-menu__link_11898_321:not(._teddy-navigation-menu__link--button_11898_347)::before {
|
|
3957
|
+
content: attr(data-text);
|
|
3958
|
+
content: attr(data-text)/"";
|
|
3959
|
+
height: 0;
|
|
3960
|
+
visibility: hidden;
|
|
3829
3961
|
overflow: hidden;
|
|
3830
|
-
|
|
3962
|
+
user-select: none;
|
|
3963
|
+
pointer-events: none;
|
|
3964
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
3831
3965
|
}
|
|
3832
|
-
|
|
3833
|
-
|
|
3966
|
+
@media speech {
|
|
3967
|
+
._teddy-navigation-menu__link_11898_321:not(._teddy-navigation-menu__link--button_11898_347)::before {
|
|
3968
|
+
display: none;
|
|
3969
|
+
}
|
|
3834
3970
|
}
|
|
3835
|
-
._teddy-
|
|
3836
|
-
|
|
3971
|
+
._teddy-navigation-menu__link_11898_321:hover {
|
|
3972
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
3837
3973
|
}
|
|
3838
|
-
._teddy-
|
|
3839
|
-
|
|
3840
|
-
display: grid;
|
|
3841
|
-
grid-template-columns: minmax(0, 1fr) auto;
|
|
3842
|
-
align-items: stretch;
|
|
3843
|
-
max-width: initial;
|
|
3844
|
-
color: var(--teddy-color-text-interactive-primary);
|
|
3845
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
3846
|
-
border-top: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
3974
|
+
._teddy-navigation-menu__link_11898_321:hover::after {
|
|
3975
|
+
opacity: 1;
|
|
3847
3976
|
}
|
|
3848
|
-
._teddy-
|
|
3849
|
-
|
|
3977
|
+
._teddy-navigation-menu__link_11898_321:active {
|
|
3978
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
3850
3979
|
}
|
|
3851
|
-
._teddy-
|
|
3852
|
-
|
|
3980
|
+
._teddy-navigation-menu__link_11898_321:active::after {
|
|
3981
|
+
opacity: 1;
|
|
3853
3982
|
}
|
|
3854
|
-
._teddy-
|
|
3855
|
-
padding: calc(var(--teddy-spacing-150) + var(--teddy-spacing-25)) 0;
|
|
3856
|
-
font-family: var(--teddy-typography-family-default);
|
|
3983
|
+
._teddy-navigation-menu__link_11898_321[data-state=open], ._teddy-navigation-menu__link_11898_321:has([data-active]), ._teddy-navigation-menu__link_11898_321[data-active] {
|
|
3857
3984
|
font-weight: var(--teddy-typography-weight-bold);
|
|
3858
|
-
font-size: clamp(var(--teddy-typography-scale-100), 3cqw, var(--teddy-typography-scale-200));
|
|
3859
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
3860
3985
|
}
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
}
|
|
3986
|
+
._teddy-navigation-menu__link_11898_321[data-state=open]::after, ._teddy-navigation-menu__link_11898_321:has([data-active])::after, ._teddy-navigation-menu__link_11898_321[data-active]::after {
|
|
3987
|
+
border-color: var(--teddy-color-text-interactive-primary);
|
|
3988
|
+
opacity: 1;
|
|
3865
3989
|
}
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
padding: calc(var(--teddy-spacing-300) + var(--teddy-spacing-10)) 0;
|
|
3869
|
-
}
|
|
3990
|
+
._teddy-navigation-menu__link_11898_321:focus-visible {
|
|
3991
|
+
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
3870
3992
|
}
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
}
|
|
3878
|
-
}@layer icon, toggle;
|
|
3879
|
-
._teddy-toggle__input_m5h3g_2::before {
|
|
3880
|
-
box-sizing: border-box;
|
|
3993
|
+
._teddy-navigation-menu__viewport_11898_34 {
|
|
3994
|
+
position: relative;
|
|
3995
|
+
background-color: var(--teddy-color-background-primary);
|
|
3996
|
+
height: var(--radix-navigation-menu-viewport-height);
|
|
3997
|
+
transform-origin: top left;
|
|
3998
|
+
overflow: clip;
|
|
3881
3999
|
}
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
align-items: center;
|
|
3888
|
-
position: relative;
|
|
3889
|
-
gap: var(--teddy-spacing-150);
|
|
3890
|
-
}
|
|
3891
|
-
._teddy-toggle__input_m5h3g_2 {
|
|
3892
|
-
all: unset;
|
|
3893
|
-
cursor: pointer;
|
|
3894
|
-
display: block;
|
|
3895
|
-
width: calc(var(--teddy-spacing-400) + var(--teddy-spacing-150));
|
|
3896
|
-
height: calc(var(--teddy-spacing-400) + var(--teddy-spacing-150));
|
|
3897
|
-
position: relative;
|
|
3898
|
-
color: var(--teddy-color-text-interactive-on-primary);
|
|
3899
|
-
}
|
|
3900
|
-
._teddy-toggle__input_m5h3g_2::before {
|
|
3901
|
-
content: "";
|
|
3902
|
-
display: block;
|
|
3903
|
-
position: absolute;
|
|
3904
|
-
inset: 0;
|
|
3905
|
-
height: var(--teddy-spacing-300);
|
|
3906
|
-
margin: auto 0;
|
|
3907
|
-
background-color: var(--teddy-color-text-interactive-on-primary);
|
|
3908
|
-
border: var(--teddy-border-width-xs) solid var(--teddy-color-border-interactive-primary);
|
|
3909
|
-
border-radius: var(--teddy-border-radius-full);
|
|
3910
|
-
}
|
|
3911
|
-
@media (prefers-reduced-motion: no-preference) {
|
|
3912
|
-
._teddy-toggle__input_m5h3g_2::before {
|
|
3913
|
-
transition: background-color var(--teddy-motion-duration-150) ease, border-color var(--teddy-motion-duration-150) ease;
|
|
3914
|
-
}
|
|
3915
|
-
}
|
|
3916
|
-
._teddy-toggle__input_m5h3g_2[data-state=checked]::before {
|
|
3917
|
-
background-color: var(--teddy-color-background-interactive-primary);
|
|
3918
|
-
border-color: var(--teddy-color-functional-transparent);
|
|
3919
|
-
}
|
|
3920
|
-
._teddy-toggle__input_m5h3g_2[data-state=checked]:disabled::before {
|
|
3921
|
-
background-color: var(--teddy-color-background-interactive-disabled);
|
|
3922
|
-
border-color: var(--teddy-color-functional-transparent);
|
|
3923
|
-
}
|
|
3924
|
-
._teddy-toggle__input_m5h3g_2[data-state=checked]:hover:not(:disabled)::before {
|
|
3925
|
-
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
3926
|
-
border-color: var(--teddy-color-functional-transparent);
|
|
3927
|
-
}
|
|
3928
|
-
._teddy-toggle__input_m5h3g_2[data-state=checked]:active:not(:disabled)::before {
|
|
3929
|
-
background-color: var(--teddy-color-background-interactive-primary-active);
|
|
3930
|
-
border-color: var(--teddy-color-functional-transparent);
|
|
3931
|
-
}
|
|
3932
|
-
._teddy-toggle__input_m5h3g_2:disabled {
|
|
3933
|
-
cursor: default;
|
|
3934
|
-
}
|
|
3935
|
-
._teddy-toggle__input_m5h3g_2:disabled::before {
|
|
3936
|
-
border-color: var(--teddy-color-border-weak);
|
|
3937
|
-
}
|
|
3938
|
-
._teddy-toggle__input_m5h3g_2:hover:not(:disabled)::before {
|
|
3939
|
-
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
3940
|
-
border-color: var(--teddy-color-border-interactive-primary);
|
|
4000
|
+
@keyframes _scaleIn_11898_1 {
|
|
4001
|
+
from {
|
|
4002
|
+
opacity: 0;
|
|
4003
|
+
transform: scale(0.9);
|
|
4004
|
+
height: 1px;
|
|
3941
4005
|
}
|
|
3942
|
-
|
|
3943
|
-
|
|
4006
|
+
to {
|
|
4007
|
+
opacity: 1;
|
|
4008
|
+
transform: scale(1);
|
|
4009
|
+
height: var(--radix-navigation-menu-viewport-height);
|
|
3944
4010
|
}
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
content: "";
|
|
4011
|
+
}
|
|
4012
|
+
@keyframes _scaleOut_11898_1 {
|
|
4013
|
+
from {
|
|
3949
4014
|
opacity: 1;
|
|
3950
|
-
|
|
3951
|
-
inset: calc(var(--teddy-spacing-25) * -1);
|
|
3952
|
-
position: absolute;
|
|
3953
|
-
pointer-events: none;
|
|
4015
|
+
transform: scale(1);
|
|
3954
4016
|
}
|
|
3955
|
-
|
|
4017
|
+
to {
|
|
3956
4018
|
opacity: 0;
|
|
4019
|
+
transform: scale(0.9);
|
|
4020
|
+
height: 0;
|
|
3957
4021
|
}
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
height: calc(var(--teddy-spacing-200) + var(--teddy-spacing-25));
|
|
3962
|
-
width: calc(var(--teddy-spacing-200) + var(--teddy-spacing-25));
|
|
3963
|
-
border-radius: var(--teddy-border-radius-full);
|
|
3964
|
-
background-color: var(--teddy-color-background-interactive-primary);
|
|
3965
|
-
inset: 50% auto auto var(--teddy-spacing-10);
|
|
3966
|
-
transform: translate(var(--teddy-spacing-25), -50%);
|
|
3967
|
-
}
|
|
3968
|
-
@media (prefers-reduced-motion: no-preference) {
|
|
3969
|
-
._teddy-toggle__thumb_m5h3g_81 {
|
|
3970
|
-
transition: transform var(--teddy-motion-duration-150) ease, background-color var(--teddy-motion-duration-150) ease;
|
|
3971
|
-
will-change: transform;
|
|
3972
|
-
}
|
|
3973
|
-
}
|
|
3974
|
-
._teddy-toggle__thumb_m5h3g_81[data-disabled] {
|
|
3975
|
-
background-color: var(--teddy-color-background-interactive-disabled);
|
|
3976
|
-
}
|
|
3977
|
-
._teddy-toggle__thumb_m5h3g_81[data-state=checked] {
|
|
3978
|
-
background-color: var(--teddy-color-text-interactive-on-primary);
|
|
3979
|
-
transform: translate(calc(100% + var(--teddy-spacing-50)), -50%);
|
|
3980
|
-
}
|
|
3981
|
-
._teddy-toggle__thumb_m5h3g_81[data-state=checked][data-disabled] {
|
|
3982
|
-
background-color: var(--teddy-color-text-interactive-on-primary);
|
|
3983
|
-
}
|
|
3984
|
-
._teddy-toggle__indicator_m5h3g_107 {
|
|
3985
|
-
position: absolute;
|
|
3986
|
-
inset: 50% auto auto calc(var(--teddy-spacing-150) + var(--teddy-spacing-10));
|
|
4022
|
+
}
|
|
4023
|
+
@keyframes _enterFromRight_11898_1 {
|
|
4024
|
+
from {
|
|
3987
4025
|
opacity: 0;
|
|
3988
|
-
|
|
3989
|
-
transform: translate(-50%, -50%);
|
|
3990
|
-
transform-origin: 0 50%;
|
|
3991
|
-
}
|
|
3992
|
-
@media (prefers-reduced-motion: no-preference) {
|
|
3993
|
-
._teddy-toggle__indicator_m5h3g_107 {
|
|
3994
|
-
transition: opacity var(--teddy-motion-duration-150) ease, scale var(--teddy-motion-duration-150) ease;
|
|
3995
|
-
}
|
|
4026
|
+
transform: translateX(200px);
|
|
3996
4027
|
}
|
|
3997
|
-
|
|
4028
|
+
to {
|
|
3998
4029
|
opacity: 1;
|
|
3999
|
-
|
|
4030
|
+
transform: translateX(0);
|
|
4000
4031
|
}
|
|
4001
|
-
}
|
|
4002
|
-
|
|
4003
|
-
}@keyframes _teddy-fade-in_3n21u_1 {
|
|
4032
|
+
}
|
|
4033
|
+
@keyframes _enterFromLeft_11898_1 {
|
|
4004
4034
|
from {
|
|
4005
4035
|
opacity: 0;
|
|
4036
|
+
transform: translateX(-200px);
|
|
4006
4037
|
}
|
|
4007
4038
|
to {
|
|
4008
4039
|
opacity: 1;
|
|
4040
|
+
transform: translateX(0);
|
|
4009
4041
|
}
|
|
4010
4042
|
}
|
|
4011
|
-
@keyframes
|
|
4043
|
+
@keyframes _exitToRight_11898_1 {
|
|
4012
4044
|
from {
|
|
4013
4045
|
opacity: 1;
|
|
4046
|
+
transform: translateX(0);
|
|
4014
4047
|
}
|
|
4015
4048
|
to {
|
|
4016
4049
|
opacity: 0;
|
|
4050
|
+
transform: translateX(200px);
|
|
4017
4051
|
}
|
|
4018
4052
|
}
|
|
4019
|
-
@keyframes
|
|
4053
|
+
@keyframes _exitToLeft_11898_1 {
|
|
4020
4054
|
from {
|
|
4021
4055
|
opacity: 1;
|
|
4056
|
+
transform: translateX(0);
|
|
4022
4057
|
}
|
|
4023
4058
|
to {
|
|
4024
|
-
opacity:
|
|
4059
|
+
opacity: 0;
|
|
4060
|
+
transform: translateX(-200px);
|
|
4025
4061
|
}
|
|
4062
|
+
}._teddy-global-navigation_2fdb8_1 {
|
|
4063
|
+
position: sticky;
|
|
4064
|
+
inset: 0 0 auto 0;
|
|
4065
|
+
z-index: 39;
|
|
4026
4066
|
}
|
|
4027
|
-
._teddy-
|
|
4028
|
-
|
|
4029
|
-
inset: 0;
|
|
4030
|
-
display: grid;
|
|
4031
|
-
place-items: center;
|
|
4067
|
+
._teddy-global-navigation__mobile-trigger_2fdb8_6 {
|
|
4068
|
+
border-inline: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
4032
4069
|
}
|
|
4033
|
-
._teddy-
|
|
4034
|
-
|
|
4070
|
+
._teddy-global-navigation__mobile-header_2fdb8_9[data-state=open] {
|
|
4071
|
+
border-bottom: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
4072
|
+
}
|
|
4073
|
+
._teddy-global-navigation__mobile_2fdb8_6 {
|
|
4074
|
+
padding: var(--teddy-spacing-25) var(--teddy-spacing-200);
|
|
4075
|
+
border-bottom: var(--teddy-border-width-sm) solid var(--teddy-color-border-weak);
|
|
4076
|
+
}
|
|
4077
|
+
._teddy-global-navigation__mobile_2fdb8_6::before {
|
|
4035
4078
|
content: "";
|
|
4036
|
-
|
|
4037
|
-
|
|
4079
|
+
display: block;
|
|
4080
|
+
width: var(--width-for-centering-element);
|
|
4038
4081
|
}
|
|
4039
|
-
._teddy-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
overflow: hidden;
|
|
4044
|
-
height: 100%;
|
|
4045
|
-
width: 100%;
|
|
4082
|
+
._teddy-global-navigation__mobile_2fdb8_6::after {
|
|
4083
|
+
content: "";
|
|
4084
|
+
display: block;
|
|
4085
|
+
width: var(--width-for-centering-element);
|
|
4046
4086
|
}
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
max-width: 720px;
|
|
4050
|
-
max-height: 80%;
|
|
4051
|
-
min-height: 360px;
|
|
4052
|
-
height: auto;
|
|
4053
|
-
width: auto;
|
|
4054
|
-
border-radius: var(--teddy-border-radius-lg);
|
|
4055
|
-
}
|
|
4087
|
+
._teddy-global-navigation__link_2fdb8_26 {
|
|
4088
|
+
text-decoration: none;
|
|
4056
4089
|
}
|
|
4057
|
-
._teddy-
|
|
4058
|
-
|
|
4059
|
-
padding-inline: var(--teddy-spacing-300);
|
|
4090
|
+
._teddy-global-navigation__viewport_2fdb8_29._teddy-global-navigation__viewport_2fdb8_29 {
|
|
4091
|
+
height: var(--teddy-viewport-wrapper-height);
|
|
4060
4092
|
}
|
|
4061
|
-
._teddy-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
vertical-align: middle;
|
|
4065
|
-
font-style: italic;
|
|
4066
|
-
background-repeat: no-repeat;
|
|
4067
|
-
background-size: cover;
|
|
4068
|
-
shape-margin: 0.75rem;
|
|
4069
|
-
margin-inline: calc(var(--teddy-spacing-300) * -1);
|
|
4093
|
+
._teddy-global-navigation__item-wrapper_2fdb8_32 {
|
|
4094
|
+
position: relative;
|
|
4095
|
+
display: flex;
|
|
4070
4096
|
}
|
|
4071
|
-
._teddy-
|
|
4097
|
+
._teddy-global-navigation__item-count_2fdb8_36 {
|
|
4098
|
+
display: flex;
|
|
4099
|
+
justify-content: center;
|
|
4100
|
+
align-items: center;
|
|
4072
4101
|
position: absolute;
|
|
4073
|
-
|
|
4074
|
-
right: var(--teddy-spacing-100);
|
|
4102
|
+
transform: translate(calc(var(--teddy-spacing-150) + var(--teddy-spacing-25)), calc(-1 * var(--teddy-spacing-100) + var(--teddy-spacing-10)));
|
|
4075
4103
|
}
|
|
4076
|
-
._teddy-
|
|
4077
|
-
|
|
4078
|
-
|
|
4104
|
+
._teddy-global-navigation__viewport-wrapper_2fdb8_43 {
|
|
4105
|
+
overflow: hidden;
|
|
4106
|
+
transition: max-height var(--teddy-motion-duration-controlled, 0) ease;
|
|
4079
4107
|
}
|
|
4080
|
-
._teddy-
|
|
4081
|
-
|
|
4082
|
-
inset: 0 0 auto 0;
|
|
4083
|
-
background-color: var(--teddy-color-background-primary);
|
|
4084
|
-
padding-top: var(--teddy-spacing-200);
|
|
4108
|
+
._teddy-global-navigation__viewport-wrapper_2fdb8_43[data-state=open] {
|
|
4109
|
+
max-height: var(--teddy-viewport-wrapper-height);
|
|
4085
4110
|
}
|
|
4086
|
-
._teddy-
|
|
4087
|
-
|
|
4111
|
+
._teddy-global-navigation__viewport-wrapper_2fdb8_43[data-state=closed] {
|
|
4112
|
+
animation: _close-viewport_2fdb8_1 var(--teddy-motion-duration-controlled, 0) ease;
|
|
4113
|
+
max-height: 0;
|
|
4088
4114
|
}
|
|
4089
|
-
._teddy-
|
|
4090
|
-
|
|
4091
|
-
position: absolute;
|
|
4092
|
-
inset: 0 calc(var(--teddy-spacing-300) * -1) 0 calc(var(--teddy-spacing-300) * -1);
|
|
4093
|
-
border-bottom: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
4115
|
+
._teddy-global-navigation__top-menu-color_2fdb8_54 {
|
|
4116
|
+
background-color: var(--teddy-color-background-secondary);
|
|
4094
4117
|
}
|
|
4095
|
-
._teddy-
|
|
4096
|
-
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
margin: var(--teddy-spacing-
|
|
4100
|
-
padding-block: var(--teddy-spacing-200) var(--teddy-spacing-300);
|
|
4101
|
-
background-color: var(--teddy-color-background-primary);
|
|
4118
|
+
._teddy-global-navigation__top-menu-wrapper_2fdb8_57 {
|
|
4119
|
+
overflow: hidden;
|
|
4120
|
+
max-width: 84rem;
|
|
4121
|
+
transition: max-height var(--teddy-motion-duration-controlled, 0) ease;
|
|
4122
|
+
margin: 0 var(--teddy-spacing-600);
|
|
4102
4123
|
}
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
|
|
4124
|
+
@media (min-width: 1440px) {
|
|
4125
|
+
._teddy-global-navigation__top-menu-wrapper_2fdb8_57 {
|
|
4126
|
+
margin: 0 auto;
|
|
4127
|
+
}
|
|
4128
|
+
}
|
|
4129
|
+
._teddy-global-navigation__top-menu-wrapper_2fdb8_57[data-state=open] {
|
|
4130
|
+
max-height: var(--teddy-top-menu-height, 47px);
|
|
4131
|
+
}
|
|
4132
|
+
._teddy-global-navigation__top-menu-wrapper_2fdb8_57[data-state=closed] {
|
|
4133
|
+
max-height: 0;
|
|
4134
|
+
}
|
|
4135
|
+
._teddy-global-navigation__accordion-look_2fdb8_74 {
|
|
4136
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
4137
|
+
display: grid;
|
|
4138
|
+
grid-template-columns: minmax(0, 1fr) auto;
|
|
4139
|
+
align-items: stretch;
|
|
4140
|
+
max-width: initial;
|
|
4141
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
4142
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
4107
4143
|
border-top: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
4108
|
-
box-shadow: 0 0 20px 15px var(--teddy-color-background-primary);
|
|
4109
4144
|
}
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
4126
|
-
transform: translateY(0px) scale(1);
|
|
4127
|
-
}
|
|
4128
|
-
}
|
|
4129
|
-
@keyframes _modal-content-hide_3n21u_1 {
|
|
4130
|
-
from {
|
|
4131
|
-
opacity: 1;
|
|
4132
|
-
transform: translateY(0px) scale(1);
|
|
4133
|
-
}
|
|
4134
|
-
to {
|
|
4135
|
-
opacity: 0;
|
|
4136
|
-
transform: translateY(5px) scale(0.99);
|
|
4137
|
-
}
|
|
4138
|
-
}
|
|
4139
|
-
._teddy-modal__overlay_3n21u_25 {
|
|
4140
|
-
/* Keep the overlay mounted until the children have animated */
|
|
4141
|
-
}
|
|
4142
|
-
._teddy-modal__overlay_3n21u_25:where([data-state=closed]) {
|
|
4143
|
-
animation: _modal-overlay-no-op_3n21u_1 250ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
4144
|
-
}
|
|
4145
|
-
._teddy-modal__overlay_3n21u_25:where([data-state=open])::before {
|
|
4146
|
-
animation: _teddy-fade-in_3n21u_1 400ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
4145
|
+
._teddy-global-navigation__accordion-look_2fdb8_74:first-child {
|
|
4146
|
+
margin-top: 0;
|
|
4147
|
+
}
|
|
4148
|
+
._teddy-global-navigation__accordion-look_2fdb8_74:last-child {
|
|
4149
|
+
border-bottom: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
4150
|
+
}
|
|
4151
|
+
._teddy-global-navigation__mobile-link--accordion-look_2fdb8_90 {
|
|
4152
|
+
padding: calc(var(--teddy-spacing-150) + var(--teddy-spacing-25)) 0;
|
|
4153
|
+
font-family: var(--teddy-typography-family-default);
|
|
4154
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
4155
|
+
font-size: clamp(var(--teddy-typography-scale-100), 3cqw, var(--teddy-typography-scale-200));
|
|
4156
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
4157
|
+
}
|
|
4158
|
+
@media (min-width: 600px) {
|
|
4159
|
+
._teddy-global-navigation__mobile-link--accordion-look_2fdb8_90 {
|
|
4160
|
+
padding: calc(var(--teddy-spacing-250) + var(--teddy-spacing-10)) 0;
|
|
4147
4161
|
}
|
|
4148
|
-
|
|
4149
|
-
|
|
4162
|
+
}
|
|
4163
|
+
@media (min-width: 1024px) {
|
|
4164
|
+
._teddy-global-navigation__mobile-link--accordion-look_2fdb8_90 {
|
|
4165
|
+
padding: calc(var(--teddy-spacing-300) + var(--teddy-spacing-10)) 0;
|
|
4150
4166
|
}
|
|
4151
|
-
|
|
4152
|
-
|
|
4167
|
+
}
|
|
4168
|
+
@keyframes _close-viewport_2fdb8_1 {
|
|
4169
|
+
0% {
|
|
4170
|
+
max-height: var(--teddy-viewport-wrapper-height);
|
|
4153
4171
|
}
|
|
4154
|
-
|
|
4155
|
-
|
|
4172
|
+
100% {
|
|
4173
|
+
max-height: 0;
|
|
4156
4174
|
}
|
|
4157
4175
|
}._date-picker_1vj0x_1 {
|
|
4158
4176
|
display: flex;
|