/* line 1, app/assets/stylesheets/account.scss */
.account-auth-form {
  max-width: 22rem;
}

/* line 5, app/assets/stylesheets/account.scss */
.account-device-session .device-session-complete-icon {
  align-items: center;
  background: #be2222;
  border-radius: 9999px;
  display: inline-flex;
  height: 5.5rem;
  justify-content: center;
  width: 5.5rem;
}

/* line 15, app/assets/stylesheets/account.scss */
.account-device-session .device-session-complete-icon span {
  border-bottom: 0.5rem solid #fff;
  border-right: 0.5rem solid #fff;
  display: block;
  height: 2.75rem;
  margin-top: -0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1.5rem;
}

/* line 25, app/assets/stylesheets/account.scss */
.account-login .rj-submit-button:disabled,
.account-signup .rj-submit-button:disabled {
  -webkit-text-fill-color: #fff;
  background-color: #be2222;
  color: #fff;
  cursor: default;
  opacity: 0.7;
}

/* line 34, app/assets/stylesheets/account.scss */
.main_content .external-sign-in-button {
  align-items: center;
  background: #000;
  border: 0;
  border-radius: 0.375rem;
  display: flex;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  height: 3rem;
  justify-content: center;
  line-height: 1.5rem;
  position: relative;
  transition: opacity 150ms ease;
  width: 100%;
}

/* line 51, app/assets/stylesheets/account.scss */
.main_content .external-sign-in-button,
.main_content .external-sign-in-button:hover,
.main_content .external-sign-in-button:focus,
.main_content .external-sign-in-button:active {
  -webkit-text-fill-color: #fff;
  color: #fff;
}

/* line 59, app/assets/stylesheets/account.scss */
.main_content .external-sign-in-button:hover {
  opacity: 0.85;
}

/* line 63, app/assets/stylesheets/account.scss */
.main_content .external-sign-in-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* line 68, app/assets/stylesheets/account.scss */
.external-sign-in-button__logo {
  left: 1.25rem;
  position: absolute;
  width: auto;
}

/* line 74, app/assets/stylesheets/account.scss */
.external-sign-in-button__logo--apple {
  height: 100%;
}

/* line 78, app/assets/stylesheets/account.scss */
.external-sign-in-button__logo--google {
  height: 2.5rem;
  left: 1.0625rem;
}

/* line 83, app/assets/stylesheets/account.scss */
.account-signup .signup-back-row {
  min-height: 1.5rem;
}

/* line 87, app/assets/stylesheets/account.scss */
.account-signup .signup-birthday-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr) minmax(0, 1fr);
}

/* line 93, app/assets/stylesheets/account.scss */
.account-signup .signup-birthday-grid .rj-select {
  min-width: 0;
}

/* line 97, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-option {
  align-items: center;
  background: #171719;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 0.95rem;
  font-weight: 600;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  transition: background 150ms ease, border-color 150ms ease;
}

/* line 112, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-option:hover {
  border-color: rgba(255, 255, 255, 0.34);
}

/* line 116, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-option.is-selected {
  background: rgba(190, 34, 34, 0.18);
  border-color: #be2222;
}

/* line 121, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-radio {
  opacity: 0;
  position: absolute;
}

/* line 126, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-check {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 9999px;
  flex-shrink: 0;
  height: 1.125rem;
  position: relative;
  width: 1.125rem;
}

/* line 135, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-option.is-selected .signup-gender-check {
  background: #be2222;
  border-color: #be2222;
}

/* line 140, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-option.is-selected .signup-gender-check:after {
  background: #fff;
  border-radius: 9999px;
  content: "";
  height: 0.375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.375rem;
}

/* line 152, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-radio:focus-visible + span + .signup-gender-check {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* line 157, app/assets/stylesheets/account.scss */
.account-profile {
  --profile-red: #e31b23;
  --profile-panel: #151515;
  --profile-panel-deep: #0f0f10;
  --profile-line: rgba(255, 255, 255, 0.12);
  --profile-muted: rgba(255, 255, 255, 0.58);
  color: #fff;
}

/* line 166, app/assets/stylesheets/account.scss */
.account-profile__frame {
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 44px;
  border: 1px solid var(--profile-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #191919 0%, var(--profile-panel) 44%, var(--profile-panel-deep) 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

/* line 178, app/assets/stylesheets/account.scss */
.account-profile__heading {
  margin-bottom: 30px;
}

/* line 182, app/assets/stylesheets/account.scss */
.account-profile__title {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 800;
}

/* line 190, app/assets/stylesheets/account.scss */
.account-profile__section-intro {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.5;
}

/* line 197, app/assets/stylesheets/account.scss */
.account-profile__section {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid var(--profile-line);
}

/* line 203, app/assets/stylesheets/account.scss */
.account-profile__premium {
  margin-top: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
}

/* line 211, app/assets/stylesheets/account.scss */
.account-profile__section-heading {
  margin-bottom: 24px;
}

/* line 215, app/assets/stylesheets/account.scss */
.account-profile__section-title,
.account-profile__subsection-title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

/* line 224, app/assets/stylesheets/account.scss */
.account-profile__subsection-title {
  margin-bottom: 20px;
  font-size: 18px;
}

/* line 229, app/assets/stylesheets/account.scss */
.account-profile__premium-copy {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.6;
}

/* line 236, app/assets/stylesheets/account.scss */
.account-profile__premium-copy strong {
  color: #fff;
}

/* line 240, app/assets/stylesheets/account.scss */
.account-profile__premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 16px;
}

/* line 247, app/assets/stylesheets/account.scss */
.account-profile__premium-note {
  margin-top: 10px;
}

/* line 251, app/assets/stylesheets/account.scss */
.main_content.account-profile .account-profile__premium-actions a:not(.rj-red-button),
.main_content.account-profile .account-profile__premium-actions a:not(.rj-red-button):visited {
  color: var(--profile-red);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* line 259, app/assets/stylesheets/account.scss */
.main_content.account-profile .account-profile__premium-actions a:not(.rj-red-button):hover,
.main_content.account-profile .account-profile__premium-actions a:not(.rj-red-button):focus {
  color: var(--profile-red);
  text-decoration: underline;
}

/* line 265, app/assets/stylesheets/account.scss */
.main_content.account-profile .account-profile__premium-note a,
.main_content.account-profile .account-profile__premium-note a:visited {
  color: var(--profile-red);
  font-weight: 700;
  text-decoration: none;
}

/* line 272, app/assets/stylesheets/account.scss */
.main_content.account-profile .account-profile__premium-note a:hover,
.main_content.account-profile .account-profile__premium-note a:focus {
  color: var(--profile-red);
  text-decoration: underline;
}

/* line 278, app/assets/stylesheets/account.scss */
.account-profile__premium-actions .rj-red-button {
  width: auto;
}

/* line 282, app/assets/stylesheets/account.scss */
.account-profile__messages {
  display: grid;
  gap: 12px;
}

/* line 287, app/assets/stylesheets/account.scss */
.account-profile__message {
  margin: 18px 0 0;
  padding: 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
}

/* line 295, app/assets/stylesheets/account.scss */
.account-profile__message.is-success {
  border: 1px solid rgba(52, 211, 153, 0.4);
  background: rgba(52, 211, 153, 0.12);
  color: #d1fae5;
}

/* line 301, app/assets/stylesheets/account.scss */
.account-profile__message.is-error {
  border: 1px solid rgba(227, 27, 35, 0.54);
  background: rgba(227, 27, 35, 0.12);
  color: #fff;
}

/* line 307, app/assets/stylesheets/account.scss */
.account-profile__layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

/* line 314, app/assets/stylesheets/account.scss */
.account-profile__photo-panel {
  display: grid;
  justify-items: start;
  gap: 12px;
  width: 250px;
}

/* line 321, app/assets/stylesheets/account.scss */
.account-profile__photo-current {
  display: block;
  width: 224px;
  height: 224px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.24);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 333, app/assets/stylesheets/account.scss */
.account-profile__cropper {
  display: grid;
  gap: 14px;
}

/* line 338, app/assets/stylesheets/account.scss */
.account-profile__cropper-preview {
  position: relative;
  width: 224px;
  height: 224px;
}

/* line 344, app/assets/stylesheets/account.scss */
.account-profile__cropper-preview canvas {
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
}

/* line 349, app/assets/stylesheets/account.scss */
.account-profile__cropper-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* line 356, app/assets/stylesheets/account.scss */
.account-profile__cropper-zoom-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* line 372, app/assets/stylesheets/account.scss */
.account-profile__photo-action {
  display: flex;
  justify-content: center;
  width: 224px;
}

/* line 378, app/assets/stylesheets/account.scss */
.account-profile__photo-action .rj-submit-button {
  width: auto;
  min-height: 42px;
}

/* line 383, app/assets/stylesheets/account.scss */
.account-profile__field-error {
  margin-top: 8px;
  color: var(--profile-red);
  font-size: 12px;
}

/* line 389, app/assets/stylesheets/account.scss */
.account-profile__fields {
  display: grid;
  gap: 18px;
}

/* line 394, app/assets/stylesheets/account.scss */
.account-profile__identity-grid,
.account-profile__password-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* line 401, app/assets/stylesheets/account.scss */
.account-profile__label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
}

/* line 409, app/assets/stylesheets/account.scss */
.account-profile__field {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  outline: none;
}

/* line 421, app/assets/stylesheets/account.scss */
.account-profile__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.account-profile__field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.account-profile__field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.account-profile__field::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

/* line 425, app/assets/stylesheets/account.scss */
.account-profile__field:focus {
  border-color: var(--profile-red);
  box-shadow: 0 0 0 1px rgba(227, 27, 35, 0.45);
}

/* line 430, app/assets/stylesheets/account.scss */
.account-profile__form-section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--profile-line);
}

/* line 436, app/assets/stylesheets/account.scss */
.account-profile__notification-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

/* line 442, app/assets/stylesheets/account.scss */
.account-profile__notification-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 70px;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

/* line 454, app/assets/stylesheets/account.scss */
.account-profile__notification-row label {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

/* line 461, app/assets/stylesheets/account.scss */
.account-profile__save {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

/* line 467, app/assets/stylesheets/account.scss */
.account-profile__save .rj-submit-button {
  min-height: 42px;
}

/* line 471, app/assets/stylesheets/account.scss */
.account-profile__connected-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

/* line 477, app/assets/stylesheets/account.scss */
.account-profile__connected-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
}

/* line 484, app/assets/stylesheets/account.scss */
.account-profile__connected-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* line 491, app/assets/stylesheets/account.scss */
.account-profile__connected-details {
  min-width: 0;
}

/* line 495, app/assets/stylesheets/account.scss */
.account-profile__connected-title {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

/* line 501, app/assets/stylesheets/account.scss */
.account-profile__connected-email {
  margin-top: 6px;
  color: var(--profile-muted);
  font-size: 13px;
  overflow-wrap: anywhere;
}

/* line 508, app/assets/stylesheets/account.scss */
.account-profile__connected-warning {
  margin-top: 5px;
  color: var(--profile-red);
  font-size: 12px;
}

/* line 514, app/assets/stylesheets/account.scss */
.account-profile__connected-action {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--profile-red);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

/* line 526, app/assets/stylesheets/account.scss */
.account-profile__connected-action:hover,
.account-profile__connected-action:focus {
  text-decoration: underline;
}

/* line 531, app/assets/stylesheets/account.scss */
.account-profile__danger {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}

/* line 538, app/assets/stylesheets/account.scss */
.account-profile__danger .account-profile__section-intro {
  margin-top: 6px;
}

/* line 542, app/assets/stylesheets/account.scss */
.main_content.account-profile .account-profile__danger-action,
.main_content.account-profile .account-profile__danger-action:visited {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(227, 27, 35, 0.62);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease;
}

/* line 555, app/assets/stylesheets/account.scss */
.main_content.account-profile .account-profile__danger-action:hover,
.main_content.account-profile .account-profile__danger-action:focus {
  border-color: var(--profile-red);
  background: rgba(227, 27, 35, 0.1);
  color: #fff;
}

/* line 562, app/assets/stylesheets/account.scss */
.account-profile__modal-card {
  width: calc(100vw - 32px);
  max-width: 440px;
  box-sizing: border-box;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: linear-gradient(145deg, #191919 0%, #111 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

/* line 575, app/assets/stylesheets/account.scss */
.account-profile__modal-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

/* line 583, app/assets/stylesheets/account.scss */
.account-profile__modal-copy {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.6;
}

/* line 589, app/assets/stylesheets/account.scss */
.account-profile__modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

/* line 597, app/assets/stylesheets/account.scss */
.account-profile__modal-actions form {
  margin: 0;
}

/* line 601, app/assets/stylesheets/account.scss */
.account-profile__modal-primary,
.account-profile__modal-secondary,
.account-profile__modal-danger {
  min-height: 44px;
  box-sizing: border-box;
  padding: 10px 18px;
  border-radius: 9px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

/* line 617, app/assets/stylesheets/account.scss */
.account-profile__modal-primary {
  border: 1px solid var(--profile-red, #e31b23);
  background: var(--profile-red, #e31b23);
}

/* line 622, app/assets/stylesheets/account.scss */
.account-profile__modal-danger {
  border: 1px solid var(--profile-red, #e31b23);
  background: transparent;
}

/* line 627, app/assets/stylesheets/account.scss */
.account-profile__modal-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* line 633, app/assets/stylesheets/account.scss */
.account-profile__modal-primary:hover {
  border-color: #c9161d;
  background: #c9161d;
}

/* line 638, app/assets/stylesheets/account.scss */
.account-profile__modal-danger:hover {
  border-color: #c9161d;
  background: rgba(227, 27, 35, 0.12);
}

/* line 643, app/assets/stylesheets/account.scss */
.account-profile__modal-secondary:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

/* line 649, app/assets/stylesheets/account.scss */
.account-profile__modal-primary:focus-visible,
.account-profile__modal-secondary:focus-visible,
.account-profile__modal-danger:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.34);
  outline-offset: 2px;
}

@media (max-width: 820px) {
  /* line 657, app/assets/stylesheets/account.scss */
  .account-profile__layout {
    grid-template-columns: 1fr;
  }
  /* line 661, app/assets/stylesheets/account.scss */
  .account-profile__photo-panel {
    width: 100%;
  }
}

@media (max-width: 760px) {
  /* line 667, app/assets/stylesheets/account.scss */
  .account-profile__frame {
    padding: 28px 20px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  /* line 674, app/assets/stylesheets/account.scss */
  .account-profile__title {
    font-size: 30px;
  }
  /* line 678, app/assets/stylesheets/account.scss */
  .account-profile__identity-grid,
.account-profile__password-grid,
.account-profile__notification-list,
.account-profile__connected-list {
    grid-template-columns: 1fr;
  }
  /* line 685, app/assets/stylesheets/account.scss */
  .main_content.account-profile .account-profile__danger-action {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  /* line 691, app/assets/stylesheets/account.scss */
  .account-profile__save .rj-submit-button {
    width: 100%;
  }
}

@media (max-width: 460px) {
  /* line 697, app/assets/stylesheets/account.scss */
  .account-profile__premium,
.account-profile__connected-card {
    padding: 18px;
  }
  /* line 702, app/assets/stylesheets/account.scss */
  .account-profile__connected-content,
.account-profile__modal-actions {
    align-items: stretch;
    flex-direction: column;
  }
  /* line 708, app/assets/stylesheets/account.scss */
  .account-profile__connected-action {
    align-self: flex-start;
  }
  /* line 712, app/assets/stylesheets/account.scss */
  .account-profile__modal-actions form,
.account-profile__modal-primary,
.account-profile__modal-secondary,
.account-profile__modal-danger {
    width: 100%;
  }
}

/* line 720, app/assets/stylesheets/account.scss */
.account-premium {
  --premium-red: #e31b23;
  --premium-panel: #151515;
  --premium-panel-deep: #0f0f10;
  --premium-line: rgba(255, 255, 255, 0.12);
  --premium-muted: rgba(255, 255, 255, 0.62);
  color: #fff;
}

/* line 729, app/assets/stylesheets/account.scss */
.account-premium__frame {
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 44px;
  border: 1px solid var(--premium-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #191919 0%, var(--premium-panel) 44%, var(--premium-panel-deep) 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

/* line 741, app/assets/stylesheets/account.scss */
.main_content.account-premium .account-premium__back,
.main_content.account-premium .account-premium__back:visited {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--premium-red);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* line 752, app/assets/stylesheets/account.scss */
.main_content.account-premium .account-premium__back:hover,
.main_content.account-premium .account-premium__back:focus {
  color: #ff4d55;
}

/* line 757, app/assets/stylesheets/account.scss */
.account-premium__back-icon {
  display: block;
  width: 14px;
  height: 14px;
}

/* line 763, app/assets/stylesheets/account.scss */
.account-premium__heading {
  margin: 28px 0 32px;
}

/* line 767, app/assets/stylesheets/account.scss */
.account-premium__title {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 800;
}

/* line 775, app/assets/stylesheets/account.scss */
.account-premium__intro,
.account-premium__section-intro {
  margin: 10px 0 0;
  color: var(--premium-muted);
  font-size: 15px;
  line-height: 1.5;
}

/* line 783, app/assets/stylesheets/account.scss */
.account-premium__form {
  margin: 0;
}

/* line 787, app/assets/stylesheets/account.scss */
.account-premium__update-form {
  width: 100%;
  max-width: 640px;
}

/* line 792, app/assets/stylesheets/account.scss */
.account-premium__manage-content {
  width: 100%;
  max-width: 640px;
}

/* line 797, app/assets/stylesheets/account.scss */
.account-premium__current-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
}

/* line 809, app/assets/stylesheets/account.scss */
.account-premium__current-card-label {
  color: var(--premium-muted);
  font-size: 13px;
  font-weight: 700;
}

/* line 815, app/assets/stylesheets/account.scss */
.account-premium__current-card-value {
  margin-top: 7px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

/* line 822, app/assets/stylesheets/account.scss */
.account-premium__update-checkout {
  padding-top: 30px;
  border-top: 1px solid var(--premium-line);
}

/* line 827, app/assets/stylesheets/account.scss */
.account-premium__manage-section {
  padding: 28px 0;
  border-top: 1px solid var(--premium-line);
}

/* line 832, app/assets/stylesheets/account.scss */
.main_content.account-premium .account-premium__manage-primary {
  width: auto;
  min-height: 44px;
  box-sizing: border-box;
  margin-top: 20px;
  text-decoration: none;
}

/* line 840, app/assets/stylesheets/account.scss */
.account-premium__manage-danger {
  min-height: 44px;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 10px 16px;
  border: 1px solid rgba(227, 27, 35, 0.62);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

/* line 856, app/assets/stylesheets/account.scss */
.account-premium__manage-danger:hover,
.account-premium__manage-danger:focus {
  border-color: var(--premium-red);
  background: rgba(227, 27, 35, 0.1);
}

/* line 862, app/assets/stylesheets/account.scss */
.account-premium__manage-danger:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.34);
  outline-offset: 2px;
}

/* line 867, app/assets/stylesheets/account.scss */
.account-premium__layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

/* line 874, app/assets/stylesheets/account.scss */
.account-premium__summary {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
}

/* line 881, app/assets/stylesheets/account.scss */
.account-premium__section-heading {
  margin-bottom: 24px;
}

/* line 885, app/assets/stylesheets/account.scss */
.account-premium__section-title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}

/* line 893, app/assets/stylesheets/account.scss */
.account-premium__benefits {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
  list-style: none;
}

/* line 904, app/assets/stylesheets/account.scss */
.account-premium__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* line 910, app/assets/stylesheets/account.scss */
.account-premium__benefit-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--premium-red);
}

/* line 917, app/assets/stylesheets/account.scss */
.account-premium__plan {
  margin-bottom: 0;
}

/* line 921, app/assets/stylesheets/account.scss */
.account-premium__payment-method-section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--premium-line);
}

/* line 927, app/assets/stylesheets/account.scss */
.account-premium__label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

/* line 935, app/assets/stylesheets/account.scss */
.account-premium__field {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: inherit;
  outline: none;
}

/* line 948, app/assets/stylesheets/account.scss */
.account-premium__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.account-premium__field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.account-premium__field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.account-premium__field::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

/* line 952, app/assets/stylesheets/account.scss */
.account-premium__field:focus {
  border-color: var(--premium-red);
  box-shadow: 0 0 0 1px rgba(227, 27, 35, 0.45);
}

/* line 957, app/assets/stylesheets/account.scss */
.account-premium__payment-element {
  min-height: 52px;
  box-sizing: border-box;
}

/* line 962, app/assets/stylesheets/account.scss */
.account-premium__express-checkout {
  margin-bottom: 20px;
}

/* line 966, app/assets/stylesheets/account.scss */
.account-premium__express-checkout-element {
  min-height: 48px;
}

/* line 970, app/assets/stylesheets/account.scss */
.account-premium__payment-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.44);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* line 982, app/assets/stylesheets/account.scss */
.account-premium__payment-divider::before,
.account-premium__payment-divider::after {
  content: '';
  flex: 1 1 auto;
  height: 1px;
  background-color: var(--premium-line);
}

/* line 990, app/assets/stylesheets/account.scss */
.account-premium__select {
  color-scheme: dark;
  cursor: pointer;
}

/* line 995, app/assets/stylesheets/account.scss */
.account-premium__plan .account-premium__select {
  color-scheme: light;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 0;
  padding-left: 14px;
  padding-right: 32px;
  background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.78) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.78) 50%, transparent 50%);
  background-position: calc(100% - 16px) 23px, calc(100% - 11px) 23px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  text-align: left;
  text-align-last: left;
}

/* line 1013, app/assets/stylesheets/account.scss */
.account-premium__plan .account-premium__select option {
  color: #111;
}

/* line 1017, app/assets/stylesheets/account.scss */
.account-premium__checkout {
  min-width: 0;
}

/* line 1021, app/assets/stylesheets/account.scss */
.account-premium__payment-grid {
  display: grid;
  grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
  gap: 20px;
}

/* line 1027, app/assets/stylesheets/account.scss */
.account-premium__field-group {
  min-width: 0;
}

/* line 1031, app/assets/stylesheets/account.scss */
.account-premium__field-group--full {
  grid-column: 1 / -1;
}

/* line 1035, app/assets/stylesheets/account.scss */
.account-premium__field-error {
  margin: 8px 0 0;
  color: var(--premium-red);
  font-size: 12px;
  line-height: 1.4;
}

/* line 1042, app/assets/stylesheets/account.scss */
.account-premium__captcha {
  margin-top: 20px;
}

/* line 1046, app/assets/stylesheets/account.scss */
.account-premium__review {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.6;
}

/* line 1059, app/assets/stylesheets/account.scss */
.account-premium__review p {
  margin: 0;
}

/* line 1063, app/assets/stylesheets/account.scss */
.account-premium__review strong,
.account-premium__review .premium-price {
  color: rgba(255, 255, 255, 0.84);
}

/* line 1068, app/assets/stylesheets/account.scss */
.main_content.account-premium .account-premium__review a,
.main_content.account-premium .account-premium__review a:visited {
  color: var(--premium-red);
  font-weight: 700;
  text-decoration: none;
}

/* line 1075, app/assets/stylesheets/account.scss */
.main_content.account-premium .account-premium__review a:hover,
.main_content.account-premium .account-premium__review a:focus {
  text-decoration: underline;
}

/* line 1080, app/assets/stylesheets/account.scss */
.account-premium__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

/* line 1088, app/assets/stylesheets/account.scss */
.account-premium__actions .rj-submit-button {
  width: auto;
  min-width: 170px;
  min-height: 44px;
}

/* line 1094, app/assets/stylesheets/account.scss */
.account-premium__processing {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

/* line 1102, app/assets/stylesheets/account.scss */
.account-premium__spinner {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 9999px;
  -webkit-animation: account-premium-spin 700ms linear infinite;
          animation: account-premium-spin 700ms linear infinite;
}

@-webkit-keyframes account-premium-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes account-premium-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 1118, app/assets/stylesheets/account.scss */
.account-premium__message {
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
}

/* line 1126, app/assets/stylesheets/account.scss */
.account-premium__message.is-success {
  border: 1px solid rgba(52, 211, 153, 0.4);
  background: rgba(52, 211, 153, 0.12);
  color: #d1fae5;
}

/* line 1132, app/assets/stylesheets/account.scss */
.account-premium__message.is-error {
  margin: 18px 0 0;
  border: 1px solid rgba(227, 27, 35, 0.54);
  background: rgba(227, 27, 35, 0.12);
  color: #fff;
}

@media (max-width: 820px) {
  /* line 1140, app/assets/stylesheets/account.scss */
  .account-premium__layout {
    grid-template-columns: 1fr;
  }
  /* line 1144, app/assets/stylesheets/account.scss */
  .account-premium__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 16px;
            column-gap: 16px;
  }
}

@media (max-width: 760px) {
  /* line 1151, app/assets/stylesheets/account.scss */
  .account-premium__frame {
    padding: 28px 20px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  /* line 1158, app/assets/stylesheets/account.scss */
  .account-premium__title {
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  /* line 1164, app/assets/stylesheets/account.scss */
  .account-premium__summary {
    padding: 20px;
  }
  /* line 1168, app/assets/stylesheets/account.scss */
  .account-premium__current-card {
    flex-direction: column;
    gap: 12px;
  }
  /* line 1173, app/assets/stylesheets/account.scss */
  .account-premium__payment-grid {
    grid-template-columns: 1fr;
  }
  /* line 1177, app/assets/stylesheets/account.scss */
  .account-premium__field-group--full {
    grid-column: auto;
  }
  /* line 1181, app/assets/stylesheets/account.scss */
  .account-premium__actions {
    align-items: stretch;
    flex-direction: column;
  }
  /* line 1186, app/assets/stylesheets/account.scss */
  .account-premium__actions .rj-submit-button {
    width: 100%;
  }
}
