sunpeak 0.5.9 → 0.5.12

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/style.css CHANGED
@@ -50,11 +50,6 @@
50
50
  --tw-drop-shadow-alpha: 100%;
51
51
  --tw-drop-shadow-size: initial;
52
52
  --tw-duration: initial;
53
- --tw-ease: initial;
54
- --tw-content: "";
55
- --tw-scale-x: 1;
56
- --tw-scale-y: 1;
57
- --tw-scale-z: 1;
58
53
  }
59
54
  }
60
55
  }
@@ -3068,6 +3063,14 @@
3068
3063
  pointer-events: none;
3069
3064
  }
3070
3065
 
3066
+ .collapse {
3067
+ visibility: collapse;
3068
+ }
3069
+
3070
+ .visible {
3071
+ visibility: visible;
3072
+ }
3073
+
3071
3074
  .sr-only {
3072
3075
  clip-path: inset(50%);
3073
3076
  white-space: nowrap;
@@ -3092,6 +3095,10 @@
3092
3095
  position: relative;
3093
3096
  }
3094
3097
 
3098
+ .sticky {
3099
+ position: sticky;
3100
+ }
3101
+
3095
3102
  .inset-0 {
3096
3103
  inset: calc(var(--spacing) * 0);
3097
3104
  }
@@ -3196,10 +3203,6 @@
3196
3203
  margin-block: auto;
3197
3204
  }
3198
3205
 
3199
- .mt-1 {
3200
- margin-top: calc(var(--spacing) * 1);
3201
- }
3202
-
3203
3206
  .mt-auto {
3204
3207
  margin-top: auto;
3205
3208
  }
@@ -3216,10 +3219,6 @@
3216
3219
  margin-bottom: calc(var(--spacing) * 3);
3217
3220
  }
3218
3221
 
3219
- .mb-4 {
3220
- margin-bottom: calc(var(--spacing) * 4);
3221
- }
3222
-
3223
3222
  .line-clamp-2 {
3224
3223
  -webkit-line-clamp: 2;
3225
3224
  -webkit-box-orient: vertical;
@@ -3239,6 +3238,10 @@
3239
3238
  display: flex;
3240
3239
  }
3241
3240
 
3241
+ .grid {
3242
+ display: grid;
3243
+ }
3244
+
3242
3245
  .hidden {
3243
3246
  display: none;
3244
3247
  }
@@ -3247,10 +3250,6 @@
3247
3250
  display: inline;
3248
3251
  }
3249
3252
 
3250
- .inline-flex {
3251
- display: inline-flex;
3252
- }
3253
-
3254
3253
  .aspect-\[4\/3\] {
3255
3254
  aspect-ratio: 4 / 3;
3256
3255
  }
@@ -3272,6 +3271,10 @@
3272
3271
  height: calc(var(--spacing) * 4);
3273
3272
  }
3274
3273
 
3274
+ .h-7 {
3275
+ height: calc(var(--spacing) * 7);
3276
+ }
3277
+
3275
3278
  .h-8 {
3276
3279
  height: calc(var(--spacing) * 8);
3277
3280
  }
@@ -3280,10 +3283,6 @@
3280
3283
  height: calc(var(--spacing) * 12);
3281
3284
  }
3282
3285
 
3283
- .h-\[var\(--control-size-sm\)\] {
3284
- height: var(--control-size-sm);
3285
- }
3286
-
3287
3286
  .h-auto {
3288
3287
  height: auto;
3289
3288
  }
@@ -3292,8 +3291,8 @@
3292
3291
  height: 100%;
3293
3292
  }
3294
3293
 
3295
- .max-h-\[min\(400px\,calc\(100vh-200px\)\)\] {
3296
- max-height: min(400px, 100vh - 200px);
3294
+ .h-screen {
3295
+ height: 100vh;
3297
3296
  }
3298
3297
 
3299
3298
  .max-h-full {
@@ -3304,14 +3303,14 @@
3304
3303
  min-height: calc(var(--spacing) * 8);
3305
3304
  }
3306
3305
 
3307
- .min-h-screen {
3308
- min-height: 100vh;
3309
- }
3310
-
3311
3306
  .w-4 {
3312
3307
  width: calc(var(--spacing) * 4);
3313
3308
  }
3314
3309
 
3310
+ .w-7 {
3311
+ width: calc(var(--spacing) * 7);
3312
+ }
3313
+
3315
3314
  .w-8 {
3316
3315
  width: calc(var(--spacing) * 8);
3317
3316
  }
@@ -3324,8 +3323,8 @@
3324
3323
  width: calc(var(--spacing) * 40);
3325
3324
  }
3326
3325
 
3327
- .w-64 {
3328
- width: calc(var(--spacing) * 64);
3326
+ .w-56 {
3327
+ width: calc(var(--spacing) * 56);
3329
3328
  }
3330
3329
 
3331
3330
  .w-80 {
@@ -3360,10 +3359,6 @@
3360
3359
  min-width: calc(var(--spacing) * 8);
3361
3360
  }
3362
3361
 
3363
- .min-w-\[200px\] {
3364
- min-width: 200px;
3365
- }
3366
-
3367
3362
  .flex-1 {
3368
3363
  flex: 1;
3369
3364
  }
@@ -3380,10 +3375,6 @@
3380
3375
  flex-grow: 1;
3381
3376
  }
3382
3377
 
3383
- .origin-top {
3384
- transform-origin: top;
3385
- }
3386
-
3387
3378
  .-translate-y-1\/2 {
3388
3379
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
3389
3380
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -3398,8 +3389,12 @@
3398
3389
  touch-action: var(--tw-pan-x, ) var(--tw-pan-y, ) var(--tw-pinch-zoom, );
3399
3390
  }
3400
3391
 
3401
- .scroll-m-\[15px\] {
3402
- scroll-margin: 15px;
3392
+ .grid-cols-2 {
3393
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3394
+ }
3395
+
3396
+ .grid-cols-\[1fr_auto_1fr\] {
3397
+ grid-template-columns: 1fr auto 1fr;
3403
3398
  }
3404
3399
 
3405
3400
  .flex-col {
@@ -3434,6 +3429,14 @@
3434
3429
  justify-content: center;
3435
3430
  }
3436
3431
 
3432
+ .justify-end {
3433
+ justify-content: flex-end;
3434
+ }
3435
+
3436
+ .justify-start {
3437
+ justify-content: flex-start;
3438
+ }
3439
+
3437
3440
  .gap-1 {
3438
3441
  gap: calc(var(--spacing) * 1);
3439
3442
  }
@@ -3442,8 +3445,20 @@
3442
3445
  gap: calc(var(--spacing) * 2);
3443
3446
  }
3444
3447
 
3445
- .gap-\[var\(--spacing\)\] {
3446
- gap: var(--spacing);
3448
+ .gap-3 {
3449
+ gap: calc(var(--spacing) * 3);
3450
+ }
3451
+
3452
+ :where(.space-y-0\.5 > :not(:last-child)) {
3453
+ --tw-space-y-reverse: 0;
3454
+ margin-block-start: calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));
3455
+ margin-block-end: calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)));
3456
+ }
3457
+
3458
+ :where(.space-y-1 > :not(:last-child)) {
3459
+ --tw-space-y-reverse: 0;
3460
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
3461
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
3447
3462
  }
3448
3463
 
3449
3464
  :where(.space-y-2 > :not(:last-child)) {
@@ -3452,6 +3467,12 @@
3452
3467
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
3453
3468
  }
3454
3469
 
3470
+ :where(.space-y-3 > :not(:last-child)) {
3471
+ --tw-space-y-reverse: 0;
3472
+ margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
3473
+ margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
3474
+ }
3475
+
3455
3476
  :where(.space-y-4 > :not(:last-child)) {
3456
3477
  --tw-space-y-reverse: 0;
3457
3478
  margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
@@ -3506,14 +3527,6 @@
3506
3527
  border-radius: 18px;
3507
3528
  }
3508
3529
 
3509
- .rounded-\[var\(--control-radius-sm\)\] {
3510
- border-radius: var(--control-radius-sm);
3511
- }
3512
-
3513
- .rounded-\[var\(--menu-radius\)\] {
3514
- border-radius: var(--menu-radius);
3515
- }
3516
-
3517
3530
  .rounded-full {
3518
3531
  border-radius: var(--radius-full);
3519
3532
  }
@@ -3522,6 +3535,10 @@
3522
3535
  border-radius: var(--radius-lg);
3523
3536
  }
3524
3537
 
3538
+ .rounded-md {
3539
+ border-radius: var(--radius-md);
3540
+ }
3541
+
3525
3542
  .rounded-xl {
3526
3543
  border-radius: var(--radius-xl);
3527
3544
  }
@@ -3570,10 +3587,6 @@
3570
3587
  background-color: var(--color-background-primary-soft);
3571
3588
  }
3572
3589
 
3573
- .bg-\[var\(--color-surface-elevated\)\] {
3574
- background-color: var(--color-surface-elevated);
3575
- }
3576
-
3577
3590
  .bg-surface {
3578
3591
  background-color: var(--color-surface);
3579
3592
  }
@@ -3613,6 +3626,10 @@
3613
3626
  padding: calc(var(--spacing) * 2);
3614
3627
  }
3615
3628
 
3629
+ .p-3 {
3630
+ padding: calc(var(--spacing) * 3);
3631
+ }
3632
+
3616
3633
  .p-4 {
3617
3634
  padding: calc(var(--spacing) * 4);
3618
3635
  }
@@ -3629,14 +3646,14 @@
3629
3646
  padding: 1px;
3630
3647
  }
3631
3648
 
3632
- .p-\[var\(--menu-gutter\)\] {
3633
- padding: var(--menu-gutter);
3634
- }
3635
-
3636
3649
  .px-1\.5 {
3637
3650
  padding-inline: calc(var(--spacing) * 1.5);
3638
3651
  }
3639
3652
 
3653
+ .px-2 {
3654
+ padding-inline: calc(var(--spacing) * 2);
3655
+ }
3656
+
3640
3657
  .px-4 {
3641
3658
  padding-inline: calc(var(--spacing) * 4);
3642
3659
  }
@@ -3649,18 +3666,14 @@
3649
3666
  padding-inline: calc(var(--spacing) * 40);
3650
3667
  }
3651
3668
 
3652
- .px-\[var\(--control-gutter-sm\)\] {
3653
- padding-inline: var(--control-gutter-sm);
3654
- }
3655
-
3656
- .px-\[var\(--menu-item-padding-x\,12px\)\] {
3657
- padding-inline: var(--menu-item-padding-x, 12px);
3658
- }
3659
-
3660
3669
  .py-0\.5 {
3661
3670
  padding-block: calc(var(--spacing) * .5);
3662
3671
  }
3663
3672
 
3673
+ .py-1 {
3674
+ padding-block: calc(var(--spacing) * 1);
3675
+ }
3676
+
3664
3677
  .py-3 {
3665
3678
  padding-block: calc(var(--spacing) * 3);
3666
3679
  }
@@ -3673,10 +3686,6 @@
3673
3686
  padding-block: calc(var(--spacing) * 10);
3674
3687
  }
3675
3688
 
3676
- .py-\[var\(--menu-item-padding-y\,8px\)\] {
3677
- padding-block: var(--menu-item-padding-y, 8px);
3678
- }
3679
-
3680
3689
  .pt-12 {
3681
3690
  padding-top: calc(var(--spacing) * 12);
3682
3691
  }
@@ -3689,6 +3698,10 @@
3689
3698
  padding-bottom: calc(var(--spacing) * 10);
3690
3699
  }
3691
3700
 
3701
+ .pl-4 {
3702
+ padding-left: calc(var(--spacing) * 4);
3703
+ }
3704
+
3692
3705
  .text-center {
3693
3706
  text-align: center;
3694
3707
  }
@@ -3701,6 +3714,10 @@
3701
3714
  text-align: start;
3702
3715
  }
3703
3716
 
3717
+ .font-mono {
3718
+ font-family: var(--font-mono);
3719
+ }
3720
+
3704
3721
  .text-3xl {
3705
3722
  font-size: var(--text-3xl);
3706
3723
  line-height: var(--tw-leading, var(--text-3xl--line-height));
@@ -3743,14 +3760,16 @@
3743
3760
  font-weight: var(--tw-font-weight, var(--text-xs--font-weight));
3744
3761
  }
3745
3762
 
3746
- .leading-\[var\(--font-text-md-line-height\)\] {
3747
- --tw-leading: var(--font-text-md-line-height);
3748
- line-height: var(--font-text-md-line-height);
3763
+ .text-\[8px\] {
3764
+ font-size: 8px;
3749
3765
  }
3750
3766
 
3751
- .leading-\[var\(--menu-line-height\)\] {
3752
- --tw-leading: var(--menu-line-height);
3753
- line-height: var(--menu-line-height);
3767
+ .text-\[9px\] {
3768
+ font-size: 9px;
3769
+ }
3770
+
3771
+ .text-\[10px\] {
3772
+ font-size: 10px;
3754
3773
  }
3755
3774
 
3756
3775
  .leading-normal {
@@ -3803,16 +3822,8 @@
3803
3822
  white-space: pre-wrap;
3804
3823
  }
3805
3824
 
3806
- .text-\[var\(--control-font-size-md\)\] {
3807
- color: var(--control-font-size-md);
3808
- }
3809
-
3810
- .text-\[var\(--input-placeholder-text-color\)\] {
3811
- color: var(--input-placeholder-text-color);
3812
- }
3813
-
3814
- .text-\[var\(--menu-font-size\)\] {
3815
- color: var(--menu-font-size);
3825
+ .text-\[var\(--color-error\)\] {
3826
+ color: var(--color-error);
3816
3827
  }
3817
3828
 
3818
3829
  .text-primary {
@@ -3827,19 +3838,6 @@
3827
3838
  opacity: .6;
3828
3839
  }
3829
3840
 
3830
- .opacity-75 {
3831
- opacity: .75;
3832
- }
3833
-
3834
- .opacity-100 {
3835
- opacity: 1;
3836
- }
3837
-
3838
- .shadow-\[var\(--shadow\)\] {
3839
- --tw-shadow: var(--shadow);
3840
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3841
- }
3842
-
3843
3841
  .shadow-lg {
3844
3842
  --tw-shadow: var(--shadow-300);
3845
3843
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -3860,23 +3858,18 @@
3860
3858
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3861
3859
  }
3862
3860
 
3863
- .\[box-shadow\:var\(--shadow\)\,var\(--shadow-hairline\)\] {
3864
- box-shadow: var(--shadow), var(--shadow-hairline);
3865
- }
3866
-
3867
3861
  .outline {
3868
3862
  outline-style: var(--tw-outline-style);
3869
3863
  outline-width: 1px;
3870
3864
  }
3871
3865
 
3872
- .filter {
3866
+ .blur {
3867
+ --tw-blur: blur(8px);
3873
3868
  filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
3874
3869
  }
3875
3870
 
3876
- .transition-\[color\] {
3877
- transition-property: color;
3878
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
3879
- transition-duration: var(--tw-duration, var(--default-transition-duration));
3871
+ .filter {
3872
+ filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
3880
3873
  }
3881
3874
 
3882
3875
  .transition-all {
@@ -3885,8 +3878,8 @@
3885
3878
  transition-duration: var(--tw-duration, var(--default-transition-duration));
3886
3879
  }
3887
3880
 
3888
- .transition-opacity {
3889
- transition-property: opacity;
3881
+ .transition-colors {
3882
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
3890
3883
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
3891
3884
  transition-duration: var(--tw-duration, var(--default-transition-duration));
3892
3885
  }
@@ -3896,167 +3889,11 @@
3896
3889
  transition-duration: .2s;
3897
3890
  }
3898
3891
 
3899
- .duration-\[var\(--transition-duration-basic\)\] {
3900
- --tw-duration: var(--transition-duration-basic);
3901
- transition-duration: var(--transition-duration-basic);
3902
- }
3903
-
3904
- .ease-\[var\(--transition-ease-basic\)\] {
3905
- --tw-ease: var(--transition-ease-basic);
3906
- transition-timing-function: var(--transition-ease-basic);
3907
- }
3908
-
3909
3892
  .select-none {
3910
3893
  -webkit-user-select: none;
3911
3894
  user-select: none;
3912
3895
  }
3913
3896
 
3914
- .before\:absolute:before {
3915
- content: var(--tw-content);
3916
- position: absolute;
3917
- }
3918
-
3919
- .before\:inset-0:before {
3920
- content: var(--tw-content);
3921
- inset: calc(var(--spacing) * 0);
3922
- }
3923
-
3924
- .before\:block:before {
3925
- content: var(--tw-content);
3926
- display: block;
3927
- }
3928
-
3929
- .before\:scale-100:before {
3930
- content: var(--tw-content);
3931
- --tw-scale-x: 100%;
3932
- --tw-scale-y: 100%;
3933
- --tw-scale-z: 100%;
3934
- scale: var(--tw-scale-x) var(--tw-scale-y);
3935
- }
3936
-
3937
- .before\:scale-\[0\.98\]:before {
3938
- content: var(--tw-content);
3939
- scale: .98;
3940
- }
3941
-
3942
- .before\:rounded-\[calc\(var\(--menu-radius\)-var\(--menu-gutter\)\)\]:before {
3943
- content: var(--tw-content);
3944
- border-radius: calc(var(--menu-radius) - var(--menu-gutter));
3945
- }
3946
-
3947
- .before\:rounded-\[inherit\]:before {
3948
- content: var(--tw-content);
3949
- border-radius: inherit;
3950
- }
3951
-
3952
- .before\:bg-\[var\(--menu-item-background-color\)\]:before {
3953
- content: var(--tw-content);
3954
- background-color: var(--menu-item-background-color);
3955
- }
3956
-
3957
- .before\:bg-transparent:before {
3958
- content: var(--tw-content);
3959
- background-color: #0000;
3960
- }
3961
-
3962
- .before\:opacity-0:before {
3963
- content: var(--tw-content);
3964
- opacity: 0;
3965
- }
3966
-
3967
- .before\:opacity-100:before {
3968
- content: var(--tw-content);
3969
- opacity: 1;
3970
- }
3971
-
3972
- .before\:shadow-\[0_0_0_1px_var\(--input-outline-border-color\)_inset\]:before {
3973
- content: var(--tw-content);
3974
- --tw-shadow: 0 0 0 1px var(--tw-shadow-color, var(--input-outline-border-color)) inset;
3975
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3976
- }
3977
-
3978
- .before\:shadow-\[0_0_0_1px_var\(--input-outline-border-color-hover\)_inset\]:before {
3979
- content: var(--tw-content);
3980
- --tw-shadow: 0 0 0 1px var(--tw-shadow-color, var(--input-outline-border-color-hover)) inset;
3981
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3982
- }
3983
-
3984
- .before\:transition-\[opacity\,background-color\,transform\,box-shadow\,border-color\]:before {
3985
- content: var(--tw-content);
3986
- transition-property: opacity, background-color, transform, box-shadow, border-color;
3987
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
3988
- transition-duration: var(--tw-duration, var(--default-transition-duration));
3989
- }
3990
-
3991
- .before\:transition-\[opacity\,background-color\,transform\]:before {
3992
- content: var(--tw-content);
3993
- transition-property: opacity, background-color, transform;
3994
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
3995
- transition-duration: var(--tw-duration, var(--default-transition-duration));
3996
- }
3997
-
3998
- .before\:duration-\[var\(--transition-duration-basic\)\]:before {
3999
- content: var(--tw-content);
4000
- --tw-duration: var(--transition-duration-basic);
4001
- transition-duration: var(--transition-duration-basic);
4002
- }
4003
-
4004
- .before\:ease-\[var\(--cubic-enter\)\]:before {
4005
- content: var(--tw-content);
4006
- --tw-ease: var(--cubic-enter);
4007
- transition-timing-function: var(--cubic-enter);
4008
- }
4009
-
4010
- .before\:ease-\[var\(--transition-ease-basic\)\]:before {
4011
- content: var(--tw-content);
4012
- --tw-ease: var(--transition-ease-basic);
4013
- transition-timing-function: var(--transition-ease-basic);
4014
- }
4015
-
4016
- .after\:pointer-events-none:after {
4017
- content: var(--tw-content);
4018
- pointer-events: none;
4019
- }
4020
-
4021
- .after\:absolute:after {
4022
- content: var(--tw-content);
4023
- position: absolute;
4024
- }
4025
-
4026
- .after\:inset-0:after {
4027
- content: var(--tw-content);
4028
- inset: calc(var(--spacing) * 0);
4029
- }
4030
-
4031
- .after\:block:after {
4032
- content: var(--tw-content);
4033
- display: block;
4034
- }
4035
-
4036
- .after\:rounded-\[inherit\]:after {
4037
- content: var(--tw-content);
4038
- border-radius: inherit;
4039
- }
4040
-
4041
- .after\:transition-\[transform\]:after {
4042
- content: var(--tw-content);
4043
- transition-property: transform;
4044
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
4045
- transition-duration: var(--tw-duration, var(--default-transition-duration));
4046
- }
4047
-
4048
- .after\:duration-\[var\(--transition-duration-basic\)\]:after {
4049
- content: var(--tw-content);
4050
- --tw-duration: var(--transition-duration-basic);
4051
- transition-duration: var(--transition-duration-basic);
4052
- }
4053
-
4054
- .after\:ease-\[var\(--transition-ease-basic\)\]:after {
4055
- content: var(--tw-content);
4056
- --tw-ease: var(--transition-ease-basic);
4057
- transition-timing-function: var(--transition-ease-basic);
4058
- }
4059
-
4060
3897
  .empty\:hidden:empty {
4061
3898
  display: none;
4062
3899
  }
@@ -4066,14 +3903,12 @@
4066
3903
  background-color: #0000;
4067
3904
  }
4068
3905
 
4069
- .hover\:opacity-100:hover {
4070
- opacity: 1;
3906
+ .hover\:text-primary:hover {
3907
+ color: var(--color-text-primary);
4071
3908
  }
4072
3909
 
4073
- .hover\:before\:shadow-\[0_0_0_1px_var\(--input-outline-border-color-hover\)_inset\]:hover:before {
4074
- content: var(--tw-content);
4075
- --tw-shadow: 0 0 0 1px var(--tw-shadow-color, var(--input-outline-border-color-hover)) inset;
4076
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3910
+ .hover\:opacity-100:hover {
3911
+ opacity: 1;
4077
3912
  }
4078
3913
  }
4079
3914
 
@@ -4082,28 +3917,6 @@
4082
3917
  outline-style: none;
4083
3918
  }
4084
3919
 
4085
- .focus-visible\:after\:outline:focus-visible:after {
4086
- content: var(--tw-content);
4087
- outline-style: var(--tw-outline-style);
4088
- outline-width: 1px;
4089
- }
4090
-
4091
- .focus-visible\:after\:outline-2:focus-visible:after {
4092
- content: var(--tw-content);
4093
- outline-style: var(--tw-outline-style);
4094
- outline-width: 2px;
4095
- }
4096
-
4097
- .focus-visible\:after\:outline-offset-\[-1px\]:focus-visible:after {
4098
- content: var(--tw-content);
4099
- outline-offset: -1px;
4100
- }
4101
-
4102
- .focus-visible\:after\:outline-\[var\(--color-ring\)\]:focus-visible:after {
4103
- content: var(--tw-content);
4104
- outline-color: var(--color-ring);
4105
- }
4106
-
4107
3920
  @media (min-width: 768px) {
4108
3921
  .md\:block {
4109
3922
  display: block;
@@ -4389,32 +4202,2802 @@
4389
4202
  syntax: "*";
4390
4203
  inherits: false
4391
4204
  }
4392
-
4393
- @property --tw-ease {
4394
- syntax: "*";
4395
- inherits: false
4205
+ @layer components {._Container_1a6nz_1 {
4206
+ display: flex;
4207
+ align-items: center;
4208
+ gap: var(--input-gap);
4209
+ width: 100%;
4210
+ border-radius: var(--input-radius);
4211
+ color: var(--input-text-color);
4212
+ cursor: text;
4213
+ /* NOTE: Whenever this is not 16px on mobile, zooming occurs. */
4214
+ font-size: var(--input-font-size);
4215
+ font-weight: var(--font-weight-normal);
4216
+ transition-duration: var(--transition-duration-basic);
4217
+ transition-property: color, box-shadow, background-color;
4218
+ transition-timing-function: var(--transition-ease-basic);
4396
4219
  }
4397
4220
 
4398
- @property --tw-content {
4399
- syntax: "*";
4400
- inherits: false;
4401
- initial-value: "";
4402
- }
4221
+ ._Container_1a6nz_1:where([data-optically-align="start"]) {
4222
+ margin-inline-start: calc(var(--input-gutter) * -1);
4223
+ }
4403
4224
 
4404
- @property --tw-scale-x {
4405
- syntax: "*";
4406
- inherits: false;
4407
- initial-value: 1;
4408
- }
4225
+ ._Container_1a6nz_1:where([data-optically-align="end"]) {
4226
+ margin-inline-end: calc(var(--input-gutter) * -1);
4227
+ }
4409
4228
 
4410
- @property --tw-scale-y {
4411
- syntax: "*";
4412
- inherits: false;
4413
- initial-value: 1;
4229
+ /* =============================================
4230
+ Outline variant
4231
+ ============================================= */
4232
+ ._Container_1a6nz_1:where([data-variant="outline"]) {
4233
+ /* NOTE: Don't add box-model size here, as the <input> defines all height sizing */
4234
+ box-shadow: 0 0 0 1px var(--input-outline-border-color) inset;
4235
+ }
4236
+ @media (hover: hover) and (pointer: fine) {._Container_1a6nz_1:where([data-variant="outline"]):not([data-disabled]):hover {
4237
+ box-shadow: 0 0 0 1px var(--input-outline-border-color-hover) inset;
4238
+ }
4414
4239
  }
4415
4240
 
4416
- @property --tw-scale-z {
4417
- syntax: "*";
4418
- inherits: false;
4419
- initial-value: 1;
4241
+ ._Container_1a6nz_1:where([data-variant="outline"]):not([data-disabled])[data-focused="true"] {
4242
+ box-shadow: 0 0 0 1px var(--input-outline-border-color-focus) inset;
4243
+ }
4244
+
4245
+ ._Container_1a6nz_1:where([data-variant="outline"]):not([data-disabled])[data-invalid] {
4246
+ box-shadow: 0 0 0 1px var(--input-border-color-invalid) inset;
4247
+ }
4248
+
4249
+ /* =============================================
4250
+ Soft variant
4251
+ ============================================= */
4252
+ ._Container_1a6nz_1:where([data-variant="soft"]) {
4253
+ background-color: var(--input-soft-background-color);
4254
+ }
4255
+ ._Container_1a6nz_1:where([data-variant="soft"]):not([data-disabled])[data-focused="true"] {
4256
+ box-shadow: 0 0 0 1px var(--input-soft-border-color-focus) inset;
4257
+ }
4258
+
4259
+ ._Container_1a6nz_1:where([data-variant="soft"]):not([data-disabled])[data-invalid] {
4260
+ box-shadow: 0 0 0 1px var(--input-border-color-invalid) inset;
4261
+ }
4262
+
4263
+ /* =============================================
4264
+ Invalid
4265
+ ============================================= */
4266
+ ._Container_1a6nz_1[data-invalid] ::-moz-selection {
4267
+ background-color: var(--red-a50);
4268
+ }
4269
+ ._Container_1a6nz_1[data-invalid] ::selection {
4270
+ background-color: var(--red-a50);
4271
+ }
4272
+
4273
+ /* =============================================
4274
+ Sizes
4275
+ ============================================= */
4276
+ ._Container_1a6nz_1:where([data-size="3xs"]) {
4277
+ --input-size: var(--control-size-3xs);
4278
+ --input-font-size: var(--control-font-size-sm);
4279
+ --input-radius: var(--control-radius-sm);
4280
+ --input-gutter: var(--control-gutter-xs);
4281
+ --input-gap: var(--input-gap-xs);
4282
+ --input-adornment-offset: -1px;
4283
+ }
4284
+
4285
+ ._Container_1a6nz_1:where([data-size="2xs"]) {
4286
+ --input-size: var(--control-size-2xs);
4287
+ --input-font-size: var(--control-font-size-sm);
4288
+ --input-radius: var(--control-radius-sm);
4289
+ --input-gutter: var(--control-gutter-xs);
4290
+ --input-gap: var(--input-gap-xs);
4291
+ --input-adornment-offset: -1px;
4292
+ }
4293
+
4294
+ ._Container_1a6nz_1:where([data-size="xs"]) {
4295
+ --input-size: var(--control-size-xs);
4296
+ --input-font-size: var(--control-font-size-md);
4297
+ --input-radius: var(--control-radius-sm);
4298
+ --input-gutter: var(--control-gutter-xs);
4299
+ --input-gap: var(--input-gap-sm);
4300
+ --input-adornment-offset: -1px;
4301
+ }
4302
+
4303
+ ._Container_1a6nz_1:where([data-size="sm"]) {
4304
+ --input-size: var(--control-size-sm);
4305
+ --input-font-size: var(--control-font-size-md);
4306
+ --input-radius: var(--control-radius-md);
4307
+ --input-gutter: var(--control-gutter-sm);
4308
+ --input-gap: var(--input-gap-md);
4309
+ --input-adornment-offset: -1px;
4310
+ }
4311
+
4312
+ ._Container_1a6nz_1:where([data-size="md"]) {
4313
+ --input-size: var(--control-size-md);
4314
+ --input-font-size: var(--control-font-size-md);
4315
+ --input-radius: var(--control-radius-md);
4316
+ --input-gutter: var(--control-gutter-md);
4317
+ --input-gap: var(--input-gap-md);
4318
+ }
4319
+
4320
+ ._Container_1a6nz_1:where([data-size="lg"]) {
4321
+ --input-size: var(--control-size-lg);
4322
+ --input-font-size: var(--control-font-size-md);
4323
+ --input-radius: var(--control-radius-md);
4324
+ --input-gutter: var(--control-gutter-md);
4325
+ --input-gap: var(--input-gap-md);
4326
+ }
4327
+
4328
+ ._Container_1a6nz_1:where([data-size="xl"]) {
4329
+ --input-size: var(--control-size-xl);
4330
+ --input-font-size: var(--control-font-size-lg);
4331
+ --input-radius: var(--control-radius-lg);
4332
+ --input-gutter: var(--control-gutter-lg);
4333
+ --input-gap: var(--input-gap-lg);
4334
+ }
4335
+
4336
+ ._Container_1a6nz_1:where([data-size="2xl"]) {
4337
+ --input-size: var(--control-size-2xl);
4338
+ --input-font-size: var(--control-font-size-lg);
4339
+ --input-radius: var(--control-radius-xl);
4340
+ --input-gutter: var(--control-gutter-xl);
4341
+ --input-gap: var(--input-gap-lg);
4342
+ --input-adornment-offset: -4px;
4343
+ }
4344
+
4345
+ ._Container_1a6nz_1:where([data-size="3xl"]) {
4346
+ --input-size: var(--control-size-3xl);
4347
+ --input-font-size: var(--control-font-size-lg);
4348
+ --input-radius: var(--control-radius-xl);
4349
+ --input-gutter: var(--control-gutter-xl);
4350
+ --input-gap: var(--input-gap-lg);
4351
+ --input-adornment-offset: -4px;
4352
+ }
4353
+
4354
+ /* =============================================
4355
+ Gutter sizes
4356
+ ============================================= */
4357
+ ._Container_1a6nz_1:where([data-gutter-size="2xs"]) {
4358
+ --input-gutter: var(--control-gutter-2xs);
4359
+ --input-adornment-offset: -1px;
4360
+ }
4361
+
4362
+ ._Container_1a6nz_1:where([data-gutter-size="xs"]) {
4363
+ --input-gutter: var(--control-gutter-xs);
4364
+ --input-adornment-offset: -1px;
4365
+ }
4366
+
4367
+ ._Container_1a6nz_1:where([data-gutter-size="sm"]) {
4368
+ --input-gutter: var(--control-gutter-sm);
4369
+ --input-adornment-offset: -2px;
4370
+ }
4371
+
4372
+ ._Container_1a6nz_1:where([data-gutter-size="md"]) {
4373
+ --input-gutter: var(--control-gutter-md);
4374
+ --input-adornment-offset: -2px;
4375
+ }
4376
+
4377
+ ._Container_1a6nz_1:where([data-gutter-size="lg"]) {
4378
+ --input-gutter: var(--control-gutter-lg);
4379
+ --input-adornment-offset: -2px;
4380
+ }
4381
+
4382
+ ._Container_1a6nz_1:where([data-gutter-size="xl"]) {
4383
+ --input-gutter: var(--control-gutter-xl);
4384
+ --input-adornment-offset: -4px;
4385
+ }
4386
+
4387
+ /* =============================================
4388
+ Pill
4389
+ ============================================= */
4390
+ ._Container_1a6nz_1:where([data-pill]) {
4391
+ --input-radius: var(--radius-full);
4392
+ }
4393
+
4394
+ /* =============================================
4395
+ Disabled
4396
+ ============================================= */
4397
+ ._Container_1a6nz_1[data-disabled] {
4398
+ cursor: not-allowed;
4399
+ opacity: 0.5;
4400
+ }
4401
+ /*
4402
+ * When adornments are present, gutter is applied to the container instead of the input.
4403
+ */
4404
+ ._Container_1a6nz_1:where([data-has-start-adornment]) {
4405
+ padding-left: var(--input-gutter);
4406
+ }
4407
+
4408
+ /* =============================================
4409
+ Gutter
4410
+ ============================================= */
4411
+
4412
+ ._Container_1a6nz_1:where([data-has-start-adornment][data-pill]) {
4413
+ padding-left: calc(var(--input-gutter) * var(--control-gutter-pill-scaling));
4414
+ }
4415
+
4416
+ ._Container_1a6nz_1:where([data-has-end-adornment]) {
4417
+ padding-right: var(--input-gutter);
4418
+ }
4419
+
4420
+ ._Container_1a6nz_1:where([data-has-end-adornment][data-pill]) {
4421
+ padding-right: calc(var(--input-gutter) * var(--control-gutter-pill-scaling));
4422
+ }
4423
+
4424
+ /* =============================================
4425
+ Adornments
4426
+ ============================================= */
4427
+ ._Container_1a6nz_1 > :first-child:not(input) {
4428
+ margin-left: var(--input-adornment-offset, -2px);
4429
+ }
4430
+
4431
+ ._Container_1a6nz_1 > :last-child:not(input) {
4432
+ margin-right: var(--input-adornment-offset, -2px);
4433
+ }._Input_1a6nz_229 {
4434
+ display: block;
4435
+ width: 100%;
4436
+ height: var(--input-size);
4437
+ /* `padding` is intrinsic to `.Input` when no adornments are present, for a few reasons. Autofill extensions are one such reason. */
4438
+ padding: 0 var(--input-gutter);
4439
+ border: 0;
4440
+ border-radius: 0;
4441
+ background: none;
4442
+ box-shadow: none;
4443
+ color: inherit;
4444
+ font-size: inherit;
4445
+ font-weight: inherit;
4446
+ line-height: inherit;
4447
+ }
4448
+
4449
+ ._Input_1a6nz_229:focus {
4450
+ outline: 0;
4451
+ }
4452
+
4453
+ ._Input_1a6nz_229:disabled {
4454
+ cursor: not-allowed;
4455
+ }
4456
+
4457
+ ._Input_1a6nz_229::-moz-placeholder {
4458
+ color: var(--input-placeholder-text-color);
4459
+ }
4460
+
4461
+ ._Input_1a6nz_229::placeholder {
4462
+ color: var(--input-placeholder-text-color);
4463
+ }
4464
+
4465
+ /* Applying an animation on autofill allows us to listen for the event in JS */
4466
+ ._Input_1a6nz_229:-webkit-autofill {
4467
+ animation: _native-autofill-in_1a6nz_1 1ms;
4468
+ }
4469
+
4470
+ ._Input_1a6nz_229:-webkit-autofill, ._Input_1a6nz_229:-webkit-autofill:focus, ._Input_1a6nz_229:-webkit-autofill:hover {
4471
+ color: var(--color-text) !important;
4472
+ -webkit-text-fill-color: var(--color-text) !important;
4473
+ /*
4474
+ * Prevent all color changes by delaying their effect for a very long time
4475
+ * We cannot beat the specificity of user-agent stylesheet declarations, so we must delay them.
4476
+ */
4477
+ -webkit-transition:
4478
+ background-color 0s 50000s,
4479
+ box-shadow 0s 50000s,
4480
+ filter 0s 50000s !important;
4481
+ transition:
4482
+ background-color 0s 50000s,
4483
+ box-shadow 0s 50000s,
4484
+ filter 0s 50000s !important;
4485
+ }
4486
+
4487
+ ._Input_1a6nz_229:-webkit-autofill-and-obscured, ._Input_1a6nz_229:-webkit-autofill-strong-password, ._Input_1a6nz_229:-webkit-autofill-strong-password-viewable {
4488
+ color: var(--color-text) !important;
4489
+ -webkit-text-fill-color: var(--color-text) !important;
4490
+ /*
4491
+ * Prevent all color changes by delaying their effect for a very long time
4492
+ * We cannot beat the specificity of user-agent stylesheet declarations, so we must delay them.
4493
+ */
4494
+ -webkit-transition:
4495
+ background-color 0s 50000s,
4496
+ box-shadow 0s 50000s,
4497
+ filter 0s 50000s !important;
4498
+ transition:
4499
+ background-color 0s 50000s,
4500
+ box-shadow 0s 50000s,
4501
+ filter 0s 50000s !important;
4502
+ }
4503
+
4504
+ /* Prevent strange autofill size adjustments */
4505
+ ._Input_1a6nz_229:-webkit-autofill::first-line {
4506
+ font-size: inherit !important;
4507
+ -webkit-transition: font-size 0s 50000s !important;
4508
+ transition: font-size 0s 50000s !important;
4509
+ }
4510
+
4511
+ /* Hide up/down arrows */
4512
+ ._Input_1a6nz_229[type="number"] {
4513
+ /* Firefox */
4514
+ -webkit-appearance: textfield;
4515
+ -moz-appearance: textfield;
4516
+ appearance: textfield;
4517
+
4518
+ /* Chrome, Safari, Edge, Opera */
4519
+ }
4520
+ ._Input_1a6nz_229[type="number"]::-webkit-outer-spin-button,
4521
+ ._Input_1a6nz_229[type="number"]::-webkit-inner-spin-button {
4522
+ margin: 0;
4523
+ -webkit-appearance: none;
4524
+ appearance: none;
4525
+ }
4526
+
4527
+ /* Dynamic pill spacing */
4528
+ :where(._Container_1a6nz_1[data-pill]) ._Input_1a6nz_229 {
4529
+ padding: 0 calc(var(--input-gutter) * var(--control-gutter-pill-scaling));
4530
+ }
4531
+
4532
+ :where(._Container_1a6nz_1[data-has-start-adornment]) ._Input_1a6nz_229 {
4533
+ padding-left: 0;
4534
+ }
4535
+
4536
+ :where(._Container_1a6nz_1[data-has-end-adornment]) ._Input_1a6nz_229 {
4537
+ padding-right: 0;
4538
+ }@keyframes _native-autofill-in_1a6nz_1 {
4539
+ 0% {
4540
+ opacity: 1;
4541
+ }
4542
+
4543
+ 100% {
4544
+ opacity: 1;
4545
+ }
4546
+ }
4547
+ }
4548
+ @layer components {._LoadingIndicator_7yl6f_1 {
4549
+ position: relative;
4550
+ width: var(--indicator-size, 1em);
4551
+ height: var(--indicator-size, 1em);
4552
+ animation: _rotate_7yl6f_1 var(--indicator-rotate-duration, 0.8s) linear infinite;
4553
+ transition: opacity 0.15s ease;
4554
+ }
4555
+
4556
+ ._LoadingIndicator_7yl6f_1::before {
4557
+ position: absolute;
4558
+ inset: 0;
4559
+ display: block;
4560
+ border: var(--indicator-stroke, 2px) solid var(--indicator-color, currentcolor);
4561
+ border-radius: 50%;
4562
+ content: "";
4563
+ -webkit-mask-image: conic-gradient(rgb(0 0 0 / 0%), rgb(0 0 0));
4564
+ mask-image: conic-gradient(rgb(0 0 0 / 0%), rgb(0 0 0));
4565
+ }
4566
+
4567
+ ._LoadingIndicator_7yl6f_1::after {
4568
+ position: absolute;
4569
+ top: 0;
4570
+ left: 50%;
4571
+ display: block;
4572
+ width: var(--indicator-stroke, 2px);
4573
+ height: var(--indicator-stroke, 2px);
4574
+ border-radius: 100%;
4575
+ margin-left: calc(var(--indicator-stroke, 2px) * -1 / 2);
4576
+ background-color: var(--indicator-color, currentcolor);
4577
+ content: "";
4578
+ }@keyframes _rotate_7yl6f_1 {
4579
+ 0% {
4580
+ transform: rotate(0deg);
4581
+ }
4582
+
4583
+ 100% {
4584
+ transform: rotate(1turn);
4585
+ }
4586
+ }
4587
+ }
4588
+ @layer components {._TransitionGroupChild_1hv1z_1 {
4589
+ display: block;
4590
+ }
4591
+ }
4592
+ @layer components {._Button_1864l_1 {
4593
+ position: relative;
4594
+ display: inline-block;
4595
+ gap: var(--button-gap); /* Propagates down to .ButtonInner */
4596
+ flex-shrink: 0;
4597
+ height: var(--button-size);
4598
+ padding: 0 var(--button-gutter);
4599
+ border-radius: var(--button-radius);
4600
+ cursor: pointer;
4601
+ font-size: var(--button-font-size);
4602
+ font-weight: var(--button-font-weight);
4603
+ line-height: 1;
4604
+ transition-duration: var(--transition-duration-basic);
4605
+ transition-property: opacity, color;
4606
+ transition-timing-function: var(--transition-ease-basic);
4607
+ -webkit-user-select: none;
4608
+ -moz-user-select: none;
4609
+ user-select: none;
4610
+ white-space: nowrap;
4611
+
4612
+ /* =============================================
4613
+ Disabled
4614
+ ============================================= */
4615
+ }
4616
+
4617
+ /* Background / shape of the button */
4618
+ ._Button_1864l_1::before {
4619
+ position: absolute;
4620
+ inset: 0;
4621
+ display: block;
4622
+ border-radius: inherit;
4623
+ content: "";
4624
+ transition-duration: var(--transition-duration-basic);
4625
+ transition-property: opacity, background-color, transform, box-shadow, border-color;
4626
+ transition-timing-function: var(--transition-ease-basic);
4627
+ /* Composite layer seems required in some cases to avoid visual artifacts. */
4628
+ will-change: transform;
4629
+ }
4630
+
4631
+ /* Focus ring */
4632
+ ._Button_1864l_1::after {
4633
+ position: absolute;
4634
+ inset: 0;
4635
+ display: block;
4636
+ border-radius: inherit;
4637
+ content: "";
4638
+ pointer-events: none;
4639
+ transition-duration: var(--transition-duration-basic);
4640
+ transition-property: transform;
4641
+ transition-timing-function: var(--transition-ease-basic);
4642
+ /* Composite layer seems required in some cases to avoid visual artifacts. */
4643
+ will-change: transform;
4644
+ }
4645
+
4646
+ ._Button_1864l_1:focus {
4647
+ outline: none;
4648
+ }
4649
+ ._Button_1864l_1:focus-visible::after {
4650
+ outline: 2px solid var(--button-ring-color, var(--color-ring));
4651
+ outline-offset: var(--button-ring-offset, 2px);
4652
+ }
4653
+
4654
+ ._Button_1864l_1 svg:where(:not([data-no-autosize])) {
4655
+ width: var(--button-icon-size);
4656
+ height: var(--button-icon-size);
4657
+ }
4658
+
4659
+ :where(._Button_1864l_1 svg:where(:not([data-no-autosize])):first-child:not(:only-child)) {
4660
+ margin-left: var(--button-icon-offset, -1px);
4661
+ }
4662
+
4663
+ :where(._Button_1864l_1 svg:where(:not([data-no-autosize])):last-child:not(:only-child)) {
4664
+ margin-right: var(--button-icon-offset, -1px);
4665
+ }
4666
+
4667
+ /* =============================================
4668
+ Optical alignment
4669
+ ============================================= */
4670
+ ._Button_1864l_1:where([data-optically-align="start"]) {
4671
+ margin-inline-start: calc(var(--button-gutter) * -1);
4672
+ }
4673
+
4674
+ ._Button_1864l_1:where([data-optically-align="end"]) {
4675
+ margin-inline-end: calc(var(--button-gutter) * -1);
4676
+ }
4677
+
4678
+ /* Uniform buttons zero-out button-gutter, requiring custom calcs */
4679
+ ._Button_1864l_1:where([data-optically-align="start"][data-uniform]) {
4680
+ margin-inline-start: calc(((var(--button-size) - var(--button-icon-size)) / 2) * -1);
4681
+ }
4682
+
4683
+ ._Button_1864l_1:where([data-optically-align="end"][data-uniform]) {
4684
+ margin-inline-end: calc(((var(--button-size) - var(--button-icon-size)) / 2) * -1);
4685
+ }
4686
+
4687
+ /* =============================================
4688
+ Sizes
4689
+ ============================================= */
4690
+ ._Button_1864l_1:where([data-size="3xs"]) {
4691
+ --button-size: var(--control-size-3xs);
4692
+ --button-gutter: var(--control-gutter-2xs);
4693
+ --button-font-size: var(--control-font-size-sm);
4694
+ --button-icon-size: var(--control-icon-size-xs);
4695
+ --button-gap: var(--button-gap-sm);
4696
+ --button-radius: var(--control-radius-sm);
4697
+ --button-icon-offset: -1px;
4698
+ --indicator-size: 11px;
4699
+ --circular-progress-size: 11px;
4700
+ }
4701
+
4702
+ ._Button_1864l_1:where([data-size="2xs"]) {
4703
+ --button-size: var(--control-size-2xs);
4704
+ --button-gutter: var(--control-gutter-xs);
4705
+ --button-font-size: var(--control-font-size-sm);
4706
+ --button-icon-size: var(--control-icon-size-sm);
4707
+ --button-gap: var(--button-gap-md);
4708
+ --button-radius: var(--control-radius-sm);
4709
+ --button-icon-offset: -1px;
4710
+ --indicator-size: 12px;
4711
+ --circular-progress-size: 12px;
4712
+ }
4713
+
4714
+ ._Button_1864l_1:where([data-size="xs"]) {
4715
+ --button-size: var(--control-size-xs);
4716
+ --button-gutter: var(--control-gutter-xs);
4717
+ --button-font-size: var(--control-font-size-md);
4718
+ --button-icon-size: var(--control-icon-size-sm);
4719
+ --button-gap: var(--button-gap-md);
4720
+ --button-radius: var(--control-radius-sm);
4721
+ --button-icon-offset: -1px;
4722
+ --indicator-size: 13px;
4723
+ --circular-progress-size: 14px;
4724
+ }
4725
+
4726
+ ._Button_1864l_1:where([data-size="sm"]) {
4727
+ --button-size: var(--control-size-sm);
4728
+ --button-gutter: var(--control-gutter-sm);
4729
+ --button-font-size: var(--control-font-size-md);
4730
+ --button-icon-size: var(--control-icon-size-md);
4731
+ --button-gap: var(--button-gap-md);
4732
+ --button-radius: var(--control-radius-sm);
4733
+ --button-icon-offset: -1px;
4734
+ --indicator-size: 15px;
4735
+ --circular-progress-size: 15px;
4736
+ }
4737
+
4738
+ ._Button_1864l_1:where([data-size="md"]) {
4739
+ --button-size: var(--control-size-md);
4740
+ --button-gutter: var(--control-gutter-md);
4741
+ --button-font-size: var(--control-font-size-md);
4742
+ --button-icon-size: var(--control-icon-size-md);
4743
+ --button-gap: var(--button-gap-lg);
4744
+ --button-radius: var(--control-radius-md);
4745
+ --button-icon-offset: -1px;
4746
+ --indicator-size: 16px;
4747
+ --circular-progress-size: 16px;
4748
+ }
4749
+
4750
+ ._Button_1864l_1:where([data-size="lg"]) {
4751
+ --button-size: var(--control-size-lg);
4752
+ --button-gutter: var(--control-gutter-md);
4753
+ --button-font-size: var(--control-font-size-md);
4754
+ --button-icon-size: var(--control-icon-size-md);
4755
+ --button-gap: var(--button-gap-lg);
4756
+ --button-radius: var(--control-radius-md);
4757
+ --button-icon-offset: -1px;
4758
+ --indicator-size: 16px;
4759
+ --circular-progress-size: 16px;
4760
+ }
4761
+
4762
+ ._Button_1864l_1:where([data-size="xl"]) {
4763
+ --button-size: var(--control-size-xl);
4764
+ --button-gutter: var(--control-gutter-lg);
4765
+ --button-font-size: var(--control-font-size-md);
4766
+ --button-icon-size: var(--control-icon-size-md);
4767
+ --button-gap: var(--button-gap-lg);
4768
+ --button-radius: var(--control-radius-lg);
4769
+ --button-icon-offset: -1px;
4770
+ --indicator-size: 18px;
4771
+ --circular-progress-size: 18px;
4772
+ }
4773
+
4774
+ ._Button_1864l_1:where([data-size="2xl"]) {
4775
+ --button-size: var(--control-size-2xl);
4776
+ --button-gutter: var(--control-gutter-lg);
4777
+ --button-font-size: var(--control-font-size-lg);
4778
+ --button-icon-size: var(--control-icon-size-lg);
4779
+ --button-gap: var(--button-gap-lg);
4780
+ --button-radius: var(--control-radius-xl);
4781
+ --button-icon-offset: -2px;
4782
+ --indicator-size: 18px;
4783
+ --circular-progress-size: 18px;
4784
+ }
4785
+
4786
+ ._Button_1864l_1:where([data-size="3xl"]) {
4787
+ --button-size: var(--control-size-3xl);
4788
+ --button-gutter: var(--control-gutter-xl);
4789
+ --button-font-size: var(--control-font-size-lg);
4790
+ --button-icon-size: var(--control-icon-size-lg);
4791
+ --button-gap: var(--button-gap-lg);
4792
+ --button-radius: var(--control-radius-xl);
4793
+ --button-icon-offset: -2px;
4794
+ --indicator-size: 20px;
4795
+ --circular-progress-size: 20px;
4796
+ }
4797
+
4798
+ /* =============================================
4799
+ Gutter sizes
4800
+ ============================================= */
4801
+ ._Button_1864l_1:where([data-gutter-size="2xs"]) {
4802
+ --button-gutter: var(--control-gutter-2xs);
4803
+ }
4804
+
4805
+ ._Button_1864l_1:where([data-gutter-size="xs"]) {
4806
+ --button-gutter: var(--control-gutter-xs);
4807
+ }
4808
+
4809
+ ._Button_1864l_1:where([data-gutter-size="sm"]) {
4810
+ --button-gutter: var(--control-gutter-sm);
4811
+ }
4812
+
4813
+ ._Button_1864l_1:where([data-gutter-size="md"]) {
4814
+ --button-gutter: var(--control-gutter-md);
4815
+ }
4816
+
4817
+ ._Button_1864l_1:where([data-gutter-size="lg"]) {
4818
+ --button-gutter: var(--control-gutter-lg);
4819
+ }
4820
+
4821
+ ._Button_1864l_1:where([data-gutter-size="xl"]) {
4822
+ --button-gutter: var(--control-gutter-xl);
4823
+ }
4824
+
4825
+ /* =============================================
4826
+ Icon sizes
4827
+ ============================================= */
4828
+ ._Button_1864l_1:where([data-icon-size="sm"]) {
4829
+ --button-icon-size: var(--control-icon-size-sm);
4830
+ }
4831
+
4832
+ ._Button_1864l_1:where([data-icon-size="md"]) {
4833
+ --button-icon-size: var(--control-icon-size-md);
4834
+ }
4835
+
4836
+ ._Button_1864l_1:where([data-icon-size="lg"]) {
4837
+ --button-icon-size: var(--control-icon-size-lg);
4838
+ }
4839
+
4840
+ ._Button_1864l_1:where([data-icon-size="xl"]) {
4841
+ --button-icon-size: var(--control-icon-size-xl);
4842
+ }
4843
+
4844
+ ._Button_1864l_1:where([data-icon-size="2xl"]) {
4845
+ --button-icon-size: var(--control-icon-size-2xl);
4846
+ }
4847
+
4848
+ /* =============================================
4849
+ Pill
4850
+ ============================================= */
4851
+ ._Button_1864l_1:where([data-pill]) {
4852
+ --button-radius: var(--radius-full);
4853
+
4854
+ padding: 0 calc(var(--button-gutter) * var(--control-gutter-pill-scaling));
4855
+ }
4856
+
4857
+ /* =============================================
4858
+ Block
4859
+ ============================================= */
4860
+ ._Button_1864l_1:where([data-block]) {
4861
+ width: 100%;
4862
+ }
4863
+
4864
+ /* =============================================
4865
+ Uniform
4866
+ ============================================= */
4867
+ ._Button_1864l_1[data-uniform] {
4868
+ --button-gutter: 0;
4869
+
4870
+ width: var(--button-size);
4871
+ }
4872
+
4873
+ /* =============================================
4874
+ Ghost variant
4875
+ ============================================= */
4876
+ ._Button_1864l_1[data-variant="ghost"] {
4877
+ --button-ring-offset: -1px;
4878
+
4879
+ color: var(--button-text-color);
4880
+ }
4881
+
4882
+ ._Button_1864l_1[data-variant="ghost"]::before {
4883
+ background-color: var(--button-background-color);
4884
+ opacity: 0;
4885
+ transform: scale(var(--scale));
4886
+ }
4887
+
4888
+ ._Button_1864l_1[data-variant="ghost"][aria-expanded="true"],
4889
+ ._Button_1864l_1[data-variant="ghost"][data-state="open"] {
4890
+ color: var(--button-text-color-hover);
4891
+ }
4892
+
4893
+ ._Button_1864l_1[data-variant="ghost"][aria-expanded="true"]::before, ._Button_1864l_1[data-variant="ghost"][data-state="open"]::before {
4894
+ /* Slightly deemphasize */
4895
+ opacity: 0.6;
4896
+ transform: scale(1);
4897
+ }
4898
+
4899
+ ._Button_1864l_1[data-variant="ghost"][data-selected] {
4900
+ color: var(--button-text-color-hover);
4901
+ }
4902
+
4903
+ ._Button_1864l_1[data-variant="ghost"][data-selected]::before {
4904
+ opacity: 1;
4905
+ transform: scale(1);
4906
+ }
4907
+ @media (hover: hover) and (pointer: fine) {._Button_1864l_1[data-variant="ghost"]:where(:not([data-disabled])):hover {
4908
+ color: var(--button-text-color-hover);
4909
+ }
4910
+
4911
+ ._Button_1864l_1[data-variant="ghost"]:where(:not([data-disabled])):hover::before {
4912
+ opacity: 1;
4913
+ transform: scale(1);
4914
+ }
4915
+ }
4916
+ ._Button_1864l_1[data-variant="ghost"]:where(:not([data-disabled])):active::before {
4917
+ background-color: var(--button-background-color-active);
4918
+ opacity: 1;
4919
+ transform: scale(var(--scale));
4920
+ }
4921
+
4922
+ ._Button_1864l_1[data-variant="ghost"]:where(:not([data-disabled])):active::after {
4923
+ transform: scale(var(--scale));
4924
+ }
4925
+
4926
+ ._Button_1864l_1[data-variant="ghost"]:where([data-color="primary"]) {
4927
+ --button-background-color: var(--color-background-primary-ghost-hover);
4928
+ --button-background-color-active: var(--color-background-primary-ghost-active);
4929
+ --button-text-color: var(--color-text-primary-ghost);
4930
+ --button-text-color-hover: var(--color-text-primary-ghost-hover);
4931
+ --button-ring-color: var(--color-ring-primary-ghost);
4932
+ }
4933
+
4934
+ ._Button_1864l_1[data-variant="ghost"]:where([data-color="secondary"]) {
4935
+ --button-background-color: var(--color-background-secondary-ghost-hover);
4936
+ --button-background-color-active: var(--color-background-secondary-ghost-active);
4937
+ --button-text-color: var(--color-text-secondary-ghost);
4938
+ --button-text-color-hover: var(--color-text-secondary-ghost-hover);
4939
+ --button-ring-color: var(--color-ring-secondary-ghost);
4940
+ }
4941
+
4942
+ ._Button_1864l_1[data-variant="ghost"]:where([data-color="danger"]) {
4943
+ --button-background-color: var(--color-background-danger-ghost-hover);
4944
+ --button-background-color-active: var(--color-background-danger-ghost-active);
4945
+ --button-text-color: var(--color-text-danger-ghost);
4946
+ --button-text-color-hover: var(--color-text-danger-ghost-hover);
4947
+ --button-ring-color: var(--color-ring-danger-ghost);
4948
+ }
4949
+
4950
+ ._Button_1864l_1[data-variant="ghost"]:where([data-color="success"]) {
4951
+ --button-background-color: var(--color-background-success-ghost-hover);
4952
+ --button-background-color-active: var(--color-background-success-ghost-active);
4953
+ --button-text-color: var(--color-text-success-ghost);
4954
+ --button-text-color-hover: var(--color-text-success-ghost-hover);
4955
+ --button-ring-color: var(--color-ring-success-ghost);
4956
+ }
4957
+
4958
+ ._Button_1864l_1[data-variant="ghost"]:where([data-color="warning"]) {
4959
+ --button-background-color: var(--color-background-warning-ghost-hover);
4960
+ --button-background-color-active: var(--color-background-warning-ghost-active);
4961
+ --button-text-color: var(--color-text-warning-ghost);
4962
+ --button-text-color-hover: var(--color-text-warning-ghost-hover);
4963
+ --button-ring-color: var(--color-ring-warning-ghost);
4964
+ }
4965
+
4966
+ ._Button_1864l_1[data-variant="ghost"]:where([data-color="caution"]) {
4967
+ --button-background-color: var(--color-background-caution-ghost-hover);
4968
+ --button-background-color-active: var(--color-background-caution-ghost-active);
4969
+ --button-text-color: var(--color-text-caution-ghost);
4970
+ --button-text-color-hover: var(--color-text-caution-ghost-hover);
4971
+ --button-ring-color: var(--color-ring-caution-ghost);
4972
+ }
4973
+
4974
+ ._Button_1864l_1[data-variant="ghost"]:where([data-color="info"]) {
4975
+ --button-background-color: var(--color-background-info-ghost-hover);
4976
+ --button-background-color-active: var(--color-background-info-ghost-active);
4977
+ --button-text-color: var(--color-text-info-ghost);
4978
+ --button-text-color-hover: var(--color-text-info-ghost-hover);
4979
+ --button-ring-color: var(--color-ring-info-ghost);
4980
+ }
4981
+
4982
+ ._Button_1864l_1[data-variant="ghost"]:where([data-color="discovery"]) {
4983
+ --button-background-color: var(--color-background-discovery-ghost-hover);
4984
+ --button-background-color-active: var(--color-background-discovery-ghost-active);
4985
+ --button-text-color: var(--color-text-discovery-ghost);
4986
+ --button-text-color-hover: var(--color-text-discovery-ghost-hover);
4987
+ --button-ring-color: var(--color-ring-discovery-ghost);
4988
+ }
4989
+
4990
+ /* =============================================
4991
+ Solid variant
4992
+ ============================================= */
4993
+ ._Button_1864l_1[data-variant="solid"] {
4994
+ color: var(--button-text-color);
4995
+ }
4996
+
4997
+ ._Button_1864l_1[data-variant="solid"]::before {
4998
+ background-color: var(--button-background-color);
4999
+ }
5000
+ ._Button_1864l_1[data-variant="solid"][aria-expanded="true"]::before, ._Button_1864l_1[data-variant="solid"][data-state="open"]::before, ._Button_1864l_1[data-variant="solid"][data-selected]::before {
5001
+ background-color: var(--button-background-color-hover);
5002
+ }
5003
+ @media (hover: hover) and (pointer: fine) {
5004
+ ._Button_1864l_1[data-variant="solid"]:where(:not([data-disabled])):hover::before {
5005
+ background-color: var(--button-background-color-hover);
5006
+ }
5007
+ }
5008
+ ._Button_1864l_1[data-variant="solid"]:where(:not([data-disabled])):active::before {
5009
+ background-color: var(--button-background-color-active);
5010
+ }
5011
+
5012
+ ._Button_1864l_1[data-variant="solid"]:where(:not([data-disabled])):active::before,
5013
+ ._Button_1864l_1[data-variant="solid"]:where(:not([data-disabled])):active::after {
5014
+ transform: scale(var(--scale));
5015
+ }
5016
+
5017
+ ._Button_1864l_1[data-variant="solid"]:where([data-color="primary"]) {
5018
+ --button-background-color: var(--color-background-primary-solid);
5019
+ --button-background-color-hover: var(--color-background-primary-solid-hover);
5020
+ --button-background-color-active: var(--color-background-primary-solid-active);
5021
+ --button-text-color: var(--color-text-primary-solid);
5022
+ --button-ring-color: var(--color-ring-primary-solid);
5023
+ }
5024
+
5025
+ ._Button_1864l_1[data-variant="solid"]:where([data-color="secondary"]) {
5026
+ --button-background-color: var(--color-background-secondary-solid);
5027
+ --button-background-color-hover: var(--color-background-secondary-solid-hover);
5028
+ --button-background-color-active: var(--color-background-secondary-solid-active);
5029
+ --button-text-color: var(--color-text-secondary-solid);
5030
+ --button-ring-color: var(--color-ring-secondary-solid);
5031
+ }
5032
+
5033
+ ._Button_1864l_1[data-variant="solid"]:where([data-color="success"]) {
5034
+ --button-background-color: var(--color-background-success-solid);
5035
+ --button-background-color-hover: var(--color-background-success-solid-hover);
5036
+ --button-background-color-active: var(--color-background-success-solid-active);
5037
+ --button-text-color: var(--color-text-success-solid);
5038
+ --button-ring-color: var(--color-ring-success-solid);
5039
+ }
5040
+
5041
+ ._Button_1864l_1[data-variant="solid"]:where([data-color="danger"]) {
5042
+ --button-background-color: var(--color-background-danger-solid);
5043
+ --button-background-color-hover: var(--color-background-danger-solid-hover);
5044
+ --button-background-color-active: var(--color-background-danger-solid-active);
5045
+ --button-text-color: var(--color-text-danger-solid);
5046
+ --button-ring-color: var(--color-ring-danger-solid);
5047
+ }
5048
+
5049
+ ._Button_1864l_1[data-variant="solid"]:where([data-color="warning"]) {
5050
+ --button-background-color: var(--color-background-warning-solid);
5051
+ --button-background-color-hover: var(--color-background-warning-solid-hover);
5052
+ --button-background-color-active: var(--color-background-warning-solid-active);
5053
+ --button-text-color: var(--color-text-warning-solid);
5054
+ --button-ring-color: var(--color-ring-warning-solid);
5055
+ }
5056
+
5057
+ ._Button_1864l_1[data-variant="solid"]:where([data-color="caution"]) {
5058
+ --button-background-color: var(--color-background-caution-solid);
5059
+ --button-background-color-hover: var(--color-background-caution-solid-hover);
5060
+ --button-background-color-active: var(--color-background-caution-solid-active);
5061
+ --button-text-color: var(--color-text-caution-solid);
5062
+ --button-ring-color: var(--color-ring-caution-solid);
5063
+ }
5064
+
5065
+ ._Button_1864l_1[data-variant="solid"]:where([data-color="info"]) {
5066
+ --button-background-color: var(--color-background-info-solid);
5067
+ --button-background-color-hover: var(--color-background-info-solid-hover);
5068
+ --button-background-color-active: var(--color-background-info-solid-active);
5069
+ --button-text-color: var(--color-text-info-solid);
5070
+ --button-ring-color: var(--color-ring-info-solid);
5071
+ }
5072
+
5073
+ ._Button_1864l_1[data-variant="solid"]:where([data-color="discovery"]) {
5074
+ --button-background-color: var(--color-background-discovery-solid);
5075
+ --button-background-color-hover: var(--color-background-discovery-solid-hover);
5076
+ --button-background-color-active: var(--color-background-discovery-solid-active);
5077
+ --button-text-color: var(--color-text-discovery-solid);
5078
+ --button-ring-color: var(--color-ring-discovery-solid);
5079
+ }
5080
+
5081
+ /* =============================================
5082
+ Soft variant
5083
+ ============================================= */
5084
+ ._Button_1864l_1[data-variant="soft"] {
5085
+ color: var(--button-text-color);
5086
+ }
5087
+
5088
+ ._Button_1864l_1[data-variant="soft"]::before {
5089
+ background-color: var(--button-background-color);
5090
+ }
5091
+ ._Button_1864l_1[data-variant="soft"][aria-expanded="true"]::before, ._Button_1864l_1[data-variant="soft"][data-state="open"]::before, ._Button_1864l_1[data-variant="soft"][data-selected]::before {
5092
+ background-color: var(--button-background-color-hover);
5093
+ }
5094
+ @media (hover: hover) and (pointer: fine) {
5095
+ ._Button_1864l_1[data-variant="soft"]:where(:not([data-disabled])):hover::before {
5096
+ background-color: var(--button-background-color-hover);
5097
+ }
5098
+ }
5099
+ ._Button_1864l_1[data-variant="soft"]:where(:not([data-disabled])):active::before {
5100
+ background-color: var(--button-background-color-active);
5101
+ }
5102
+
5103
+ ._Button_1864l_1[data-variant="soft"]:where(:not([data-disabled])):active::before,
5104
+ ._Button_1864l_1[data-variant="soft"]:where(:not([data-disabled])):active::after {
5105
+ transform: scale(var(--scale));
5106
+ }
5107
+
5108
+ ._Button_1864l_1[data-variant="soft"]:where([data-color="primary"]) {
5109
+ --button-background-color: var(--color-background-primary-soft-alpha);
5110
+ --button-background-color-hover: var(--color-background-primary-soft-alpha-hover);
5111
+ --button-background-color-active: var(--color-background-primary-soft-alpha-active);
5112
+ --button-text-color: var(--color-text-primary-soft);
5113
+ --button-ring-color: var(--color-ring-primary-soft);
5114
+ }
5115
+
5116
+ ._Button_1864l_1[data-variant="soft"]:where([data-color="secondary"]) {
5117
+ --button-background-color: var(--color-background-secondary-soft-alpha);
5118
+ --button-background-color-hover: var(--color-background-secondary-soft-alpha-hover);
5119
+ --button-background-color-active: var(--color-background-secondary-soft-alpha-active);
5120
+ --button-text-color: var(--color-text-secondary-soft);
5121
+ --button-ring-color: var(--color-ring-secondary-soft);
5122
+ }
5123
+
5124
+ ._Button_1864l_1[data-variant="soft"]:where([data-color="success"]) {
5125
+ --button-background-color: var(--color-background-success-soft-alpha);
5126
+ --button-background-color-hover: var(--color-background-success-soft-alpha-hover);
5127
+ --button-background-color-active: var(--color-background-success-soft-alpha-active);
5128
+ --button-text-color: var(--color-text-success-soft);
5129
+ --button-ring-color: var(--color-ring-success-soft);
5130
+ }
5131
+
5132
+ ._Button_1864l_1[data-variant="soft"]:where([data-color="danger"]) {
5133
+ --button-background-color: var(--color-background-danger-soft-alpha);
5134
+ --button-background-color-hover: var(--color-background-danger-soft-alpha-hover);
5135
+ --button-background-color-active: var(--color-background-danger-soft-alpha-active);
5136
+ --button-text-color: var(--color-text-danger-soft);
5137
+ --button-ring-color: var(--color-ring-danger-soft);
5138
+ }
5139
+
5140
+ ._Button_1864l_1[data-variant="soft"]:where([data-color="warning"]) {
5141
+ --button-background-color: var(--color-background-warning-soft-alpha);
5142
+ --button-background-color-hover: var(--color-background-warning-soft-alpha-hover);
5143
+ --button-background-color-active: var(--color-background-warning-soft-alpha-active);
5144
+ --button-text-color: var(--color-text-warning-soft);
5145
+ --button-ring-color: var(--color-ring-warning-soft);
5146
+ }
5147
+
5148
+ ._Button_1864l_1[data-variant="soft"]:where([data-color="caution"]) {
5149
+ --button-background-color: var(--color-background-caution-soft-alpha);
5150
+ --button-background-color-hover: var(--color-background-caution-soft-alpha-hover);
5151
+ --button-background-color-active: var(--color-background-caution-soft-alpha-active);
5152
+ --button-text-color: var(--color-text-caution-soft);
5153
+ --button-ring-color: var(--color-ring-caution-soft);
5154
+ }
5155
+
5156
+ ._Button_1864l_1[data-variant="soft"]:where([data-color="info"]) {
5157
+ --button-background-color: var(--color-background-info-soft-alpha);
5158
+ --button-background-color-hover: var(--color-background-info-soft-alpha-hover);
5159
+ --button-background-color-active: var(--color-background-info-soft-alpha-active);
5160
+ --button-text-color: var(--color-text-info-soft);
5161
+ --button-ring-color: var(--color-ring-info-soft);
5162
+ }
5163
+
5164
+ ._Button_1864l_1[data-variant="soft"]:where([data-color="discovery"]) {
5165
+ --button-background-color: var(--color-background-discovery-soft-alpha);
5166
+ --button-background-color-hover: var(--color-background-discovery-soft-alpha-hover);
5167
+ --button-background-color-active: var(--color-background-discovery-soft-alpha-active);
5168
+ --button-text-color: var(--color-text-discovery-soft);
5169
+ --button-ring-color: var(--color-ring-discovery-soft);
5170
+ }
5171
+
5172
+ /* =============================================
5173
+ Outline variant
5174
+ ============================================= */
5175
+ ._Button_1864l_1[data-variant="outline"] {
5176
+ --button-ring-offset: -1px;
5177
+
5178
+ color: var(--button-text-color);
5179
+ }
5180
+
5181
+ ._Button_1864l_1[data-variant="outline"]::before {
5182
+ background-color: transparent;
5183
+ box-shadow:
5184
+ 0 0 0 1px var(--button-border-color) inset,
5185
+ var(--button-shadow-custom, 0 0 #00000000);
5186
+ }
5187
+
5188
+ ._Button_1864l_1[data-variant="outline"][aria-expanded="true"],
5189
+ ._Button_1864l_1[data-variant="outline"][data-state="open"],
5190
+ ._Button_1864l_1[data-variant="outline"][data-selected] {
5191
+ color: var(--button-text-color-hover);
5192
+ }
5193
+
5194
+ ._Button_1864l_1[data-variant="outline"][aria-expanded="true"]::before, ._Button_1864l_1[data-variant="outline"][data-state="open"]::before, ._Button_1864l_1[data-variant="outline"][data-selected]::before {
5195
+ background-color: var(--button-background-color-hover);
5196
+ box-shadow:
5197
+ 0 0 0 1px var(--button-border-color-hover) inset,
5198
+ var(--button-shadow-custom, 0 0 #00000000);
5199
+ }
5200
+ @media (hover: hover) and (pointer: fine) {._Button_1864l_1[data-variant="outline"]:where(:not([data-disabled])):hover {
5201
+ color: var(--button-text-color-hover);
5202
+ }
5203
+
5204
+ ._Button_1864l_1[data-variant="outline"]:where(:not([data-disabled])):hover::before {
5205
+ background-color: var(--button-background-color-hover);
5206
+ box-shadow:
5207
+ 0 0 0 1px var(--button-border-color-hover) inset,
5208
+ var(--button-shadow-custom, 0 0 #00000000);
5209
+ }
5210
+ }
5211
+ ._Button_1864l_1[data-variant="outline"]:where(:not([data-disabled])):active::before {
5212
+ background-color: var(--button-background-color-active);
5213
+ transform: scale(var(--scale));
5214
+ }
5215
+
5216
+ ._Button_1864l_1[data-variant="outline"]:where(:not([data-disabled])):active::after {
5217
+ transform: scale(var(--scale));
5218
+ }
5219
+
5220
+ ._Button_1864l_1[data-variant="outline"]:where([data-color="primary"]) {
5221
+ --button-background-color-hover: var(--color-background-primary-outline-hover);
5222
+ --button-background-color-active: var(--color-background-primary-outline-active);
5223
+ --button-border-color: var(--color-border-primary-outline);
5224
+ --button-border-color-hover: var(--color-border-primary-outline-hover);
5225
+ --button-text-color: var(--color-text-primary-outline);
5226
+ --button-text-color-hover: var(--color-text-primary-outline-hover);
5227
+ --button-ring-color: var(--color-ring-primary-outline);
5228
+ }
5229
+
5230
+ ._Button_1864l_1[data-variant="outline"]:where([data-color="secondary"]) {
5231
+ --button-background-color-hover: var(--color-background-secondary-outline-hover);
5232
+ --button-background-color-active: var(--color-background-secondary-outline-active);
5233
+ --button-border-color: var(--color-border-secondary-outline);
5234
+ --button-border-color-hover: var(--color-border-secondary-outline-hover);
5235
+ --button-text-color: var(--color-text-secondary-outline);
5236
+ --button-text-color-hover: var(--color-text-secondary-outline-hover);
5237
+ --button-ring-color: var(--color-ring-secondary-outline);
5238
+ }
5239
+
5240
+ ._Button_1864l_1[data-variant="outline"]:where([data-color="danger"]) {
5241
+ --button-background-color-hover: var(--color-background-danger-outline-hover);
5242
+ --button-background-color-active: var(--color-background-danger-outline-active);
5243
+ --button-border-color: var(--color-border-danger-outline);
5244
+ --button-border-color-hover: var(--color-border-danger-outline-hover);
5245
+ --button-text-color: var(--color-text-danger-outline);
5246
+ --button-text-color-hover: var(--color-text-danger-outline-hover);
5247
+ --button-ring-color: var(--color-ring-danger-outline);
5248
+ }
5249
+
5250
+ ._Button_1864l_1[data-variant="outline"]:where([data-color="success"]) {
5251
+ --button-background-color-hover: var(--color-background-success-outline-hover);
5252
+ --button-background-color-active: var(--color-background-success-outline-active);
5253
+ --button-border-color: var(--color-border-success-outline);
5254
+ --button-border-color-hover: var(--color-border-success-outline-hover);
5255
+ --button-text-color: var(--color-text-success-outline);
5256
+ --button-text-color-hover: var(--color-text-success-outline-hover);
5257
+ --button-ring-color: var(--color-ring-success-outline);
5258
+ }
5259
+
5260
+ ._Button_1864l_1[data-variant="outline"]:where([data-color="warning"]) {
5261
+ --button-background-color-hover: var(--color-background-warning-outline-hover);
5262
+ --button-background-color-active: var(--color-background-warning-outline-active);
5263
+ --button-border-color: var(--color-border-warning-outline);
5264
+ --button-border-color-hover: var(--color-border-warning-outline-hover);
5265
+ --button-text-color: var(--color-text-warning-outline);
5266
+ --button-text-color-hover: var(--color-text-warning-outline-hover);
5267
+ --button-ring-color: var(--color-ring-warning-outline);
5268
+ }
5269
+
5270
+ ._Button_1864l_1[data-variant="outline"]:where([data-color="caution"]) {
5271
+ --button-background-color-hover: var(--color-background-caution-outline-hover);
5272
+ --button-background-color-active: var(--color-background-caution-outline-active);
5273
+ --button-border-color: var(--color-border-caution-outline);
5274
+ --button-border-color-hover: var(--color-border-caution-outline-hover);
5275
+ --button-text-color: var(--color-text-caution-outline);
5276
+ --button-text-color-hover: var(--color-text-caution-outline-hover);
5277
+ --button-ring-color: var(--color-ring-caution-outline);
5278
+ }
5279
+
5280
+ ._Button_1864l_1[data-variant="outline"]:where([data-color="info"]) {
5281
+ --button-background-color-hover: var(--color-background-info-outline-hover);
5282
+ --button-background-color-active: var(--color-background-info-outline-active);
5283
+ --button-border-color: var(--color-border-info-outline);
5284
+ --button-border-color-hover: var(--color-border-info-outline-hover);
5285
+ --button-text-color: var(--color-text-info-outline);
5286
+ --button-text-color-hover: var(--color-text-info-outline-hover);
5287
+ --button-ring-color: var(--color-ring-info-outline);
5288
+ }
5289
+
5290
+ ._Button_1864l_1[data-variant="outline"]:where([data-color="discovery"]) {
5291
+ --button-background-color-hover: var(--color-background-discovery-outline-hover);
5292
+ --button-background-color-active: var(--color-background-discovery-outline-active);
5293
+ --button-border-color: var(--color-border-discovery-outline);
5294
+ --button-border-color-hover: var(--color-border-discovery-outline-hover);
5295
+ --button-text-color: var(--color-text-discovery-outline);
5296
+ --button-text-color-hover: var(--color-text-discovery-outline-hover);
5297
+ --button-ring-color: var(--color-ring-discovery-outline);
5298
+ }
5299
+ /* Non-visual disablement, akin to `inert` */
5300
+ ._Button_1864l_1[disabled] {
5301
+ pointer-events: none;
5302
+ }
5303
+
5304
+ /* Visual disablement */
5305
+ ._Button_1864l_1[data-disabled][data-variant] {
5306
+ --button-background-color: var(--color-background-disabled);
5307
+ --button-border-color: var(--color-border-disabled);
5308
+ --button-text-color: var(--color-text-disabled);
5309
+
5310
+ cursor: not-allowed;
5311
+ pointer-events: auto;
5312
+ }
5313
+
5314
+ /* Don't press while disabled */
5315
+ ._Button_1864l_1[data-disabled][data-variant]:active::before {
5316
+ transform: scale(1);
5317
+ }
5318
+
5319
+ /* Relaxed disabled tone: keep disabled visuals, soften cursor */
5320
+ ._Button_1864l_1[data-disabled][data-variant][data-disabled-tone="relaxed"] {
5321
+ cursor: default;
5322
+ }._ButtonInner_1864l_4 {
5323
+ position: relative;
5324
+ display: flex;
5325
+ /* Allows overrides through className on .Button */
5326
+ flex-direction: inherit;
5327
+ align-items: center;
5328
+ justify-content: center;
5329
+ /* Allows overrides through className on .Button */
5330
+ gap: inherit;
5331
+ width: 100%;
5332
+ /* Prevent padding-bottom from creating excess height (flexbox) */
5333
+ height: 100%;
5334
+ transition: opacity 0.15s ease 0.1s;
5335
+ }
5336
+
5337
+ [data-loading] ._ButtonInner_1864l_4 {
5338
+ opacity: 0;
5339
+ transition: opacity 0.3s ease;
5340
+ }._ButtonLoader_1864l_749 {
5341
+ position: absolute;
5342
+ inset: 0;
5343
+ z-index: 3;
5344
+ display: flex;
5345
+ align-items: center;
5346
+ justify-content: center;
5347
+ pointer-events: none;
5348
+ }
5349
+
5350
+ ._ButtonLoader_1864l_749[data-entering] {
5351
+ opacity: 0;
5352
+ }
5353
+
5354
+ ._ButtonLoader_1864l_749[data-exiting] {
5355
+ opacity: 1;
5356
+ }
5357
+
5358
+ ._ButtonLoader_1864l_749[data-entering-active],
5359
+ ._ButtonLoader_1864l_749[data-entering][data-interrupted] {
5360
+ opacity: 1;
5361
+ transition: opacity 0.15s ease 0.1s;
5362
+ }
5363
+
5364
+ ._ButtonLoader_1864l_749[data-exiting-active],
5365
+ ._ButtonLoader_1864l_749[data-exiting][data-interrupted] {
5366
+ opacity: 0;
5367
+ transition: opacity 0.15s ease;
5368
+ }/* .Kbd {
5369
+ display: none;
5370
+
5371
+ @mixin breakpoint md {
5372
+ display: block;
5373
+ padding: 1px 3px;
5374
+ border: 1px solid var(--kbd-border-color, transparent);
5375
+ border-radius: 4px;
5376
+ margin: 0 -2px 0 4px;
5377
+ background: var(--kbd-bg, var(--alpha-10));
5378
+ color: var(--kbd-color, inherit);
5379
+ font-family:
5380
+ system-ui,
5381
+ -apple-system,
5382
+ BlinkMacSystemFont,
5383
+ "Segoe UI",
5384
+ Roboto,
5385
+ Oxygen,
5386
+ Ubuntu,
5387
+ Cantarell,
5388
+ "Open Sans",
5389
+ "Helvetica Neue",
5390
+ sans-serif;
5391
+ font-size: 13px;
5392
+ font-style: normal;
5393
+ font-weight: 600;
5394
+ letter-spacing: var(--tracking-wide);
5395
+ transition:
5396
+ border-color 0.15s ease,
5397
+ background-color 0.15s ease,
5398
+ color 0.15s ease;
5399
+
5400
+ [data-size="2xs"] & {
5401
+ margin-right: 0;
5402
+ margin-left: 3px;
5403
+ font-size: 12px;
5404
+ }
5405
+
5406
+ [data-size="xs"] & {
5407
+ font-size: 12px;
5408
+ }
5409
+
5410
+ [data-size="sm"] & {
5411
+ margin-right: -1px;
5412
+ }
5413
+
5414
+ [data-size="xl"] & {
5415
+ padding: 2px 3px;
5416
+ font-size: 14px;
5417
+ }
5418
+
5419
+ [data-pill] & {
5420
+ border-radius: 8px;
5421
+ margin-right: -5px;
5422
+ }
5423
+
5424
+ [data-size="2xs"][data-pill] & {
5425
+ margin-right: -4px;
5426
+ }
5427
+ }
5428
+ } */
5429
+ }
5430
+ @layer components {._SelectControl_1tyi7_1 {
5431
+ position: relative;
5432
+ display: inline-flex;
5433
+ align-items: center;
5434
+ justify-content: space-between;
5435
+ gap: var(--select-control-gap);
5436
+ flex-shrink: 0;
5437
+ height: var(--select-control-size);
5438
+ padding: 0 var(--select-control-gutter);
5439
+ border-radius: var(--select-control-radius);
5440
+ cursor: pointer;
5441
+ font-size: var(--select-control-font-size);
5442
+ font-weight: var(--select-control-font-weight);
5443
+ line-height: var(--font-text-md-line-height);
5444
+ text-align: left;
5445
+ transition-duration: var(--transition-duration-basic);
5446
+ transition-property: color;
5447
+ transition-timing-function: var(--transition-ease-basic);
5448
+ -webkit-user-select: none;
5449
+ -moz-user-select: none;
5450
+ user-select: none;
5451
+ white-space: nowrap;
5452
+ }
5453
+
5454
+ ._SelectControl_1tyi7_1:where([data-optically-align="start"]) {
5455
+ margin-inline-start: calc(var(--select-control-gutter) * -1);
5456
+ }
5457
+
5458
+ ._SelectControl_1tyi7_1:where([data-optically-align="end"]) {
5459
+ margin-inline-end: calc(var(--select-control-gutter) * -1);
5460
+ }
5461
+
5462
+ /* Background / shape of the button */
5463
+ ._SelectControl_1tyi7_1::before {
5464
+ position: absolute;
5465
+ inset: 0;
5466
+ display: block;
5467
+ border-radius: inherit;
5468
+ content: "";
5469
+ transition-duration: var(--transition-duration-basic);
5470
+ transition-property: opacity, background-color, transform, box-shadow, border-color;
5471
+ transition-timing-function: var(--transition-ease-basic);
5472
+ /* Composite layer seems required in some cases to avoid visual artifacts. */
5473
+ will-change: transform;
5474
+ }
5475
+
5476
+ /* Focus ring */
5477
+ ._SelectControl_1tyi7_1::after {
5478
+ position: absolute;
5479
+ inset: 0;
5480
+ display: block;
5481
+ border-radius: inherit;
5482
+ content: "";
5483
+ pointer-events: none;
5484
+ transition-duration: var(--transition-duration-basic);
5485
+ transition-property: transform;
5486
+ transition-timing-function: var(--transition-ease-basic);
5487
+ /* Composite layer seems required in some cases to avoid visual artifacts. */
5488
+ will-change: transform;
5489
+ }
5490
+
5491
+ ._SelectControl_1tyi7_1:focus {
5492
+ outline: none;
5493
+ }
5494
+ ._SelectControl_1tyi7_1:focus-visible::after {
5495
+ outline: 2px solid var(--button-ring-color, var(--color-ring));
5496
+ outline-offset: var(--select-control-ring-offset, 2px);
5497
+ }
5498
+
5499
+ /* =============================================
5500
+ Sizes
5501
+ ============================================= */
5502
+ ._SelectControl_1tyi7_1:where([data-size="3xs"]) {
5503
+ --select-control-size: var(--control-size-3xs);
5504
+ --select-control-gutter: var(--control-gutter-2xs);
5505
+ --select-control-font-size: var(--control-font-size-sm);
5506
+ --select-control-gap: 4px;
5507
+ --select-control-radius: var(--control-radius-sm);
5508
+ --start-icon-size: var(--control-icon-size-xs);
5509
+ --start-icon-offset: 0;
5510
+ --start-icon-pill-offset: 0;
5511
+ --clear-size: 14px;
5512
+ --clear-icon-size: 13px;
5513
+ --clear-iso-size: 12px;
5514
+ --clear-iso-icon-size: 10px;
5515
+ --clear-iso-offset: -1px;
5516
+ --clear-iso-pill-offset: -2px;
5517
+ --dropdown-icon-offset: 0;
5518
+ --dropdown-icon-pill-offset: 0;
5519
+ --dropdown-icon-width: 6px;
5520
+ --dropdown-icon-height: 9px;
5521
+ --dropdown-chevron-icon-width: 8px;
5522
+ --dropdown-chevron-icon-height: 5px;
5523
+ --indicator-wrapper-gap: calc(var(--spacing) * 1);
5524
+ --indicator-wrapper-gutter: 0;
5525
+ }
5526
+
5527
+ ._SelectControl_1tyi7_1:where([data-size="2xs"]) {
5528
+ --select-control-size: var(--control-size-2xs);
5529
+ --select-control-gutter: var(--control-gutter-xs);
5530
+ --select-control-font-size: var(--control-font-size-sm);
5531
+ --select-control-gap: 6px;
5532
+ --select-control-radius: var(--control-radius-sm);
5533
+ --start-icon-size: var(--control-icon-size-sm);
5534
+ --start-icon-offset: 0;
5535
+ --start-icon-pill-offset: -1px;
5536
+ --clear-size: 16px;
5537
+ --clear-icon-size: 13px;
5538
+ --clear-iso-size: 14px;
5539
+ --clear-iso-icon-size: 12px;
5540
+ --clear-iso-offset: -2px;
5541
+ --clear-iso-pill-offset: -4px;
5542
+ --dropdown-icon-offset: 0;
5543
+ --dropdown-icon-pill-offset: 0;
5544
+ --dropdown-icon-width: 6px;
5545
+ --dropdown-icon-height: 9px;
5546
+ --dropdown-chevron-icon-width: 8px;
5547
+ --dropdown-chevron-icon-height: 5px;
5548
+ --indicator-wrapper-gap: calc(var(--spacing) * 1);
5549
+ --indicator-wrapper-gutter: 0;
5550
+ }
5551
+
5552
+ ._SelectControl_1tyi7_1:where([data-size="xs"]) {
5553
+ --select-control-size: var(--control-size-xs);
5554
+ --select-control-gutter: var(--control-gutter-xs);
5555
+ --select-control-font-size: var(--control-font-size-md);
5556
+ --select-control-gap: 6px;
5557
+ --select-control-radius: var(--control-radius-sm);
5558
+ --start-icon-size: var(--control-icon-size-sm);
5559
+ --start-icon-offset: -1px;
5560
+ --start-icon-pill-offset: -1px;
5561
+ --clear-size: 18px;
5562
+ --clear-icon-size: 14px;
5563
+ --clear-iso-size: 16px;
5564
+ --clear-iso-icon-size: 12px;
5565
+ --clear-iso-offset: -2px;
5566
+ --clear-iso-pill-offset: -4px;
5567
+ --dropdown-icon-offset: 0;
5568
+ --dropdown-icon-pill-offset: 0;
5569
+ --dropdown-icon-width: 7px;
5570
+ --dropdown-icon-height: 11px;
5571
+ --dropdown-chevron-icon-width: 9px;
5572
+ --dropdown-chevron-icon-height: 5px;
5573
+ --indicator-wrapper-gap: calc(var(--spacing) * 1);
5574
+ --indicator-wrapper-gutter: 0;
5575
+ }
5576
+
5577
+ ._SelectControl_1tyi7_1:where([data-size="sm"]) {
5578
+ --select-control-size: var(--control-size-sm);
5579
+ --select-control-gutter: var(--control-gutter-sm);
5580
+ --select-control-font-size: var(--control-font-size-md);
5581
+ --select-control-gap: 8px;
5582
+ --select-control-radius: var(--control-radius-sm);
5583
+ --start-icon-size: var(--control-icon-size-sm);
5584
+ --start-icon-offset: -1px;
5585
+ --start-icon-pill-offset: -2px;
5586
+ --clear-size: 18px;
5587
+ --clear-icon-size: 14px;
5588
+ --clear-iso-size: 16px;
5589
+ --clear-iso-icon-size: 12px;
5590
+ --clear-iso-offset: -3px;
5591
+ --clear-iso-pill-offset: -6px;
5592
+ --dropdown-icon-offset: 0;
5593
+ --dropdown-icon-pill-offset: -2px;
5594
+ --dropdown-icon-width: 7px;
5595
+ --dropdown-icon-height: 11px;
5596
+ --dropdown-chevron-icon-width: 9px;
5597
+ --dropdown-chevron-icon-height: 5px;
5598
+ --indicator-wrapper-gap: calc(var(--spacing) * 1);
5599
+ --indicator-wrapper-gutter: 0;
5600
+ }
5601
+
5602
+ ._SelectControl_1tyi7_1:where([data-size="md"]) {
5603
+ --select-control-size: var(--control-size-md);
5604
+ --select-control-gutter: var(--control-gutter-md);
5605
+ --select-control-font-size: var(--control-font-size-md);
5606
+ --select-control-gap: 8px;
5607
+ --select-control-radius: var(--control-radius-md);
5608
+ --start-icon-size: var(--control-icon-size-md);
5609
+ --start-icon-offset: -1px;
5610
+ --start-icon-pill-offset: -4px;
5611
+ --clear-size: 22px;
5612
+ --clear-icon-size: 15px;
5613
+ --clear-iso-size: 18px;
5614
+ --clear-iso-icon-size: 14px;
5615
+ --clear-iso-offset: -4px;
5616
+ --clear-iso-pill-offset: -7px;
5617
+ --dropdown-icon-offset: 0;
5618
+ --dropdown-icon-pill-offset: -2px;
5619
+ --dropdown-icon-width: 8px;
5620
+ --dropdown-icon-height: 12px;
5621
+ --dropdown-chevron-icon-width: 11px;
5622
+ --dropdown-chevron-icon-height: 6px;
5623
+ --indicator-wrapper-gap: calc(var(--spacing) * 1);
5624
+ --indicator-wrapper-gutter: calc(var(--spacing) * 0);
5625
+ }
5626
+
5627
+ ._SelectControl_1tyi7_1:where([data-size="lg"]) {
5628
+ --select-control-size: var(--control-size-lg);
5629
+ --select-control-gutter: var(--control-gutter-md);
5630
+ --select-control-font-size: var(--control-font-size-md);
5631
+ --select-control-gap: 8px;
5632
+ --select-control-radius: var(--control-radius-md);
5633
+ --start-icon-size: var(--control-icon-size-md);
5634
+ --start-icon-offset: -2px;
5635
+ --start-icon-pill-offset: -4px;
5636
+ --clear-size: 22px;
5637
+ --clear-icon-size: 15px;
5638
+ --clear-iso-size: 18px;
5639
+ --clear-iso-icon-size: 14px;
5640
+ --clear-iso-offset: -2px;
5641
+ --clear-iso-pill-offset: -6px;
5642
+ --dropdown-icon-offset: 0;
5643
+ --dropdown-icon-pill-offset: -2px;
5644
+ --dropdown-icon-width: 8px;
5645
+ --dropdown-icon-height: 12px;
5646
+ --dropdown-chevron-icon-width: 11px;
5647
+ --dropdown-chevron-icon-height: 6px;
5648
+ --indicator-wrapper-gap: calc(var(--spacing) * 1.5);
5649
+ --indicator-wrapper-gutter: calc(var(--spacing) * 0);
5650
+ }
5651
+
5652
+ ._SelectControl_1tyi7_1:where([data-size="xl"]) {
5653
+ --select-control-size: var(--control-size-xl);
5654
+ --select-control-gutter: var(--control-gutter-lg);
5655
+ --select-control-font-size: var(--control-font-size-md);
5656
+ --select-control-gap: 8px;
5657
+ --select-control-radius: var(--control-radius-lg);
5658
+ --start-icon-size: var(--control-icon-size-md);
5659
+ --start-icon-offset: -2px;
5660
+ --start-icon-pill-offset: -4px;
5661
+ --clear-size: 24px;
5662
+ --clear-icon-size: 16px;
5663
+ --clear-iso-size: 18px;
5664
+ --clear-iso-icon-size: 14px;
5665
+ --clear-iso-offset: -2px;
5666
+ --clear-iso-pill-offset: -7px;
5667
+ --dropdown-icon-offset: 0;
5668
+ --dropdown-icon-pill-offset: -2px;
5669
+ --dropdown-icon-width: 8px;
5670
+ --dropdown-icon-height: 12px;
5671
+ --dropdown-chevron-icon-width: 11px;
5672
+ --dropdown-chevron-icon-height: 6px;
5673
+ --indicator-wrapper-gap: calc(var(--spacing) * 1);
5674
+ --indicator-wrapper-gutter: calc(var(--spacing) * 0.5);
5675
+ }
5676
+
5677
+ ._SelectControl_1tyi7_1:where([data-size="2xl"]) {
5678
+ --select-control-size: var(--control-size-2xl);
5679
+ --select-control-gutter: var(--control-gutter-lg);
5680
+ --select-control-font-size: var(--control-font-size-lg);
5681
+ --select-control-gap: 10px;
5682
+ --select-control-radius: var(--control-radius-xl);
5683
+ --start-icon-size: var(--control-icon-size-lg);
5684
+ --start-icon-offset: -2px;
5685
+ --start-icon-pill-offset: -4px;
5686
+ --clear-size: 24px;
5687
+ --clear-icon-size: 16px;
5688
+ --clear-iso-size: 20px;
5689
+ --clear-iso-icon-size: 15px;
5690
+ --clear-iso-offset: -2px;
5691
+ --clear-iso-pill-offset: -7px;
5692
+ --dropdown-icon-offset: 0;
5693
+ --dropdown-icon-pill-offset: -2px;
5694
+ --dropdown-icon-width: 8px;
5695
+ --dropdown-icon-height: 12px;
5696
+ --dropdown-chevron-icon-width: 11px;
5697
+ --dropdown-chevron-icon-height: 6px;
5698
+ --indicator-wrapper-gap: calc(var(--spacing) * 1.5);
5699
+ --indicator-wrapper-gutter: calc(var(--spacing) * 1);
5700
+ }
5701
+
5702
+ ._SelectControl_1tyi7_1:where([data-size="3xl"]) {
5703
+ --select-control-size: var(--control-size-3xl);
5704
+ --select-control-gutter: var(--control-gutter-xl);
5705
+ --select-control-font-size: var(--control-font-size-lg);
5706
+ --select-control-gap: 10px;
5707
+ --select-control-radius: var(--control-radius-xl);
5708
+ --start-icon-size: var(--control-icon-size-lg);
5709
+ --start-icon-offset: -2px;
5710
+ --start-icon-pill-offset: -4px;
5711
+ --clear-size: 24px;
5712
+ --clear-icon-size: 16px;
5713
+ --clear-iso-size: 20px;
5714
+ --clear-iso-icon-size: 15px;
5715
+ --clear-iso-offset: -2px;
5716
+ --clear-iso-pill-offset: -7px;
5717
+ --dropdown-icon-offset: 0;
5718
+ --dropdown-icon-pill-offset: -3px;
5719
+ --dropdown-icon-width: 9px;
5720
+ --dropdown-icon-height: 13px;
5721
+ --dropdown-chevron-icon-width: 12px;
5722
+ --dropdown-chevron-icon-height: 7px;
5723
+ --indicator-wrapper-gap: calc(var(--spacing) * 1.5);
5724
+ --indicator-wrapper-gutter: calc(var(--spacing) * 1);
5725
+ }
5726
+
5727
+ /* =============================================
5728
+ Pill
5729
+ ============================================= */
5730
+ ._SelectControl_1tyi7_1:where([data-pill]) {
5731
+ --select-control-radius: var(--radius-full);
5732
+
5733
+ padding: 0 calc(var(--select-control-gutter) * var(--control-gutter-pill-scaling));
5734
+ }
5735
+
5736
+ /* =============================================
5737
+ Block
5738
+ ============================================= */
5739
+ ._SelectControl_1tyi7_1:where([data-block]) {
5740
+ width: 100%;
5741
+ }
5742
+
5743
+ /* =============================================
5744
+ Ghost variant
5745
+ ============================================= */
5746
+ ._SelectControl_1tyi7_1[data-variant="ghost"] {
5747
+ --select-control-background-color: var(--color-background-primary-ghost-hover);
5748
+ --select-control-ring-offset: -1px;
5749
+ }
5750
+
5751
+ ._SelectControl_1tyi7_1[data-variant="ghost"]::before {
5752
+ background-color: var(--select-control-background-color);
5753
+ opacity: 0;
5754
+ transform: scale(var(--scale));
5755
+ }
5756
+ ._SelectControl_1tyi7_1[data-variant="ghost"][aria-expanded="true"]::before, ._SelectControl_1tyi7_1[data-variant="ghost"][data-state="open"]::before {
5757
+ opacity: 0.6;
5758
+ transform: scale(1);
5759
+ }
5760
+ @media (hover: hover) and (pointer: fine) {
5761
+ ._SelectControl_1tyi7_1[data-variant="ghost"]:where(:not([data-disabled])):hover::before {
5762
+ opacity: 1;
5763
+ transform: scale(1);
5764
+ }
5765
+ }
5766
+ ._SelectControl_1tyi7_1[data-variant="ghost"]:where(:not([data-disabled])):not(:has(button:active)):active::before {
5767
+ --select-control-background-color: var(--color-background-primary-ghost-active);
5768
+
5769
+ opacity: 1;
5770
+ transform: scale(var(--scale));
5771
+ }
5772
+
5773
+ ._SelectControl_1tyi7_1[data-variant="ghost"]:where(:not([data-disabled])):not(:has(button:active)):active::after {
5774
+ transform: scale(var(--scale));
5775
+ }
5776
+ ._SelectControl_1tyi7_1[data-variant="ghost"]:where(:not([data-disabled]))[data-invalid]::before {
5777
+ --select-control-background-color: transparent;
5778
+
5779
+ box-shadow: 0 0 0 1px var(--input-border-color-invalid) inset;
5780
+ opacity: 1;
5781
+ transform: scale(1);
5782
+ }
5783
+
5784
+ @media (hover: hover) and (pointer: fine) {
5785
+ ._SelectControl_1tyi7_1[data-variant="ghost"]:where(:not([data-disabled]))[data-invalid]:hover::before {
5786
+ --select-control-background-color: var(--color-background-primary-ghost-hover);
5787
+ }
5788
+ }
5789
+
5790
+ /* =============================================
5791
+ Soft variant
5792
+ ============================================= */
5793
+ ._SelectControl_1tyi7_1[data-variant="soft"] {
5794
+ --select-control-background-color: var(--color-background-primary-soft-alpha);
5795
+ }
5796
+
5797
+ ._SelectControl_1tyi7_1[data-variant="soft"]::before {
5798
+ background-color: var(--select-control-background-color);
5799
+ }
5800
+ ._SelectControl_1tyi7_1[data-variant="soft"][aria-expanded="true"]::before, ._SelectControl_1tyi7_1[data-variant="soft"][data-state="open"]::before {
5801
+ --select-control-background-color: var(--color-background-primary-soft-alpha-hover);
5802
+ }
5803
+ @media (hover: hover) and (pointer: fine) {
5804
+ ._SelectControl_1tyi7_1[data-variant="soft"]:where(:not([data-disabled])):hover::before {
5805
+ --select-control-background-color: var(--color-background-primary-soft-alpha-hover);
5806
+ }
5807
+ }
5808
+ ._SelectControl_1tyi7_1[data-variant="soft"]:where(:not([data-disabled])):not(:has(button:active)):active::before {
5809
+ --select-control-background-color: var(--color-background-primary-soft-alpha-active);
5810
+ }
5811
+
5812
+ ._SelectControl_1tyi7_1[data-variant="soft"]:where(:not([data-disabled])):not(:has(button:active)):active::before,
5813
+ ._SelectControl_1tyi7_1[data-variant="soft"]:where(:not([data-disabled])):not(:has(button:active)):active::after {
5814
+ transform: scale(var(--scale));
5815
+ }
5816
+
5817
+ ._SelectControl_1tyi7_1[data-variant="soft"]:where(:not([data-disabled]))[data-invalid]::before {
5818
+ box-shadow: 0 0 0 1px var(--input-border-color-invalid) inset;
5819
+ }
5820
+
5821
+ /* =============================================
5822
+ Outline variant
5823
+ ============================================= */
5824
+ ._SelectControl_1tyi7_1[data-variant="outline"] {
5825
+ --select-control-border-color: var(--input-outline-border-color);
5826
+ --select-control-ring-offset: -1px;
5827
+ }
5828
+
5829
+ ._SelectControl_1tyi7_1[data-variant="outline"]::before {
5830
+ background-color: transparent;
5831
+ box-shadow: 0 0 0 1px var(--select-control-border-color) inset;
5832
+ }
5833
+
5834
+ ._SelectControl_1tyi7_1[data-variant="outline"][aria-expanded="true"],
5835
+ ._SelectControl_1tyi7_1[data-variant="outline"][data-state="open"] {
5836
+ --select-control-border-color: var(--input-outline-border-color-hover);
5837
+ }
5838
+ @media (hover: hover) and (pointer: fine) {._SelectControl_1tyi7_1[data-variant="outline"]:where(:not([data-disabled])):hover {
5839
+ --select-control-border-color: var(--input-outline-border-color-hover);
5840
+ }
5841
+ }
5842
+ ._SelectControl_1tyi7_1[data-variant="outline"]:where(:not([data-disabled])):not(:has(button:active)):active::before {
5843
+ transform: scale(var(--scale));
5844
+ }
5845
+
5846
+ ._SelectControl_1tyi7_1[data-variant="outline"]:where(:not([data-disabled])):not(:has(button:active)):active::after {
5847
+ transform: scale(var(--scale));
5848
+ }
5849
+
5850
+ ._SelectControl_1tyi7_1[data-variant="outline"]:where(:not([data-disabled]))[data-invalid]::before {
5851
+ --select-control-border-color: var(--input-border-color-invalid);
5852
+ }
5853
+
5854
+ /* =============================================
5855
+ Invalid
5856
+ ============================================= */
5857
+ ._SelectControl_1tyi7_1:where([data-invalid]) {
5858
+ --button-ring-color: var(--color-ring-danger);
5859
+ }
5860
+
5861
+ /* =============================================
5862
+ Hover
5863
+ ============================================= */
5864
+ @media (hover: hover) and (pointer: fine) {
5865
+ ._SelectControl_1tyi7_1:not([data-disabled]):hover ._Clear_1tyi7_436,
5866
+ ._SelectControl_1tyi7_1:not([data-disabled]):hover ._DropdownIcon_1tyi7_437 {
5867
+ opacity: 1;
5868
+ }
5869
+ }
5870
+
5871
+ /* =============================================
5872
+ Placeholder (e.g., "not `selected`")
5873
+ ============================================= */
5874
+ ._SelectControl_1tyi7_1[data-selected="false"] {
5875
+ color: var(--input-placeholder-text-color);
5876
+ }
5877
+
5878
+ /* =============================================
5879
+ Disabled
5880
+ ============================================= */
5881
+ ._SelectControl_1tyi7_1[data-disabled][data-variant] {
5882
+ /* Matches disabled styling of Buttons, which is nice. */
5883
+ --select-control-background-color: var(--color-background-disabled);
5884
+ --select-control-border-color: var(--color-border-disabled);
5885
+
5886
+ color: var(--color-text-disabled);
5887
+ cursor: not-allowed;
5888
+ }
5889
+
5890
+ ._SelectControl_1tyi7_1[data-disabled][data-variant] ._DropdownIcon_1tyi7_437 {
5891
+ color: var(--color-text-disabled);
5892
+ }
5893
+
5894
+ /* Don't press while disabled */
5895
+ ._SelectControl_1tyi7_1[data-disabled][data-variant]:active::before {
5896
+ transform: scale(1);
5897
+ }._TriggerText_1tyi7_468 {
5898
+ position: relative;
5899
+ overflow: hidden;
5900
+ flex: 1;
5901
+ max-width: 100%;
5902
+ color: inherit;
5903
+ text-overflow: ellipsis;
5904
+ white-space: nowrap;
5905
+ }._IndicatorWrapper_1tyi7_476 {
5906
+ position: relative;
5907
+ display: flex;
5908
+ align-items: center;
5909
+ gap: var(--indicator-wrapper-gap);
5910
+ padding-left: var(--indicator-wrapper-gutter);
5911
+ }._StartIcon_1tyi7_482 {
5912
+ position: relative;
5913
+ width: var(--start-icon-size);
5914
+ height: var(--start-icon-size);
5915
+ margin-left: var(--start-icon-offset);
5916
+ }
5917
+
5918
+ :where(._SelectControl_1tyi7_1[data-pill]) ._StartIcon_1tyi7_482 {
5919
+ margin-left: var(--start-icon-pill-offset);
5920
+ }._Clear_1tyi7_436 {
5921
+ --button-size: var(--clear-size);
5922
+ --button-icon-size: var(--clear-icon-size);
5923
+
5924
+ position: relative;
5925
+ opacity: 0.75;
5926
+ }
5927
+
5928
+ ._Clear_1tyi7_436[data-variant="solid"] {
5929
+ --button-size: var(--clear-iso-size);
5930
+ --button-icon-size: var(--clear-iso-icon-size);
5931
+ }
5932
+
5933
+ [data-state="open"] ._Clear_1tyi7_436,
5934
+ ._Clear_1tyi7_436:focus-visible {
5935
+ opacity: 1;
5936
+ }
5937
+
5938
+ ._Clear_1tyi7_436[data-only-child] {
5939
+ margin-right: var(--clear-iso-offset);
5940
+ }
5941
+
5942
+ :where(._SelectControl_1tyi7_1[data-pill]) ._Clear_1tyi7_436[data-only-child] {
5943
+ margin-right: var(--clear-iso-pill-offset);
5944
+ }._DropdownIcon_1tyi7_437 {
5945
+ position: relative;
5946
+ width: var(--dropdown-icon-width, 8px);
5947
+ height: var(--dropdown-icon-height, 12px);
5948
+ margin-right: var(--dropdown-icon-offset);
5949
+ color: var(--color-text-secondary);
5950
+ opacity: 0.75;
5951
+ transition-duration: var(--transition-duration-basic);
5952
+ transition-property: opacity;
5953
+ transition-timing-function: var(--transition-ease-basic);
5954
+ will-change: opacity;
5955
+ }
5956
+
5957
+ :where(._SelectControl_1tyi7_1[data-pill]) ._DropdownIcon_1tyi7_437 {
5958
+ margin-right: var(--dropdown-icon-pill-offset);
5959
+ }
5960
+
5961
+ [data-state="open"] ._DropdownIcon_1tyi7_437 {
5962
+ opacity: 1;
5963
+ }._DropdownIconChevron_1tyi7_534 {
5964
+ width: var(--dropdown-chevron-icon-width, 11px);
5965
+ height: var(--dropdown-chevron-icon-height, 6px);
5966
+ }/* Shares margin offset with dropdown indicator */._LoadingIndicator_1tyi7_537 {
5967
+ margin-right: var(--dropdown-icon-offset);
5968
+ }
5969
+
5970
+ :where(._SelectControl_1tyi7_1[data-pill]) ._LoadingIndicator_1tyi7_537 {
5971
+ margin-right: var(--dropdown-icon-pill-offset);
5972
+ }
5973
+ }
5974
+ @layer components {._Tooltip_16g2y_1 {
5975
+ max-width: 300px;
5976
+ border-radius: var(--radius-md);
5977
+ /* animation-duration: 0.3s; */
5978
+ /* animation-name: scale-in; */
5979
+ /* animation-timing-function: var(--cubic-enter); */
5980
+ background: var(--color-surface-elevated);
5981
+ box-shadow: var(--shadow), var(--shadow-hairline);
5982
+ font-size: 14px;
5983
+ line-height: 1.45;
5984
+ /* transform-origin: var(--radix-tooltip-content-transform-origin); */
5985
+ /* transition: background-color 0.15s ease; */
5986
+
5987
+ /* &[data-state="closed"] {
5988
+ animation: scale-out 0.2s var(--cubic-exit);
5989
+ } */
5990
+ }
5991
+
5992
+ /*
5993
+ * Default cursor is slightly more pleasing than text cursor,
5994
+ * if a tooltip transitions between clickable -> non-clickable (e.g., CopyTooltip)
5995
+ */
5996
+ ._Tooltip_16g2y_1[data-clickable="false"] {
5997
+ cursor: default;
5998
+ }
5999
+
6000
+ ._Tooltip_16g2y_1[data-clickable="true"] {
6001
+ cursor: pointer;
6002
+ }
6003
+ @media (hover: hover) and (pointer: fine) {._Tooltip_16g2y_1[data-compact="true"][data-clickable="true"]:hover {
6004
+ background: var(--gray-600);
6005
+ color: var(--gray-0);
6006
+ }
6007
+ }
6008
+
6009
+ ._Tooltip_16g2y_1[data-gutter-size="sm"] {
6010
+ padding: 8px 12px;
6011
+ }
6012
+
6013
+ ._Tooltip_16g2y_1[data-gutter-size="md"] {
6014
+ padding: 12px 16px;
6015
+ }
6016
+
6017
+ ._Tooltip_16g2y_1[data-gutter-size="lg"] {
6018
+ padding: 14px 18px;
6019
+ }
6020
+
6021
+ ._Tooltip_16g2y_1[data-compact="true"] {
6022
+ padding: 2px 8px;
6023
+ background: var(--gray-700);
6024
+ color: var(--gray-0);
6025
+ font-size: 14px;
6026
+ }@keyframes _scale-in_16g2y_1 {
6027
+ from {
6028
+ opacity: 0;
6029
+ transform: scale(0.95);
6030
+ }
6031
+
6032
+ to {
6033
+ opacity: 1;
6034
+ transform: scale(1);
6035
+ }
6036
+ }@keyframes _scale-out_16g2y_1 {
6037
+ from {
6038
+ opacity: 1;
6039
+ transform: scale(1);
6040
+ }
6041
+
6042
+ to {
6043
+ opacity: 0;
6044
+ transform: scale(0.95);
6045
+ }
6046
+ }._TriggerDecorator_16g2y_73 {
6047
+ display: inline-flex;
6048
+ cursor: pointer;
6049
+ -webkit-text-decoration: underline dotted;
6050
+ text-decoration: underline dotted;
6051
+ text-decoration-color: transparent;
6052
+ /* transition: text-decoration 0.2s var(--cubic-exit); */
6053
+ }
6054
+
6055
+ ._TriggerDecorator_16g2y_73:focus {
6056
+ outline: 0;
6057
+ }
6058
+
6059
+ ._TriggerDecorator_16g2y_73[data-state*="open"] {
6060
+ text-decoration-color: var(--color-text-tertiary);
6061
+ transition-timing-function: var(--cubic-enter);
6062
+ }
6063
+ }
6064
+ @layer components {/* =============================================
6065
+ Custom Select
6066
+ ============================================= */._Menu_n4tw6_3 {
6067
+ /* Top-level selector needs to exist */
6068
+ }._MenuList_n4tw6_5 {
6069
+ /* Default to the width of the trigger */
6070
+ width: var(--select-list-width, var(--radix-popover-trigger-width));
6071
+ min-width: var(--select-list-min-width, 300px);
6072
+ max-width: var(--select-list-max-width, none);
6073
+ border-radius: var(--menu-radius);
6074
+ background: var(--color-surface-elevated);
6075
+ box-shadow: var(--shadow), var(--shadow-hairline);
6076
+ font-size: var(--menu-font-size);
6077
+ line-height: var(--menu-line-height);
6078
+ /* The transform-origin computed from the content and arrow positions/offsets */
6079
+ transform-origin: var(--radix-popover-content-transform-origin);
6080
+ -webkit-user-select: none;
6081
+ -moz-user-select: none;
6082
+ user-select: none;
6083
+ will-change: opacity, transform;
6084
+ }
6085
+
6086
+ /* Animation states applied to a wrapping parent */
6087
+ ._Menu_n4tw6_3[data-entering] ._MenuList_n4tw6_5 {
6088
+ opacity: 0;
6089
+ transform: scale(0.95);
6090
+ }
6091
+
6092
+ ._Menu_n4tw6_3[data-entering-active] ._MenuList_n4tw6_5,
6093
+ ._Menu_n4tw6_3[data-entering][data-interrupted] ._MenuList_n4tw6_5 {
6094
+ opacity: 1;
6095
+ transform: scale(1);
6096
+ transition-duration: 0.35s;
6097
+ transition-property: opacity, transform;
6098
+ transition-timing-function: var(--cubic-enter);
6099
+ }
6100
+
6101
+ ._Menu_n4tw6_3[data-exiting] ._MenuList_n4tw6_5 {
6102
+ opacity: 1;
6103
+ transform: scale(1);
6104
+ }
6105
+
6106
+ ._Menu_n4tw6_3[data-exiting-active] ._MenuList_n4tw6_5,
6107
+ ._Menu_n4tw6_3[data-exiting][data-interrupted] ._MenuList_n4tw6_5 {
6108
+ opacity: 0;
6109
+ transform: scale(0.95);
6110
+ transition-duration: 0.2s;
6111
+ transition-property: opacity, transform;
6112
+ transition-timing-function: var(--cubic-exit);
6113
+ }._MenuInner_n4tw6_50 {
6114
+ display: flex;
6115
+ flex-direction: column;
6116
+ /* The remaining height between the trigger and the boundary edge */
6117
+ max-height: min(
6118
+ var(--select-list-max-height, 400px),
6119
+ var(--radix-popover-content-available-height)
6120
+ );
6121
+ }
6122
+
6123
+ ._MenuInner_n4tw6_50:focus {
6124
+ outline: 0;
6125
+ }/* =============================================
6126
+ Options
6127
+ ============================================= */._OptionsList_n4tw6_64 {
6128
+ overflow: auto;
6129
+ flex: 1;
6130
+ padding: var(--menu-gutter);
6131
+ }._Option_n4tw6_64 {
6132
+ position: relative;
6133
+ padding: var(--menu-item-padding);
6134
+ cursor: pointer;
6135
+ overflow-wrap: anywhere;
6136
+ /* When keyboard navigation snaps item into scrollable view, ensure 20px of spacing to show additional items below */
6137
+ scroll-margin: 15px 0;
6138
+ }
6139
+
6140
+ ._Option_n4tw6_64::before {
6141
+ position: absolute;
6142
+ inset: 0;
6143
+ display: block;
6144
+ border-radius: calc(var(--menu-radius) - var(--menu-gutter));
6145
+ background: var(--menu-item-background-color);
6146
+ content: "";
6147
+ opacity: 0;
6148
+ transform: scale(var(--scale, 0.98));
6149
+ transition-duration: var(--transition-duration-basic);
6150
+ transition-property: opacity, background-color, transform;
6151
+ transition-timing-function: var(--cubic-enter);
6152
+ will-change: opacity, transform;
6153
+ }
6154
+
6155
+ ._Option_n4tw6_64[data-selected] {
6156
+ font-weight: var(--font-weight-semibold);
6157
+ }
6158
+ ._Option_n4tw6_64[data-highlight]::before {
6159
+ opacity: 1;
6160
+ transform: scale(1);
6161
+ }
6162
+
6163
+ ._Option_n4tw6_64[data-highlight]:active::before {
6164
+ transform: scale(var(--scale, 0.98));
6165
+ }
6166
+
6167
+ ._Option_n4tw6_64[data-disabled] {
6168
+ cursor: not-allowed;
6169
+ opacity: 0.5;
6170
+ }
6171
+
6172
+ ._Option_n4tw6_64[data-disabled]::before {
6173
+ display: none;
6174
+ }._PressableInner_n4tw6_111 {
6175
+ position: relative;
6176
+ }._OptionInner_n4tw6_113 {
6177
+ display: flex;
6178
+ align-items: center;
6179
+ justify-content: flex-start;
6180
+ gap: calc(var(--spacing) * 1);
6181
+ }._OptionCheck_n4tw6_118 {
6182
+ display: block;
6183
+ flex-shrink: 0;
6184
+ width: 16px;
6185
+ height: 16px;
6186
+ }._OptionIndicatorSlot_n4tw6_123 {
6187
+ flex-grow: 0;
6188
+ flex-shrink: 0;
6189
+ width: 16px;
6190
+ height: 16px;
6191
+ }._OptionGroupHeading_n4tw6_128 {
6192
+ display: flex;
6193
+ align-items: center;
6194
+ justify-content: flex-start;
6195
+ gap: calc(var(--spacing) * 1);
6196
+ padding: var(--menu-item-padding);
6197
+ margin-top: calc(var(--spacing) * 1.5);
6198
+ color: var(--color-text-secondary);
6199
+ }
6200
+
6201
+ ._OptionGroupHeading_n4tw6_128:first-child {
6202
+ margin-top: 0;
6203
+ }._OptionHardLimitHeading_n4tw6_140 {
6204
+ display: flex;
6205
+ align-items: center;
6206
+ justify-content: flex-start;
6207
+ gap: calc(var(--spacing) * 1);
6208
+ padding: var(--menu-item-padding);
6209
+ color: var(--color-text-secondary);
6210
+ }._OptionsLimit_n4tw6_147 {
6211
+ color: var(--link-primary-text-color);
6212
+ font-weight: var(--font-weight-medium);
6213
+ }/* =============================================
6214
+ Action
6215
+ ============================================= */._Action_n4tw6_152 {
6216
+ position: relative;
6217
+ padding: var(--menu-item-padding);
6218
+ border-radius: calc(var(--menu-radius) - var(--menu-gutter));
6219
+ cursor: pointer;
6220
+ transition: background-color 0.15s ease;
6221
+ }
6222
+
6223
+ /* Background shape */
6224
+ ._Action_n4tw6_152::before {
6225
+ position: absolute;
6226
+ inset: 0;
6227
+ display: block;
6228
+ border-radius: calc(var(--menu-radius) - var(--menu-gutter));
6229
+ content: "";
6230
+ opacity: 0;
6231
+ transform: scale(var(--scale, 0.98));
6232
+ transition-duration: 0.15s;
6233
+ transition-property: opacity, background-color, transform;
6234
+ transition-timing-function: var(--cubic-enter);
6235
+ will-change: opacity, transform;
6236
+ }
6237
+ ._Action_n4tw6_152::before, :where([data-theme="light"]) ._Action_n4tw6_152::before {
6238
+ background: var(--gray-100);
6239
+ }
6240
+ :where([data-theme="dark"]) ._Action_n4tw6_152::before {
6241
+ background: var(--gray-25);
6242
+ }
6243
+
6244
+ /* Focus ring */
6245
+ ._Action_n4tw6_152::after {
6246
+ position: absolute;
6247
+ inset: 0;
6248
+ display: block;
6249
+ border-radius: calc(var(--menu-radius) - var(--menu-gutter));
6250
+ content: "";
6251
+ pointer-events: none;
6252
+ transition-duration: 0.15s;
6253
+ transition-property: box-shadow, transform;
6254
+ transition-timing-function: var(--cubic-enter);
6255
+ }
6256
+
6257
+ @media (hover: hover) and (pointer: fine) {
6258
+ ._Action_n4tw6_152:hover::before {
6259
+ opacity: 1;
6260
+ transform: scale(1);
6261
+ }
6262
+ }
6263
+
6264
+ ._Action_n4tw6_152:focus {
6265
+ outline: none;
6266
+ }
6267
+
6268
+ ._Action_n4tw6_152:focus-visible::after {
6269
+ box-shadow: 0 0 0 2px var(--color-ring);
6270
+ }
6271
+
6272
+ ._Action_n4tw6_152:active::before,
6273
+ ._Action_n4tw6_152:active::after {
6274
+ transform: scale(var(--scale, 0.98));
6275
+ }
6276
+
6277
+ ._Action_n4tw6_152 svg {
6278
+ flex-shrink: 0;
6279
+ width: 16px;
6280
+ height: 16px;
6281
+ }._ActionInner_n4tw6_218 {
6282
+ position: relative;
6283
+ display: flex;
6284
+ align-items: center;
6285
+ justify-content: flex-start;
6286
+ gap: var(--menu-item-gap);
6287
+ }._ActionsContainer_n4tw6_224 {
6288
+ position: relative;
6289
+ padding: var(--menu-gutter);
6290
+ border-top: 1px solid var(--menu-separator-background-color);
6291
+ }
6292
+
6293
+ ._ActionsContainer_n4tw6_224::before {
6294
+ position: absolute;
6295
+ bottom: 100%;
6296
+ left: 0;
6297
+ width: 100%;
6298
+ height: 9px;
6299
+ margin-bottom: 1px;
6300
+ background: var(--color-surface-elevated);
6301
+ content: "";
6302
+ -webkit-mask-image: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 100%));
6303
+ mask-image: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 100%));
6304
+ pointer-events: none;
6305
+ }/* =============================================
6306
+ Search
6307
+ ============================================= */._Search_n4tw6_244 {
6308
+ position: relative;
6309
+ padding: var(--menu-gutter) var(--menu-gutter) 0;
6310
+ }._SearchEmpty_n4tw6_247 {
6311
+ padding: var(--menu-gutter);
6312
+ margin: calc(var(--spacing) * 4) 0;
6313
+ }
6314
+
6315
+ ._SearchEmpty_n4tw6_247[data-text-only] {
6316
+ color: var(--color-text-secondary);
6317
+ text-align: center;
6318
+ }
6319
+ }
6320
+ @layer components {._Container_1tuad_1 {
6321
+ position: relative;
6322
+ display: flex;
6323
+ }
6324
+
6325
+ ._Container_1tuad_1[data-has-label] {
6326
+ align-items: flex-start;
6327
+ }
6328
+
6329
+ ._Container_1tuad_1[data-orientation="right"] {
6330
+ flex-direction: row-reverse;
6331
+ }
6332
+
6333
+ /* Radix pushes the inputs off screen in a weird way that
6334
+ messes with error overlays */
6335
+ ._Container_1tuad_1 > input {
6336
+ right: 0;
6337
+ bottom: 0;
6338
+ left: 0;
6339
+ height: 1px !important;
6340
+ transform: none !important;
6341
+ }._Checkbox_1tuad_22 {
6342
+ position: relative;
6343
+ display: inline-flex;
6344
+ align-items: center;
6345
+ justify-content: center;
6346
+ flex-shrink: 0;
6347
+ width: 18px;
6348
+ max-width: 18px;
6349
+ height: 18px;
6350
+ padding: 0;
6351
+ border-radius: var(--radius-xs);
6352
+ background-color: transparent;
6353
+ cursor: pointer;
6354
+ transition:
6355
+ border-color 150ms ease,
6356
+ background-color 150ms ease;
6357
+ }._Checkbox_1tuad_22, :where([data-theme="light"]) ._Checkbox_1tuad_22 {
6358
+ border: 1px solid var(--gray-200);
6359
+ }:where([data-theme="dark"]) ._Checkbox_1tuad_22 {
6360
+ border: 1px solid var(--gray-500);
6361
+ }
6362
+
6363
+ [data-has-label] ._Checkbox_1tuad_22 {
6364
+ /* Adjust downward for label line-height - not using center to account for long labels than can wrap. */
6365
+ top: 1px;
6366
+ }
6367
+ @media (hover: hover) and (pointer: fine) {._Checkbox_1tuad_22:where(:not([data-disabled], [data-state="checked"])):hover, :where([data-theme="light"]) ._Checkbox_1tuad_22:where(:not([data-disabled], [data-state="checked"])):hover {
6368
+ border-color: var(--gray-300);
6369
+ }:where([data-theme="dark"]) ._Checkbox_1tuad_22:where(:not([data-disabled], [data-state="checked"])):hover {
6370
+ border-color: var(--gray-600);
6371
+ }
6372
+ }
6373
+
6374
+ ._Checkbox_1tuad_22[data-state="indeterminate"],
6375
+ ._Checkbox_1tuad_22[data-state="checked"] {
6376
+ border-color: var(--gray-900);
6377
+ background-color: var(--gray-900);
6378
+ }
6379
+
6380
+ ._Checkbox_1tuad_22:focus {
6381
+ outline: none;
6382
+ }
6383
+
6384
+ ._Checkbox_1tuad_22:focus-visible {
6385
+ outline: 2px solid var(--color-ring);
6386
+ outline-offset: 2px;
6387
+ }
6388
+
6389
+ ._Checkbox_1tuad_22[data-disabled] {
6390
+ cursor: not-allowed;
6391
+ }
6392
+
6393
+ ._Checkbox_1tuad_22[data-disabled], :where([data-theme="light"]) ._Checkbox_1tuad_22[data-disabled] {
6394
+ border-color: var(--gray-150);
6395
+ background: var(--gray-25);
6396
+ }
6397
+
6398
+ :where([data-theme="dark"]) ._Checkbox_1tuad_22[data-disabled] {
6399
+ border-color: var(--gray-300);
6400
+ background: var(--gray-200);
6401
+ }
6402
+
6403
+ ._Checkbox_1tuad_22[data-disabled][data-state="checked"], :where([data-theme="light"]) ._Checkbox_1tuad_22[data-disabled][data-state="checked"] {
6404
+ border-color: var(--gray-300);
6405
+ background-color: var(--gray-300);
6406
+ }
6407
+
6408
+ :where([data-theme="dark"]) ._Checkbox_1tuad_22[data-disabled][data-state="checked"] {
6409
+ border-color: var(--gray-200);
6410
+ background-color: var(--gray-200);
6411
+ }._CheckMark_1tuad_92 {
6412
+ position: absolute;
6413
+ top: 0;
6414
+ left: 0;
6415
+ width: 64%;
6416
+ height: 32%;
6417
+ transform: rotate(-45deg) translate(-10%, 100%);
6418
+ transform-origin: center;
6419
+ transition:
6420
+ opacity 150ms ease,
6421
+ transform 150ms ease;
6422
+ }
6423
+
6424
+ @starting-style {._CheckMark_1tuad_92 {
6425
+ opacity: 0
6426
+ }
6427
+ }
6428
+
6429
+ [data-state="indeterminate"] ._CheckMark_1tuad_92 {
6430
+ transform: translate(30%, 80%);
6431
+ }
6432
+
6433
+ [data-state="indeterminate"] ._CheckMark_1tuad_92::before {
6434
+ opacity: 0;
6435
+ }
6436
+
6437
+ /* CheckMark arms */
6438
+ ._CheckMark_1tuad_92::before,
6439
+ ._CheckMark_1tuad_92::after {
6440
+ position: absolute;
6441
+ display: block;
6442
+ background: var(--gray-0);
6443
+ content: "";
6444
+ will-change: transform;
6445
+ }
6446
+
6447
+ @starting-style {
6448
+ ._CheckMark_1tuad_92::before,
6449
+ ._CheckMark_1tuad_92::after {
6450
+ transform: scale(0)
6451
+ }
6452
+ }
6453
+ /* pure black checkbox is not low enough contrast to look disabled */
6454
+ :where([data-theme="dark"]) ._CheckMark_1tuad_92[data-disabled]::before,
6455
+ :where([data-theme="dark"]) ._CheckMark_1tuad_92[data-disabled]::after {
6456
+ background: var(--gray-100);
6457
+ }
6458
+
6459
+ ._CheckMark_1tuad_92::before {
6460
+ top: 0;
6461
+ bottom: 0;
6462
+ left: 0;
6463
+ width: 2px;
6464
+ transform-origin: 0 0;
6465
+ transition:
6466
+ transform 100ms ease 80ms,
6467
+ opacity 200ms ease;
6468
+ }
6469
+
6470
+ ._CheckMark_1tuad_92 [data-state="indeterminate"]::before {
6471
+ opacity: 0;
6472
+ }
6473
+
6474
+ ._CheckMark_1tuad_92::after {
6475
+ right: 0;
6476
+ bottom: 0;
6477
+ left: 0;
6478
+ height: 2px;
6479
+ transform-origin: 0 100%;
6480
+ transition: transform 100ms ease 160ms;
6481
+ }._Label_1tuad_162 {
6482
+ display: flex;
6483
+ align-items: center;
6484
+ min-height: 20px;
6485
+ cursor: pointer;
6486
+ font-size: 14px;
6487
+ line-height: 20px;
6488
+ }
6489
+
6490
+ [data-disabled] ._Label_1tuad_162 {
6491
+ cursor: not-allowed;
6492
+ }
6493
+
6494
+ [data-orientation="left"] ._Label_1tuad_162 {
6495
+ padding-left: 8px;
6496
+ }
6497
+
6498
+ [data-orientation="right"] ._Label_1tuad_162 {
6499
+ padding-right: 8px;
6500
+ }
6501
+ }
6502
+ @layer components {._Container_13560_1 {
6503
+ --textarea-line-height: 20px;
6504
+ --textarea-font-weight: var(--font-weight-normal);
6505
+ --textarea-color: var(--color-text);
6506
+ --textarea-gutter-y: calc(0.5 * calc(var(--textarea-base-height) - var(--textarea-line-height)));
6507
+ --textarea-min-height: calc(
6508
+ (var(--textarea-gutter-y) * 2) + (var(--textarea-line-height) * var(--textarea-min-rows))
6509
+ );
6510
+ --textarea-max-height: calc(
6511
+ (var(--textarea-gutter-y) * 2) + (var(--textarea-line-height) * var(--textarea-max-rows))
6512
+ );
6513
+ }
6514
+ /* ============================================ */
6515
+ ._Container_13560_1:where([data-size="3xs"]) {
6516
+ --textarea-base-height: var(--control-size-3xs);
6517
+ --textarea-font-size: var(--control-font-size-sm);
6518
+ --textarea-radius: var(--control-radius-sm);
6519
+ --textarea-gutter-x: var(--control-gutter-xs);
6520
+ }
6521
+ /* Sizes */
6522
+
6523
+ ._Container_13560_1:where([data-size="2xs"]) {
6524
+ --textarea-base-height: var(--control-size-2xs);
6525
+ --textarea-font-size: var(--control-font-size-sm);
6526
+ --textarea-radius: var(--control-radius-sm);
6527
+ --textarea-gutter-x: var(--control-gutter-xs);
6528
+ }
6529
+
6530
+ /* ============================================ */
6531
+
6532
+ ._Container_13560_1:where([data-size="xs"]) {
6533
+ --textarea-base-height: var(--control-size-xs);
6534
+ --textarea-font-size: var(--control-font-size-md);
6535
+ --textarea-radius: var(--control-radius-sm);
6536
+ --textarea-gutter-x: var(--control-gutter-xs);
6537
+ }
6538
+
6539
+ ._Container_13560_1:where([data-size="sm"]) {
6540
+ --textarea-base-height: var(--control-size-sm);
6541
+ --textarea-font-size: var(--control-font-size-md);
6542
+ --textarea-radius: var(--control-radius-md);
6543
+ --textarea-gutter-x: var(--control-gutter-sm);
6544
+ }
6545
+
6546
+ /* ("md" is applied by default, set above) */
6547
+ ._Container_13560_1:where([data-size="md"]) {
6548
+ --textarea-base-height: var(--control-size-md);
6549
+ --textarea-font-size: var(--control-font-size-md);
6550
+ --textarea-radius: var(--control-radius-md);
6551
+ --textarea-gutter-x: var(--control-gutter-md);
6552
+ }
6553
+
6554
+ ._Container_13560_1:where([data-size="lg"]) {
6555
+ --textarea-base-height: var(--control-size-lg);
6556
+ --textarea-font-size: var(--control-font-size-md);
6557
+ --textarea-radius: var(--control-radius-md);
6558
+ --textarea-gutter-x: var(--control-gutter-md);
6559
+ }
6560
+
6561
+ ._Container_13560_1:where([data-size="xl"]) {
6562
+ --textarea-base-height: var(--control-size-xl);
6563
+ --textarea-font-size: var(--control-font-size-lg);
6564
+ --textarea-radius: var(--control-radius-lg);
6565
+ --textarea-gutter-x: var(--control-gutter-lg);
6566
+ }
6567
+
6568
+ ._Container_13560_1:where([data-size="2xl"]) {
6569
+ --textarea-base-height: var(--control-size-2xl);
6570
+ --textarea-font-size: var(--control-font-size-lg);
6571
+ --textarea-radius: var(--control-radius-xl);
6572
+ --textarea-gutter-x: var(--control-gutter-xl);
6573
+ }
6574
+
6575
+ ._Container_13560_1:where([data-size="3xl"]) {
6576
+ --textarea-base-height: var(--control-size-3xl);
6577
+ --textarea-font-size: var(--control-font-size-lg);
6578
+ --textarea-radius: var(--control-radius-xl);
6579
+ --textarea-gutter-x: var(--control-gutter-xl);
6580
+ }
6581
+ /* ============================================ */
6582
+ ._Container_13560_1:where([data-gutter-size="2xs"]) {
6583
+ --textarea-gutter-x: var(--control-gutter-2xs);
6584
+ }
6585
+ /* Gutter sizes */
6586
+
6587
+ ._Container_13560_1:where([data-gutter-size="xs"]) {
6588
+ --textarea-gutter-x: var(--control-gutter-xs);
6589
+ }
6590
+
6591
+ /* ============================================ */
6592
+
6593
+ ._Container_13560_1:where([data-gutter-size="sm"]) {
6594
+ --textarea-gutter-x: var(--control-gutter-sm);
6595
+ }
6596
+
6597
+ ._Container_13560_1:where([data-gutter-size="md"]) {
6598
+ --textarea-gutter-x: var(--control-gutter-md);
6599
+ }
6600
+
6601
+ ._Container_13560_1:where([data-gutter-size="lg"]) {
6602
+ --textarea-gutter-x: var(--control-gutter-lg);
6603
+ }
6604
+
6605
+ ._Container_13560_1:where([data-gutter-size="xl"]) {
6606
+ --textarea-gutter-x: var(--control-gutter-xl);
6607
+ }
6608
+
6609
+ ._Container_13560_1 {
6610
+
6611
+ position: relative;
6612
+ overflow: hidden;
6613
+ display: flex;
6614
+ width: 100%;
6615
+ border-radius: var(--textarea-radius);
6616
+ color: var(--textarea-color);
6617
+ cursor: text;
6618
+ font-size: var(--textarea-font-size);
6619
+ font-weight: var(--textarea-font-weight);
6620
+ transition-duration: var(--transition-duration-basic);
6621
+ transition-property: color, box-shadow, background-color;
6622
+ transition-timing-function: var(--transition-ease-basic);
6623
+ }
6624
+
6625
+ /* =============================================
6626
+ Outline variant
6627
+ ============================================= */
6628
+ ._Container_13560_1:where([data-variant="outline"]) {
6629
+ /* NOTE: Don't add box-model size here, as the <textarea> defines all height sizing */
6630
+ box-shadow: 0 0 0 1px var(--input-outline-border-color) inset;
6631
+ }
6632
+ @media (hover: hover) and (pointer: fine) {._Container_13560_1:where([data-variant="outline"]):not([data-disabled]):hover {
6633
+ box-shadow: 0 0 0 1px var(--input-outline-border-color-hover) inset;
6634
+ }
6635
+ }
6636
+
6637
+ ._Container_13560_1:where([data-variant="outline"]):not([data-disabled])[data-focused="true"] {
6638
+ box-shadow: 0 0 0 1px var(--input-outline-border-color-focus) inset;
6639
+ }
6640
+
6641
+ ._Container_13560_1:where([data-variant="outline"]):not([data-disabled])[data-invalid] {
6642
+ box-shadow: 0 0 0 1px var(--input-border-color-invalid) inset;
6643
+ }
6644
+
6645
+ /* =============================================
6646
+ Soft variant
6647
+ ============================================= */
6648
+ ._Container_13560_1:where([data-variant="soft"]) {
6649
+ background-color: var(--input-soft-background-color);
6650
+ }
6651
+ ._Container_13560_1:where([data-variant="soft"]):not([data-disabled])[data-focused="true"] {
6652
+ box-shadow: 0 0 0 1px var(--input-soft-border-color-focus) inset;
6653
+ }
6654
+
6655
+ ._Container_13560_1:where([data-variant="soft"]):not([data-disabled])[data-invalid] {
6656
+ box-shadow: 0 0 0 1px var(--input-border-color-invalid) inset;
6657
+ }
6658
+
6659
+ /* =============================================
6660
+ Invalid
6661
+ ============================================= */
6662
+ ._Container_13560_1[data-invalid] ::-moz-selection {
6663
+ background-color: var(--red-a50);
6664
+ }
6665
+ ._Container_13560_1[data-invalid] ::selection {
6666
+ background-color: var(--red-a50);
6667
+ }
6668
+
6669
+ /* =============================================
6670
+ Disabled
6671
+ ============================================= */
6672
+ ._Container_13560_1[data-disabled] {
6673
+ cursor: not-allowed;
6674
+ opacity: 0.5;
6675
+ }._Textarea_13560_174 {
6676
+ display: block;
6677
+ width: 100%;
6678
+ max-width: 100%;
6679
+ min-height: var(--textarea-min-height);
6680
+ max-height: var(--textarea-max-height);
6681
+ padding: var(--textarea-gutter-y) var(--textarea-gutter-x);
6682
+ border: 0;
6683
+ border-radius: 0;
6684
+ -webkit-appearance: none;
6685
+ -moz-appearance: none;
6686
+ appearance: none;
6687
+ background: none;
6688
+ box-shadow: none;
6689
+ color: inherit;
6690
+ /* Prevent Firefox autofill coloring (preview and confirmed modes) */
6691
+ filter: none;
6692
+ font-size: inherit;
6693
+ font-weight: inherit;
6694
+ line-height: var(--textarea-line-height);
6695
+ resize: none;
6696
+ }
6697
+
6698
+ ._Textarea_13560_174:focus {
6699
+ outline: 0;
6700
+ }
6701
+
6702
+ ._Textarea_13560_174:disabled {
6703
+ cursor: not-allowed;
6704
+ }
6705
+
6706
+ ._Textarea_13560_174::-moz-placeholder {
6707
+ color: var(--input-placeholder-text-color);
6708
+ /* Normalize placeholder coloring across browsers. Firefox specifically uses `opacity` instead of a different `color`. */
6709
+ opacity: 1;
6710
+ }
6711
+
6712
+ ._Textarea_13560_174::placeholder {
6713
+ color: var(--input-placeholder-text-color);
6714
+ /* Normalize placeholder coloring across browsers. Firefox specifically uses `opacity` instead of a different `color`. */
6715
+ opacity: 1;
6716
+ }
6717
+
6718
+ /* Applying an animation on autofill allows us to listen for the event in JS */
6719
+ ._Textarea_13560_174:-webkit-autofill {
6720
+ animation: _native-autofill-in_13560_1 1ms;
6721
+ }
6722
+
6723
+ /* Prevent auto-fill coloring */
6724
+ ._Textarea_13560_174:-webkit-autofill,
6725
+ ._Textarea_13560_174:-webkit-autofill:focus,
6726
+ ._Textarea_13560_174:-webkit-autofill:hover {
6727
+ color: var(--color-text) !important;
6728
+ -webkit-text-fill-color: var(--color-text) !important;
6729
+ /* Prevent all color changes by delaying their effect for a very long time */
6730
+ /* We cannot beat the specificity of user-agent stylesheet declarations, so we must delay them. */
6731
+ -webkit-transition:
6732
+ background-color 0s 50000s,
6733
+ box-shadow 0s 50000s,
6734
+ filter 0s 50000s !important;
6735
+ transition:
6736
+ background-color 0s 50000s,
6737
+ box-shadow 0s 50000s,
6738
+ filter 0s 50000s !important;
6739
+ }
6740
+ /* Identical to block above, but must keep separate for browsers to recognize their own selector */
6741
+ ._Textarea_13560_174:-webkit-autofill-and-obscured,
6742
+ ._Textarea_13560_174:-webkit-autofill-strong-password,
6743
+ ._Textarea_13560_174:-webkit-autofill-strong-password-viewable {
6744
+ color: var(--color-text) !important;
6745
+ -webkit-text-fill-color: var(--color-text) !important;
6746
+ -webkit-transition:
6747
+ background-color 0s 50000s,
6748
+ box-shadow 0s 50000s,
6749
+ filter 0s 50000s !important;
6750
+ transition:
6751
+ background-color 0s 50000s,
6752
+ box-shadow 0s 50000s,
6753
+ filter 0s 50000s !important;
6754
+ }
6755
+ /* Prevent strange autofill size adjustments */
6756
+ ._Textarea_13560_174:-webkit-autofill::first-line {
6757
+ font-size: 16px !important;
6758
+ -webkit-transition: font-size 0s 50000s !important;
6759
+ transition: font-size 0s 50000s !important;
6760
+ }
6761
+
6762
+ ._Textarea_13560_174::-webkit-resizer {
6763
+ visibility: hidden;
6764
+ }@keyframes _native-autofill-in_13560_1 {
6765
+ 0% {
6766
+ opacity: 1;
6767
+ }
6768
+
6769
+ 100% {
6770
+ opacity: 1;
6771
+ }
6772
+ }
6773
+ }
6774
+ @layer components {._SegmentedControl_1sl7d_1 {
6775
+ --segmented-control-option-radius: calc(
6776
+ var(--segmented-control-radius) - var(--segmented-control-gutter)
6777
+ );
6778
+
6779
+ position: relative;
6780
+ overflow: auto;
6781
+ display: inline-flex;
6782
+ flex-wrap: nowrap;
6783
+ gap: var(--segmented-control-gap);
6784
+ height: var(--segmented-control-size);
6785
+ padding: var(--segmented-control-gutter);
6786
+ border-radius: var(--segmented-control-radius);
6787
+ background: var(--segmented-control-background);
6788
+ font-size: var(--segmented-control-font-size);
6789
+ font-weight: var(--segmented-control-font-weight);
6790
+ -ms-overflow-style: none;
6791
+ scrollbar-width: none;
6792
+ /* Remove inline-flex baseline gap */
6793
+ vertical-align: middle;
6794
+ white-space: nowrap;
6795
+ }
6796
+
6797
+ ._SegmentedControl_1sl7d_1::-webkit-scrollbar {
6798
+ width: 0;
6799
+ height: 0;
6800
+ }
6801
+
6802
+ ._SegmentedControl_1sl7d_1::-webkit-scrollbar-track,
6803
+ ._SegmentedControl_1sl7d_1::-webkit-scrollbar-thumb {
6804
+ background: transparent;
6805
+ }
6806
+
6807
+ ._SegmentedControl_1sl7d_1:where([data-block]) {
6808
+ overflow: hidden;
6809
+ display: flex;
6810
+ width: 100%;
6811
+ white-space: wrap;
6812
+ }
6813
+
6814
+ /* =============================================
6815
+ Sizes
6816
+ ============================================= */
6817
+ ._SegmentedControl_1sl7d_1:where([data-size="3xs"]) {
6818
+ --segmented-control-size: var(--control-size-3xs);
6819
+ --segmented-control-font-size: var(--control-font-size-sm);
6820
+ --segmented-control-radius: var(--control-radius-sm);
6821
+ --segmented-control-option-gutter: var(--control-gutter-xs);
6822
+ }
6823
+
6824
+ ._SegmentedControl_1sl7d_1:where([data-size="2xs"]) {
6825
+ --segmented-control-size: var(--control-size-2xs);
6826
+ --segmented-control-font-size: var(--control-font-size-sm);
6827
+ --segmented-control-radius: var(--control-radius-sm);
6828
+ --segmented-control-option-gutter: var(--control-gutter-xs);
6829
+ }
6830
+
6831
+ ._SegmentedControl_1sl7d_1:where([data-size="xs"]) {
6832
+ --segmented-control-size: var(--control-size-xs);
6833
+ --segmented-control-font-size: var(--control-font-size-md);
6834
+ --segmented-control-radius: var(--control-radius-sm);
6835
+ --segmented-control-option-gutter: var(--control-gutter-xs);
6836
+ }
6837
+
6838
+ ._SegmentedControl_1sl7d_1:where([data-size="sm"]) {
6839
+ --segmented-control-size: var(--control-size-sm);
6840
+ --segmented-control-font-size: var(--control-font-size-md);
6841
+ --segmented-control-radius: var(--control-radius-md);
6842
+ --segmented-control-option-gutter: var(--control-gutter-sm);
6843
+ }
6844
+
6845
+ ._SegmentedControl_1sl7d_1:where([data-size="md"]) {
6846
+ --segmented-control-size: var(--control-size-md);
6847
+ --segmented-control-font-size: var(--control-font-size-md);
6848
+ --segmented-control-radius: var(--control-radius-md);
6849
+ --segmented-control-option-gutter: var(--control-gutter-md);
6850
+ }
6851
+
6852
+ ._SegmentedControl_1sl7d_1:where([data-size="lg"]) {
6853
+ --segmented-control-size: var(--control-size-lg);
6854
+ --segmented-control-font-size: var(--control-font-size-md);
6855
+ --segmented-control-radius: var(--control-radius-md);
6856
+ --segmented-control-option-gutter: var(--control-gutter-md);
6857
+ }
6858
+
6859
+ ._SegmentedControl_1sl7d_1:where([data-size="xl"]) {
6860
+ --segmented-control-size: var(--control-size-xl);
6861
+ --segmented-control-font-size: var(--control-font-size-md);
6862
+ --segmented-control-radius: var(--control-radius-lg);
6863
+ --segmented-control-option-gutter: var(--control-gutter-lg);
6864
+ }
6865
+
6866
+ ._SegmentedControl_1sl7d_1:where([data-size="2xl"]) {
6867
+ --segmented-control-size: var(--control-size-2xl);
6868
+ --segmented-control-font-size: var(--control-font-size-lg);
6869
+ --segmented-control-radius: var(--control-radius-xl);
6870
+ --segmented-control-option-gutter: var(--control-gutter-xl);
6871
+ }
6872
+
6873
+ ._SegmentedControl_1sl7d_1:where([data-size="3xl"]) {
6874
+ --segmented-control-size: var(--control-size-3xl);
6875
+ --segmented-control-font-size: var(--control-font-size-lg);
6876
+ --segmented-control-radius: var(--control-radius-xl);
6877
+ --segmented-control-option-gutter: var(--control-gutter-xl);
6878
+ }
6879
+
6880
+ /* =============================================
6881
+ Gutter sizes
6882
+ ============================================= */
6883
+ ._SegmentedControl_1sl7d_1:where([data-gutter-size="2xs"]) {
6884
+ --segmented-control-option-gutter: var(--control-gutter-2xs);
6885
+ }
6886
+
6887
+ ._SegmentedControl_1sl7d_1:where([data-gutter-size="xs"]) {
6888
+ --segmented-control-option-gutter: var(--control-gutter-xs);
6889
+ }
6890
+
6891
+ ._SegmentedControl_1sl7d_1:where([data-gutter-size="sm"]) {
6892
+ --segmented-control-option-gutter: var(--control-gutter-sm);
6893
+ }
6894
+
6895
+ ._SegmentedControl_1sl7d_1:where([data-gutter-size="md"]) {
6896
+ --segmented-control-option-gutter: var(--control-gutter-md);
6897
+ }
6898
+
6899
+ ._SegmentedControl_1sl7d_1:where([data-gutter-size="lg"]) {
6900
+ --segmented-control-option-gutter: var(--control-gutter-lg);
6901
+ }
6902
+
6903
+ ._SegmentedControl_1sl7d_1:where([data-gutter-size="xl"]) {
6904
+ --segmented-control-option-gutter: var(--control-gutter-xl);
6905
+ }
6906
+
6907
+ /* =============================================
6908
+ Pill
6909
+ ============================================= */
6910
+ ._SegmentedControl_1sl7d_1:where([data-pill]) {
6911
+ --segmented-control-radius: var(--radius-full);
6912
+ --segmented-control-option-radius: var(--radius-full);
6913
+ }._SegmentedControlOption_1sl7d_140 {
6914
+ position: relative;
6915
+ padding: 0 var(--segmented-control-option-gutter);
6916
+ border-radius: var(--segmented-control-option-radius);
6917
+ color: var(--color-text-secondary);
6918
+ cursor: pointer;
6919
+ line-height: 1;
6920
+ transition-duration: var(--transition-duration-basic);
6921
+ transition-property: opacity, background-color, color;
6922
+ transition-timing-function: var(--transition-ease-basic);
6923
+ }
6924
+
6925
+ ._SegmentedControlOption_1sl7d_140:focus {
6926
+ outline: 0;
6927
+ }
6928
+
6929
+ :where(._SegmentedControl_1sl7d_1[data-block]) ._SegmentedControlOption_1sl7d_140 {
6930
+ flex: 1;
6931
+ }
6932
+
6933
+ :where(._SegmentedControl_1sl7d_1[data-pill]) ._SegmentedControlOption_1sl7d_140 {
6934
+ padding: 0 calc(var(--segmented-control-option-gutter) * var(--control-gutter-pill-scaling));
6935
+ }
6936
+
6937
+ ._SegmentedControlOption_1sl7d_140[data-state="on"]:focus-visible {
6938
+ outline: 2px solid var(--color-ring);
6939
+ }
6940
+
6941
+ ._SegmentedControlOption_1sl7d_140::before {
6942
+ position: absolute;
6943
+ inset: var(--segmented-control-option-highlight-gutter);
6944
+ border-radius: var(--segmented-control-option-radius);
6945
+ background: var(--segmented-control-option-highlight-background-color);
6946
+ content: "";
6947
+ opacity: 0;
6948
+ pointer-events: none;
6949
+ transform: scale(1);
6950
+ transition-duration: var(--transition-duration-basic);
6951
+ transition-property: opacity, transform;
6952
+ transition-timing-function: var(--transition-ease-basic);
6953
+ will-change: transform;
6954
+ }
6955
+
6956
+ ._SegmentedControlOption_1sl7d_140:active::before {
6957
+ transform: scale(var(--scale), 0.97);
6958
+ }
6959
+
6960
+ ._SegmentedControlOption_1sl7d_140 svg {
6961
+ display: block;
6962
+ }
6963
+ @media (hover: hover) and (pointer: fine) {._SegmentedControlOption_1sl7d_140[data-state="off"]:where(:not([disabled])):hover {
6964
+ color: var(--color-text);
6965
+ }
6966
+
6967
+ ._SegmentedControlOption_1sl7d_140[data-state="off"]:where(:not([disabled])):hover::before {
6968
+ opacity: 0.5;
6969
+ }
6970
+ }
6971
+
6972
+ ._SegmentedControlOption_1sl7d_140[data-state="off"]:where(:not([disabled])):focus-visible {
6973
+ color: var(--color-text);
6974
+ outline: 2px solid var(--color-ring);
6975
+ }
6976
+
6977
+ ._SegmentedControlOption_1sl7d_140[data-state="off"]:where(:not([disabled])):active::before {
6978
+ opacity: 0.75;
6979
+ }
6980
+
6981
+ ._SegmentedControlOption_1sl7d_140[data-state="on"] {
6982
+ color: var(--color-text);
6983
+ }
6984
+
6985
+ ._SegmentedControlOption_1sl7d_140[data-disabled] {
6986
+ cursor: not-allowed;
6987
+ opacity: 0.5;
6988
+ }
6989
+
6990
+ ._SegmentedControlOption_1sl7d_140[data-disabled]::before {
6991
+ opacity: 0 !important;
6992
+ }._SegmentedControlThumb_1sl7d_219 {
6993
+ position: absolute;
6994
+ top: var(--segmented-control-gutter);
6995
+ bottom: var(--segmented-control-gutter);
6996
+ left: 0;
6997
+ border-radius: var(--segmented-control-option-radius);
6998
+ background: var(--segmented-control-thumb-background);
6999
+ box-shadow: var(--segmented-control-thumb-shadow);
7000
+ pointer-events: none;
7001
+ will-change: transform;
7002
+ }
4420
7003
  }