.AppRadioCard{align-items:center;background:rgb(var(--color-white));border:1px solid rgb(var(--color-border));border-radius:.75rem;color:rgb(var(--color-text-secondary));cursor:pointer;display:flex;gap:.75rem;padding:.875rem;position:relative;transition:.15s}.AppRadioCard .AppRadioCard_column{align-items:flex-start;display:flex;flex-direction:column;gap:.375rem}.AppRadioCard.AppRadioCard--checked{background:rgb(var(--color-background-secondary));border:1px solid color-mix(in srgb,rgb(var(--color-primary)) 40%,rgb(var(--color-border)));box-shadow:0 0 0 3px color-mix(in srgb,rgb(var(--color-primary)) 12%,transparent);color:rgb(var(--color-primary))}.AppRadioCard.AppRadioCard--checked .AppRadioCard_icon{background:rgb(var(--color-white));color:rgb(var(--color-primary))}.AppRadioCard.AppRadioCard--disabled{opacity:.5}.AppRadioCard.AppRadioCard--centered{justify-content:center}.AppRadioCard.AppRadioCard--centered .AppRadioCard_key,.AppRadioCard.AppRadioCard--centered .AppRadioCard_label{margin:0 auto}.AppRadioCard .AppRadioCard_input{border-radius:.75rem;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.AppRadioCard .AppRadioCard_icon{background:rgb(var(--color-background));border-radius:.5rem;color:rgb(var(--color-text-secondary));display:grid;height:30px;place-items:center;width:30px}.AppRadioCard .AppRadioCard_key{font-size:.875rem;font-weight:700}.AppRadioCard .AppRadioCard_label{color:rgb(var(--color-grey-dark));font-size:.7rem;font-weight:500}
