#berry-root{--color-background-primary:#fff;--color-background-primary-strong:#f9f9fc;--color-background-secondary-weak:#f6f6f8;--color-background-secondary:#e9e9ed;--color-background-secondary-strong:#dddde3;--color-background-accent-weak:#f3eef9;--color-background-accent:#eee7f6;--color-background-accent-strong:#d9c8ea;--color-primary:#634487;--color-primary-weak:#8b5fb8;--color-text-primary:#0c0811;--color-text-secondary:#5b5b5b;--color-text-disabled:#a1a1a1;--color-text-accent:#762dc5;--color-text-inverted:#fff;--color-border:#f0eff3;--color-border-strong:#e8e6ec;--color-black:#000;--color-red:#ee5b5b;--color-orange:#f3a712;--color-yellow:#f3cd05;--color-green:#5abe57;--color-purple:var(--color-text-accent);--color-blue:#2e86c1;--color-gray:#7e7e7e;--color-list-background:var(--color-background-secondary-weak);--color-list-surface:var(--color-background-primary);--color-list-surface-hover:var(--color-background-primary-strong);--color-list-border:none}#berry-root.theme-dark{--color-background-primary:#121212;--color-background-primary-strong:#1f1f1f;--color-background-secondary-weak:#1c1c1c;--color-background-secondary:#242424;--color-background-secondary-strong:#282828;--color-background-accent-weak:#e1ddeb;--color-background-accent:#c2adf8;--color-background-accent-strong:#afa1d3;--color-primary:#782ac1;--color-primary-weak:#6e2aa9;--color-text-primary:#fff;--color-text-secondary:#ccc;--color-text-disabled:#a5a5a5;--color-text-accent:#7935c2;--color-border:#282828;--color-border-strong:#333;--color-red:#d73939;--color-green:#61c261;--color-list-background:var(--color-background-primary);--color-list-surface:var(--color-background-secondary-weak);--color-list-surface-hover:var(--color-background-secondary);--color-list-border:1px solid var(--color-border-strong)}#berry-root{--border-radius:4px;--border-radius-sm:8px;--border-radius-md:12px;--border-radius-lg:16px;--border-radius-xl:24px;--max-page-container-width:1200px;--anim-curve:cubic-bezier(.25,0,0,1)}.radio-group{flex-direction:column;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}
