.money-stack-icon {
  vertical-align: middle;
  width: 284px;
  height: 183px;
  background-image: url(/assets/svg/moneystack.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
.modal-multi-item-images-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 174px;
  column-gap: 6px;
}
.modal-multi-item-images-container .modal-multi-item-image-container {
  position: relative;
}
.modal-multi-item-images-container .modal-multi-item-image-container .batch-buy-thumbnail {
  width: 98px;
  height: 98px;
  flex-shrink: 0;
  border-radius: 8px;
}
.light-theme
  .modal-multi-item-images-container
  .modal-multi-item-image-container
  .batch-buy-thumbnail {
  background-color: #d5d7dd;
}
.dark-theme
  .modal-multi-item-images-container
  .modal-multi-item-image-container
  .batch-buy-thumbnail {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.modal-multi-item-images-container .modal-multi-item-image-container .thumb-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.light-theme .modal-multi-item-images-container .modal-multi-item-image-container .thumb-overlay {
  background-color: #fff;
  opacity: 0.8;
}
.dark-theme .modal-multi-item-images-container .modal-multi-item-image-container .thumb-overlay {
  background-color: #121215;
  opacity: 0.8;
}
.robux-price {
  white-space: nowrap;
}
.purchase-price .purchase-price-text {
  vertical-align: middle;
  margin-left: 4px;
  color: #fff;
}
.purchase-price .icon-robux-white-28x28 {
  background-image: url(/assets/svg/economy_28x28_dark.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 0;
}
.modal-body .modal-legal-footer {
  font-size: 12px;
  font-weight: 325;
}
.modal-header .modal-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.timed-options-badge-container {
  position: absolute;
  float: left;
  top: 6px;
  left: 6px;
}
.unified-modal-thumbnail {
  overflow: hidden;
}
.unified-purchase-dialog-content {
  box-sizing: border-box;
  width: 90vw;
  max-width: 720px;
}
@media (max-width: 600px) {
  .unified-purchase-dialog-content {
    width: calc(100vw - 32px);
    max-width: none;
  }
}
.unified-modal-thumbnail-container {
  width: 120px;
  height: 120px;
}
@media (min-width: 768px) {
  .unified-modal-thumbnail-container {
    width: 150px;
    height: 150px;
  }
}
.inset-\[0\] {
  inset: 0;
}
.bottom-\[0px\] {
  bottom: 0;
}
.right-\[var\(--size-100\)\] {
  right: var(--size-100);
}
.top-\[var\(--size-50\)\] {
  top: var(--size-50);
}
.margin-top-\[12px\] {
  margin-top: 12px;
}
.\!size-1000 {
  width: var(--size-1000) !important;
  height: var(--size-1000) !important;
}
.size-\[1em\] {
  width: 1em;
  height: 1em;
}
.size-\[var\(--icon-size-large\)\] {
  width: var(--icon-size-large);
  height: var(--icon-size-large);
}
.size-\[var\(--icon-size-medium\)\] {
  width: var(--icon-size-medium);
  height: var(--icon-size-medium);
}
.size-\[var\(--icon-size-small\)\] {
  width: var(--icon-size-small);
  height: var(--icon-size-small);
}
.size-\[var\(--icon-size-xlarge\)\] {
  width: var(--icon-size-xlarge);
  height: var(--icon-size-xlarge);
}
.size-\[var\(--icon-size-xsmall\)\] {
  width: var(--icon-size-xsmall);
  height: var(--icon-size-xsmall);
}
.max-width-\[200px\] {
  max-width: 200px;
}
.max-width-\[250px\] {
  max-width: 250px;
}
.max-width-\[296px\] {
  max-width: 296px;
}
.max-width-\[480px\] {
  max-width: 480px;
}
.max-width-\[calc\(var\(--size-100\)\*50\)\] {
  max-width: calc(var(--size-100) * 50);
}
.min-height-\[48px\] {
  min-height: 48px;
}
.min-width-\[240px\] {
  min-width: 240px;
}
.min-width-\[80px\] {
  min-width: 80px;
}
.min-width-\[min\(100\%-max\(2_\*_var\(--margin-small\)\2c
  env\(safe-area-inset-left\)\+env\(safe-area-inset-right\)\)\2c
  393px\)\] {
  min-width: min(
    100% - max(2 * var(--margin-small), env(safe-area-inset-left) + env(safe-area-inset-right)),
    393px
  );
}
.width-\[fit-content\] {
  width: -moz-fit-content;
  width: fit-content;
}
.\!padding-medium {
  padding: var(--padding-medium) !important;
}
.\!padding-none {
  padding: var(--padding-none) !important;
}
.padding-left-\[var\(--size-150\)\] {
  padding-left: var(--size-150);
}
.padding-right-\[var\(--size-1100\)\] {
  padding-right: var(--size-1100);
}
.padding-right-\[var\(--size-150\)\] {
  padding-right: var(--size-150);
}
.padding-right-\[var\(--size-250\)\] {
  padding-right: var(--size-250);
}
.content-\[var\(--dark-mode-content-emphasis\)\] {
  color: var(--dark-mode-content-emphasis);
}
.content-\[var\(--inverse-content-emphasis\)\] {
  color: var(--inverse-content-emphasis);
}
.content-\[var\(--light-mode-content-emphasis\)\] {
  color: var(--light-mode-content-emphasis);
}
.bg-\[var\(--color-content-emphasis\)\] {
  background-color: var(--color-content-emphasis);
}
.bg-\[var\(--dark-mode-system-contrast\)\] {
  background-color: var(--dark-mode-system-contrast);
}
.bg-\[var\(--fui-future-alpha-color-system-progress\)\] {
  background-color: var(--fui-future-alpha-color-system-progress);
}
.bg-\[var\(--inverse-content-emphasis\)\] {
  background-color: var(--inverse-content-emphasis);
}
.bg-\[var\(--light-mode-surface-100\)\] {
  background-color: var(--light-mode-surface-100);
}
.opacity-\[0\.5\] {
  opacity: 0.5;
}
.opacity-\[0\] {
  opacity: 0;
}
.opacity-\[1\] {
  opacity: 1;
}
.opacity-\[50\%\] {
  opacity: 1%;
}
.icon-regular-arrow-up-right-from-square {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M5 3a2 2 0 00-2 2v22a2 2 0 002 2h22a2 2 0 002-2V16a1 1 0 10-2 0v11H5V5h11a1 1 0 100-2H5z'/%3E%3Cpath d='M28 11a1 1 0 001-1V4a1 1 0 00-1-1h-6a1 1 0 100 2h3.586L15.293 15.293a1 1 0 001.414 1.414L27 6.414V10a1 1 0 001 1z'/%3E%3C/svg%3E");
}
.icon-filled-arrow-up-right-from-square {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M15 2.5a1.5 1.5 0 010 3H5.5v21h21V17a1.5 1.5 0 013 0v10a2.5 2.5 0 01-2.5 2.5H5A2.5 2.5 0 012.5 27V5A2.5 2.5 0 015 2.5h10zm13 0A1.5 1.5 0 0129.5 4v6a1.5 1.5 0 01-3 0V7.621l-9.44 9.44a1.5 1.5 0 11-2.12-2.121l9.439-9.44H22a1.5 1.5 0 010-3h6z'/%3E%3C/svg%3E");
}
.icon-filled-check {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M24.06 9.94a1.5 1.5 0 00-2.12 0L13 18.878l-2.94-2.94a1.5 1.5 0 00-2.12 2.122l4 4a1.5 1.5 0 002.12 0l10-10a1.5 1.5 0 000-2.122z'/%3E%3C/svg%3E");
}
.icon-regular-chevron-large-down {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M15.293 22.707a1 1 0 001.414 0l10-10a1 1 0 00-1.414-1.414L16 20.586l-9.293-9.293a1 1 0 00-1.414 1.414l10 10z'/%3E%3C/svg%3E");
}
.icon-filled-chevron-large-left {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M8.836 16.946a1.5 1.5 0 01.103-2.007l10-10 .115-.103a1.5 1.5 0 012.11 2.11l-.104.115L12.122 16l8.94 8.94a1.5 1.5 0 11-2.122 2.12l-10-10-.103-.114z'/%3E%3C/svg%3E");
}
.icon-filled-chevron-large-right {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M23.164 16.946a1.5 1.5 0 00-.104-2.007l-10-10-.114-.103a1.5 1.5 0 00-2.11 2.11l.103.115L19.88 16l-8.94 8.94a1.5 1.5 0 102.121 2.12l10-10 .104-.114z'/%3E%3C/svg%3E");
}
.icon-regular-circle-check {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16s5.373 12 12 12 12-5.373 12-12zm2 0c0 7.732-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2s14 6.268 14 14zm-8.293-3.707a1 1 0 010 1.414l-7 7a1 1 0 01-1.414 0l-3-3a1 1 0 111.414-1.414L14 18.586l6.293-6.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
}
.icon-filled-circle-check {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2 2 8.268 2 16s6.268 14 14 14zm5.707-17.707a1 1 0 010 1.414l-7 7a1 1 0 01-1.414 0l-3-3a1 1 0 111.414-1.414L14 18.586l6.293-6.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
}
.icon-filled-circle-i {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm-3 12h2v7h-2.5v2h7v-2H17v-9h-4v2zm2-4h2V8h-2v2z'/%3E%3C/svg%3E");
}
.icon-filled-circle-x {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2 2 8.268 2 16s6.268 14 14 14zm-3.293-18.707L16 14.586l3.293-3.293a1 1 0 011.414 1.414L17.414 16l3.293 3.293a1 1 0 01-1.414 1.414L16 17.414l-3.293 3.293a1 1 0 01-1.414-1.414L14.586 16l-3.293-3.293a1 1 0 011.414-1.414z'/%3E%3C/svg%3E");
}
.icon-regular-clock {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M17 9a1 1 0 10-2 0v7a1 1 0 00.293.707l3 3a1 1 0 001.414-1.414L17 15.586V9z'/%3E%3Cpath d='M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14S23.732 2 16 2zM4 16C4 9.373 9.373 4 16 4s12 5.373 12 12-5.373 12-12 12S4 22.627 4 16z'/%3E%3C/svg%3E");
}
.icon-regular-controller {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M21 15a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5zM10.5 11a.5.5 0 01.5.5V13l1.6.01a.5.5 0 01.4.49v1a.5.5 0 01-.5.5H11v1.5a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5V15H7.5a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5H9v-1.5a.5.5 0 01.5-.5h1zM18.5 12.5a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5zM23.5 12.5a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5zM21 10a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5z'/%3E%3Cpath d='M21.135 4a7 7 0 016.885 5.738l2.13 11.618a5.695 5.695 0 01-.404 3.353c-1.817 4.057-7.376 4.56-9.89.893l-2.46-3.588H14.66l-2.021 3.238c-2.394 3.833-8.054 3.588-10.107-.438a5.812 5.812 0 01-.563-3.539L3.748 9.916A7 7 0 0110.664 4h10.47zM10.664 6a5 5 0 00-4.94 4.226l-1.78 11.359a3.81 3.81 0 00.37 2.32c1.346 2.64 5.059 2.802 6.628.288l2.61-4.18h4.897l3.057 4.458c1.63 2.377 5.236 2.052 6.415-.58.305-.68.396-1.439.261-2.173l-2.13-11.62c-.436-2.383-2.53-4.046-4.917-4.098H10.664z'/%3E%3C/svg%3E");
}
.icon-regular-diamond-simplified {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M26.284 14.857c.71.71.71 1.86 0 2.57l-9 9c-.71.71-1.86.71-2.57 0l-9-9a1.818 1.818 0 010-2.57l9-9c.71-.71 1.86-.71 2.57 0l9 9zM18.571 4.57a3.636 3.636 0 00-5.143 0l-9 9a3.636 3.636 0 000 5.143l9 9a3.636 3.636 0 005.142 0l9-9a3.636 3.636 0 000-5.143l-9-9z'/%3E%3C/svg%3E");
}
.icon-filled-minus {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M23.5 14.5a1.5 1.5 0 010 3h-15a1.5 1.5 0 010-3h15z'/%3E%3C/svg%3E");
}
.icon-regular-roblox-plus {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M13.855 2.56a4.382 4.382 0 014.29 0l8.71 4.908A4.17 4.17 0 0129 11.093v9.814a4.169 4.169 0 01-2.145 3.625l-8.71 4.907-.252.131a4.385 4.385 0 01-3.786 0l-.252-.13-2.837-1.6A2.001 2.001 0 0110 26.099V12a2 2 0 012-2h8a2 2 0 012 2v7a2 2 0 01-2 2h-4a1 1 0 010-2h4v-7h-8v14.098l2.837 1.598a2.382 2.382 0 002.326 0l8.711-4.908A2.168 2.168 0 0027 20.907v-9.814c0-.756-.414-1.48-1.126-1.882l-8.71-4.908a2.383 2.383 0 00-2.327 0L6.126 9.21A2.169 2.169 0 005 11.093v9.814c0 .757.414 1.48 1.126 1.882l.364.205a1.001 1.001 0 01-.981 1.743l-.364-.205A4.169 4.169 0 013 20.907v-9.814a4.16 4.16 0 011.901-3.478l.244-.147 8.71-4.907z'/%3E%3C/svg%3E");
}
.icon-regular-robux {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M15.076 7.296a1.848 1.848 0 011.848 0l6.152 3.552c.572.33.924.94.924 1.6v7.104c0 .66-.352 1.27-.924 1.6l-6.152 3.552c-.572.33-1.276.33-1.848 0l-6.152-3.552a1.847 1.847 0 01-.924-1.6v-7.104c0-.66.352-1.27.924-1.6l6.152-3.552zM12 13v6a1 1 0 001 1h6a1 1 0 001-1v-6a1 1 0 00-1-1h-6a1 1 0 00-1 1z'/%3E%3Cpath d='M13.856 2.56a4.381 4.381 0 014.288 0l8.712 4.908A4.168 4.168 0 0129 11.092v9.815a4.168 4.168 0 01-2.144 3.625l-8.712 4.907a4.381 4.381 0 01-4.288 0l-8.712-4.907A4.167 4.167 0 013 20.907v-9.815c0-1.495.817-2.876 2.144-3.624l8.712-4.907zm3.307 1.743a2.381 2.381 0 00-2.326 0l-8.71 4.908A2.168 2.168 0 005 11.092v9.815c0 .757.414 1.48 1.126 1.882l8.711 4.908a2.381 2.381 0 002.326 0l8.71-4.908A2.168 2.168 0 0027 20.907v-9.815c0-.756-.414-1.48-1.126-1.881l-8.711-4.908z'/%3E%3C/svg%3E");
}
.icon-regular-tag {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M23.5 7a1.5 1.5 0 11-.001 3 1.5 1.5 0 010-3z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 3a2 2 0 012 2v10.586A2 2 0 0128.414 17l-12.5 12.5a2 2 0 01-2.828 0L2.5 18.914a2 2 0 010-2.828L15 3.586A2 2 0 0116.414 3H27zM3.914 17.5L14.5 28.086l12.5-12.5V5H16.414l-12.5 12.5z'/%3E%3C/svg%3E");
}
.icon-regular-tag-arrow-up {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M26 20a1 1 0 01.716.302l4.5 4.615a1 1 0 01-1.432 1.396L27 23.459V31a1 1 0 01-2 0v-7.542l-2.784 2.856a1 1 0 01-1.432-1.397l4.5-4.615A1 1 0 0126 20zM27 3a2 2 0 012 2v11a1 1 0 01-2 0V5H16.414l-12.5 12.5L14.5 28.086l1.293-1.293a1 1 0 011.414 1.414L15.914 29.5a2 2 0 01-2.828 0L2.5 18.914a2 2 0 010-2.828L15 3.586A2 2 0 0116.414 3H27z'/%3E%3Cpath d='M23.5 7a1.5 1.5 0 110 3 1.5 1.5 0 010-3z'/%3E%3C/svg%3E");
}
.icon-filled-three-dots-horizontal {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M7.126 14.275c.217-.57.836-.896 1.439-.734l2.042.548.118.037c.533.202.85.755.76 1.317l-.026.121-.548 2.042a1.205 1.205 0 01-1.354.878l-.121-.025-2.042-.548a1.205 1.205 0 01-.853-1.476l.548-2.042.037-.118zm7 0c.217-.57.836-.896 1.439-.734l2.042.548.118.037c.532.202.85.755.76 1.317l-.026.121-.548 2.042a1.205 1.205 0 01-1.354.878l-.121-.025-2.042-.548a1.205 1.205 0 01-.853-1.476l.548-2.042.037-.118zm7 0c.217-.57.836-.896 1.439-.734l2.042.548.118.037c.532.202.85.755.76 1.317l-.026.121-.548 2.042a1.205 1.205 0 01-1.354.878l-.121-.025-2.042-.548a1.205 1.205 0 01-.853-1.476l.548-2.042.037-.118z'/%3E%3C/svg%3E");
}
.icon-filled-triangle-exclamation {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M17.847 4.036c-.828-1.381-2.865-1.381-3.692 0l-11.858 19.8C1.426 25.291 2.553 27 4.143 27h23.715c1.59 0 2.718-1.709 1.846-3.164l-11.857-19.8zM17.5 21.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm-.5-9.5v5a1 1 0 11-2 0v-5a1 1 0 112 0z'/%3E%3C/svg%3E");
}
.icon-regular-x {
  --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M7.293 8.707a1 1 0 011.414-1.414L16 14.586l7.293-7.293a1 1 0 111.414 1.414L17.414 16l7.293 7.293a1 1 0 01-1.414 1.414L16 17.414l-7.293 7.293a1 1 0 01-1.414-1.414L14.586 16 7.293 8.707z'/%3E%3C/svg%3E");
}
.\[-webkit-box-orient\:vertical\] {
  -webkit-box-orient: vertical;
}
.\[-webkit-line-clamp\:3\] {
  -webkit-line-clamp: 3;
}
.\[border-bottom-left-radius\:0\] {
  border-bottom-left-radius: 0;
}
.\[border-bottom-right-radius\:0\] {
  border-bottom-right-radius: 0;
}
.\[display\:-webkit-box\] {
  display: -webkit-box;
}
.\[text-align\:inherit\] {
  text-align: inherit;
}
.\[transition-delay\:50ms\] {
  transition-delay: 50ms;
}
.placeholder\:text-body-large::-moz-placeholder {
  font: var(--typography-body-large-font);
  letter-spacing: var(--typography-body-large-letter-spacing);
}
.placeholder\:text-body-large::placeholder {
  font: var(--typography-body-large-font);
  letter-spacing: var(--typography-body-large-letter-spacing);
}
.placeholder\:text-body-medium::-moz-placeholder {
  font: var(--typography-body-medium-font);
  letter-spacing: var(--typography-body-medium-letter-spacing);
}
.placeholder\:text-body-medium::placeholder {
  font: var(--typography-body-medium-font);
  letter-spacing: var(--typography-body-medium-letter-spacing);
}
.placeholder\:text-body-small::-moz-placeholder {
  font: var(--typography-body-small-font);
  letter-spacing: var(--typography-body-small-letter-spacing);
}
.placeholder\:text-body-small::placeholder {
  font: var(--typography-body-small-font);
  letter-spacing: var(--typography-body-small-letter-spacing);
}
.placeholder\:content-muted::-moz-placeholder {
  color: var(--color-content-muted);
}
.placeholder\:content-muted::placeholder {
  color: var(--color-content-muted);
}
.hover\:underline:hover {
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:\[opacity\:0\.8\]:hover {
  opacity: 0.8;
}
.focus-visible\:outline-focus:focus-visible,
.focus\:outline-focus:focus {
  outline: var(--stroke-thicker) solid var(--color-selection-start);
  outline-offset: var(--stroke-thicker);
}
.focus-visible\:\[outline-color\:var\(--color-system-emphasis\)\]:focus-visible {
  outline-color: var(--color-system-emphasis);
}
.focus-visible\:\[outline-style\:solid\]:focus-visible {
  outline-style: solid;
}
.focus-visible\:\[outline-width\:var\(--stroke-standard\)\]:focus-visible {
  outline-width: var(--stroke-standard);
}
.disabled\:outline-none:disabled,
.focus-visible\:hover\:outline-none:hover:focus-visible {
  outline: var(--stroke-none) solid var(--color-none);
}
.group\/timeline-item:first-child .group-first\/timeline-item\:invisible,
.group\/timeline-item:last-child .group-last\/timeline-item\:invisible {
  visibility: hidden;
}
.group\/interactable:hover .group-hover\/interactable\:bg-\[var\(--color-state-hover\)\] {
  background-color: var(--color-state-hover);
}
.group\/interactable:active .group-active\/interactable\:bg-\[var\(--color-state-press\)\] {
  background-color: var(--color-state-press);
}
.group\/interactable:disabled .group-disabled\/interactable\:bg-none {
  background-color: var(--color-none);
}
.data-\[state\=checked\]\:bg-action-sub-emphasis[data-state="checked"] {
  background-color: var(--color-action-sub-emphasis-background);
}
@media (prefers-reduced-motion: no-preference) {
  .motion-safe\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--ease-linear);
    transition-duration: var(--time-100);
  }
  .motion-safe\:transition-transform {
    transition-property: transform;
    transition-timing-function: var(--ease-standard-out);
    transition-duration: var(--time-100);
  }
  .motion-safe\:transition-\[flex-grow\] {
    transition-property: flex-grow;
  }
  .motion-safe\:transition-all {
    transition-property: all;
  }
}
.\[\&\>\*\:not\(\:last-child\)\]\:\[border-bottom\:1px_solid_var\(--color-stroke-default\)\]
  > :not(:last-child) {
  border-bottom: 1px solid var(--color-stroke-default);
}
