.radio-group{border:none;flex-direction:column;margin:0;padding:0;display:flex}.radio-item{animation:radio-item-appear .3s var(--anim-curve) both;transition:all .15s var(--anim-curve);--item-opacity:1;flex-direction:row;align-items:center;gap:8px;padding:4px 0;display:flex}.radio-item:first-child{animation-delay:0s}.radio-item:nth-child(2){animation-delay:60ms}.radio-item:nth-child(3){animation-delay:.12s}.radio-item:nth-child(4){animation-delay:.18s}.radio-item:nth-child(5){animation-delay:.24s}.radio-item:nth-child(6){animation-delay:.3s}.radio-item:nth-child(7){animation-delay:.36s}.radio-item:nth-child(8){animation-delay:.42s}.radio-item:nth-child(9){animation-delay:.48s}.radio-item:nth-child(10){animation-delay:.54s}.radio-item:nth-child(11){animation-delay:.6s}.radio-item:nth-child(12){animation-delay:.66s}.radio-item:nth-child(13){animation-delay:.72s}.radio-item:nth-child(14){animation-delay:.78s}.radio-item:nth-child(15){animation-delay:.84s}.radio-item:nth-child(16){animation-delay:.9s}.radio-item:nth-child(17){animation-delay:.96s}.radio-item:nth-child(18){animation-delay:1.02s}.radio-item:nth-child(19){animation-delay:1.08s}.radio-item:nth-child(20){animation-delay:1.14s}.radio-item:nth-child(21){animation-delay:1.2s}.radio-item:nth-child(22){animation-delay:1.26s}.radio-item:nth-child(23){animation-delay:1.32s}.radio-item:nth-child(24){animation-delay:1.38s}.radio-item:nth-child(25){animation-delay:1.44s}.radio-item.radio-item-disabled{--item-opacity:.4;-webkit-user-select:none;user-select:none}@keyframes radio-item-appear{0%{opacity:0;transform:scale(.97)}to{opacity:var(--item-opacity);transform:scale(1)}}.radio-item-trailing{margin-left:auto}.radio-item-circle{border:1px solid var(--color-border-strong);border-radius:50%;flex-shrink:0;width:16px;height:16px;position:relative}.radio-item-circle:after{background-color:var(--color-background-accent);content:"";height:0;transition:width .1s var(--anim-curve),height .1s var(--anim-curve);border-radius:50%;width:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.radio-item-content{flex-direction:row;align-items:center;gap:4px;width:100%;display:flex}.radio-item-checked>.radio-item-circle{background-color:var(--color-text-accent);border:1px solid var(--color-text-accent)}.radio-item-checked>.radio-item-circle:after{width:6px;height:6px}.radio-group-variant-list,.radio-group-variant-table{border-radius:var(--border-radius-xl)}.radio-group-variant-list{gap:8px}.radio-group-variant-list>.radio-item,.radio-group-variant-table>.radio-item{border:1px solid var(--color-border-strong);z-index:0;flex-direction:row-reverse;justify-content:space-between;gap:16px;padding:16px}.radio-group-variant-table>.radio-item:first-child{border-top-left-radius:var(--border-radius-xl);border-top-right-radius:var(--border-radius-xl)}.radio-group-variant-table>.radio-item:last-child{border-bottom-left-radius:var(--border-radius-xl);border-bottom-right-radius:var(--border-radius-xl)}.radio-group-variant-list>.radio-item{border-radius:var(--border-radius-xl)}.radio-group-variant-table>.radio-item:not(:first-child){margin-top:-1px}.radio-group-variant-table>.radio-item-circle{margin-right:auto}.radio-group-variant-list>.radio-item-checked,.radio-group-variant-table>.radio-item-checked{background-color:var(--color-background-accent);border-color:var(--color-text-accent);z-index:1}
