.app-shell-modal-open {
  overflow: hidden;
}

.app-shell-modal-backdrop[hidden],
.app-shell-modal[hidden],
.demo-captcha-backdrop[hidden],
.demo-captcha-modal[hidden],
.login-modal-backdrop[hidden],
.login-modal-shell[hidden],
.support-modal-backdrop[hidden],
.support-modal-shell[hidden] {
  display: none !important;
}

.app-shell-modal-host {
  position: relative;
  z-index: 1200;
}

.app-shell-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 7, 18, 0.74);
  backdrop-filter: blur(10px);
}

.app-shell-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(460px, calc(100vw - 32px));
  padding: 28px 28px 24px;
  border: 1px solid rgba(158, 138, 255, 0.28);
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(110, 79, 255, 0.26), transparent 48%),
    linear-gradient(180deg, rgba(21, 23, 32, 0.98), rgba(10, 12, 20, 0.98));
  box-shadow: 0 28px 90px rgba(10, 10, 22, 0.52);
  transform: translate(-50%, -50%);
}

.app-shell-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #f6f7fb;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.app-shell-modal__eyebrow {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(125, 96, 255, 0.18);
  color: #b5a6ff;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-shell-modal h2 {
  margin: 18px 0 10px;
  color: #fbfcff;
  font-size: 30px;
  line-height: 1.1;
}

.app-shell-modal p {
  margin: 0;
  color: rgba(241, 243, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

.app-shell-modal__actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.app-shell-modal__primary,
.app-shell-modal__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.app-shell-modal__primary {
  background: linear-gradient(135deg, #7250ff, #8c74ff);
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(114, 80, 255, 0.35);
}

.app-shell-modal__secondary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f7f8ff;
}

.support-modal-host {
  position: relative;
  z-index: 1350;
}

.support-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 8, 18, 0.62);
  backdrop-filter: blur(4px);
}

.support-modal-shell {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  width: min(820px, 46vw);
  min-width: 420px;
  height: 100vh;
}

.support-modal-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  background: linear-gradient(180deg, #12131b, #0c0d14);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: -24px 0 80px rgba(0, 0, 0, 0.36);
}

.support-modal-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 106px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.support-modal-card__brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.support-modal-card__badge {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffc94b, #f0a81f);
  box-shadow: 0 12px 28px rgba(240, 168, 31, 0.28);
}

.support-modal-card__badge::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 4px solid #1b1d27;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(45deg);
}

.support-modal-card__brand h2 {
  margin: 0;
  color: #f6f7fb;
  font-size: 20px;
  font-weight: 500;
}

.support-modal-card__brand p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.support-modal-card__tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.support-modal-card__tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  cursor: pointer;
}

.support-modal-card__body {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  background: #0f1018;
}

.support-modal-feedback {
  min-height: 22px;
  padding: 16px 28px 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.support-modal-feedback.is-info {
  color: rgba(var(--color-accent-rgb), 0.92);
}

.support-modal-feedback.is-success {
  color: #69e0a7;
}

.support-modal-feedback.is-error {
  color: #ff9ba4;
}

.support-modal-messages {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 0;
  padding: 18px 28px 24px;
  overflow-y: auto;
}

.support-modal-empty {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding: 18px 0;
}

.support-modal-empty h3,
.support-modal-empty p {
  margin: 0;
}

.support-modal-empty h3 {
  color: #f5f6fb;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.support-modal-empty p {
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
  line-height: 1.6;
}

.support-modal-empty__action {
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--color-accent), var(--color-accent-strong));
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 14px 28px rgba(var(--color-accent-rgb), 0.28);
  cursor: pointer;
}

.support-modal-message {
  max-width: 82%;
  padding: 16px 18px;
  border-radius: 20px 20px 20px 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.support-modal-message--admin {
  justify-self: end;
  border-radius: 20px 20px 8px 20px;
  background: rgba(var(--color-accent-rgb), 0.16);
  border-color: rgba(var(--color-accent-rgb), 0.22);
}

.support-modal-message__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.support-modal-message__meta strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.support-modal-message__meta span {
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
}

.support-modal-message p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: break-word;
}

.support-modal-card__footer {
  padding: 18px 22px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.support-modal-form {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 14px;
}

.support-modal-form.is-disabled {
  opacity: 0.72;
}

.support-modal-form__attach,
.support-modal-form__send {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  font-size: 24px;
  cursor: pointer;
}

.support-modal-form__send {
  background: linear-gradient(180deg, var(--color-accent), var(--color-accent-strong));
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(var(--color-accent-rgb), 0.24);
}

.support-modal-form input {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 15px;
  outline: none;
}

.support-modal-form input::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

@media (max-width: 1080px) {
  .support-modal-shell {
    width: min(100vw, 560px);
    min-width: 0;
  }
}

.app-shell-flyout {
  position: fixed;
  z-index: 1250;
}

.app-shell-flyout__panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #2a2b33;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.locale-menu {
  width: 188px;
  padding: 10px;
  border-radius: 18px;
}

.locale-menu__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
}

.locale-menu__option strong {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.locale-menu__option:hover,
.locale-menu__option.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.profile-menu {
  width: 396px;
  border-radius: 26px;
  overflow: hidden;
}

.profile-menu__card {
  padding: 0;
}

.profile-menu__hero {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 20px 20px;
}

.profile-menu__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid rgba(246, 190, 63, 0.9);
  background: radial-gradient(circle at 30% 30%, #fff4cf, #f0b33b 74%);
  color: #2f2414;
  font-size: 22px;
  font-weight: 700;
}

.profile-menu__hero-meta {
  display: grid;
  gap: 6px;
}

.profile-menu__hero-meta strong {
  color: #ffffff;
  font-size: 15px;
}

.profile-menu__hero-meta small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.profile-menu__section {
  display: grid;
  padding: 10px 0;
}

.profile-menu__section--divided {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-menu__link {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 0 20px;
  color: #f3f4fb;
  font-size: 16px;
  font-weight: 500;
}

.profile-menu__link:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.04);
}

.profile-menu__link.is-logout {
  color: #ffffff;
}

.profile-menu__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.demo-captcha-host {
  position: relative;
  z-index: 1300;
}

.demo-captcha-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 7, 18, 0.72);
  backdrop-filter: blur(6px);
}

.demo-captcha-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(452px, calc(100vw - 32px));
  padding: 20px 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: #2c2d35;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  transform: translate(-50%, -50%);
}

.login-modal-host {
  position: relative;
  z-index: 1320;
}

.login-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 8, 17, 0.76);
  backdrop-filter: blur(8px);
}

.login-modal-shell {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.login-modal-card {
  display: grid;
  grid-template-columns: minmax(320px, 540px) minmax(360px, 1fr);
  width: min(1240px, calc(100vw - 48px));
  min-height: 720px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 30px;
  background: #141520;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
}

.login-modal-card.is-page {
  width: min(1240px, 100%);
}

.login-modal-card__visual {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 100%, rgba(59, 173, 255, 0.2), transparent 44%),
    linear-gradient(180deg, rgba(5, 6, 10, 0.98), rgba(10, 10, 14, 1));
}

.login-modal-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 90%, rgba(132, 106, 255, 0.22), transparent 18%),
    radial-gradient(circle at 50% 58%, rgba(140, 116, 255, 0.18), transparent 20%),
    radial-gradient(circle at 66% 72%, rgba(104, 72, 232, 0.16), transparent 16%);
}

.login-modal-card__visual-bars {
  position: absolute;
  inset: 48px 56px auto 56px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 230px;
  z-index: 1;
}

.login-modal-card__visual-bars span {
  width: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(171, 152, 255, 0.98), rgba(104, 72, 232, 0.58));
  box-shadow: 0 0 18px rgba(104, 72, 232, 0.42);
  filter: blur(0.2px);
}

.login-modal-card__visual-bars span:nth-child(1) { height: 126px; }
.login-modal-card__visual-bars span:nth-child(2) { height: 198px; }
.login-modal-card__visual-bars span:nth-child(3) { height: 110px; }
.login-modal-card__visual-bars span:nth-child(4) { height: 248px; }
.login-modal-card__visual-bars span:nth-child(5) { height: 154px; }
.login-modal-card__visual-bars span:nth-child(6) { height: 208px; }

.login-modal-card__visual-coins {
  position: absolute;
  left: 76px;
  right: 76px;
  bottom: 70px;
  height: 280px;
  z-index: 2;
}

.login-modal-card__coin {
  position: absolute;
  display: block;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, rgba(240, 235, 255, 0.96), rgba(169, 149, 255, 0.9) 30%, rgba(72, 46, 156, 0.96) 78%);
  box-shadow:
    inset 0 0 0 8px rgba(206, 192, 255, 0.16),
    0 16px 34px rgba(0, 0, 0, 0.32);
}

.login-modal-card__coin::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 2px solid rgba(67, 40, 146, 0.48);
  border-radius: 50%;
}

.login-modal-card__coin--large {
  left: 46px;
  bottom: 0;
  width: 138px;
  height: 138px;
}

.login-modal-card__coin--mid {
  left: 168px;
  bottom: 10px;
  width: 96px;
  height: 96px;
}

.login-modal-card__coin--small {
  left: 250px;
  bottom: 12px;
  width: 74px;
  height: 74px;
}

.login-modal-card__panel {
  position: relative;
  display: grid;
  align-content: start;
  padding: 40px 54px 46px;
  background: #171823;
}

.login-modal-card__close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

.login-modal-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-right: 34px;
}

.login-modal-card__head h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
}

.login-modal-card__head p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 17px;
}

.login-modal-card__head a {
  color: var(--color-accent-soft);
  font-weight: 700;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.auth-tabs__tab {
  position: relative;
  min-height: 56px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.48);
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.auth-tabs__tab.is-active {
  color: var(--color-accent-soft);
}

.auth-tabs__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  border-radius: 999px;
  background: var(--color-accent);
}

.auth-form {
  display: grid;
}

.auth-form-fields--login,
.auth-form-fields--register {
  display: grid;
  gap: 22px;
}

.auth-form-field {
  display: grid;
  gap: 12px;
}

.auth-form-field span {
  color: #fff;
  font-size: 18px;
}

.auth-form-field__control {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.auth-form-field__control--icon {
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: 0;
  align-items: center;
}

.auth-form-field input {
  width: 100%;
  min-height: 68px;
  padding: 0 20px;
  border: 0;
  border-radius: 18px;
  background: #2b2c35;
  color: #f8f8fb;
  font-size: 18px;
  outline: none;
}

.auth-form-field input::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.auth-form-field__toggle {
  position: relative;
  width: 52px;
  height: 68px;
  border: 0;
  border-radius: 18px;
  background: #2b2c35;
  cursor: pointer;
}

.auth-form-field__toggle::before,
.auth-form-field__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.auth-form-field__toggle::before {
  width: 18px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px / 8px;
}

.auth-form-field__toggle::after {
  width: 2px;
  height: 22px;
  background: rgba(255, 255, 255, 0.34);
  transform: translate(-50%, -50%) rotate(45deg);
}

.auth-form-field__toggle.is-visible::after {
  opacity: 0;
}

.auth-form__row--login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
}

.auth-check {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 16px;
}

.auth-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--color-accent);
}

.auth-form__forgot {
  color: var(--color-accent-soft);
  font-size: 16px;
  font-weight: 500;
}

.auth-form__feedback {
  min-height: 24px;
  margin: 20px 0 14px;
  font-size: 14px;
  line-height: 1.5;
}

.auth-form__feedback.is-info {
  color: rgba(var(--color-accent-rgb), 0.92);
}

.auth-form__feedback.is-success {
  color: #6be3a7;
}

.auth-form__feedback.is-error {
  color: #ff9ea8;
}

.auth-form__primary--amber {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--color-accent), var(--color-accent-strong));
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(var(--color-accent-rgb), 0.32);
}

.auth-form__primary--amber:disabled {
  opacity: 0.68;
  cursor: wait;
}

@media (max-width: 1100px) {
  .login-modal-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .login-modal-card__visual {
    min-height: 280px;
  }

  .login-modal-card__panel {
    padding: 34px 28px 32px;
  }
}

.demo-captcha-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.54);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.demo-captcha-modal h2 {
  margin: 2px 0 18px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.demo-captcha-code {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  margin: 0 auto 10px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(247, 247, 247, 0.98)),
    repeating-linear-gradient(115deg, rgba(255, 80, 80, 0.38) 0 10px, transparent 10px 24px);
  color: #181818;
  font-size: 58px;
  letter-spacing: 0.3em;
  font-weight: 300;
  user-select: none;
}

.demo-captcha-refresh {
  display: block;
  margin: 0 auto 16px;
  border: 0;
  background: transparent;
  color: #e7b23a;
  font-size: 15px;
  cursor: pointer;
}

.demo-captcha-input {
  display: block;
  margin-bottom: 14px;
}

.demo-captcha-input input {
  width: 100%;
  height: 62px;
  padding: 0 22px;
  border: 0;
  border-radius: 20px;
  background: #20212a;
  color: #ffffff;
  font-size: 34px;
  letter-spacing: 0.28em;
  text-align: center;
  outline: none;
}

.demo-captcha-input input:focus {
  box-shadow: inset 0 0 0 1px rgba(240, 184, 61, 0.44);
}

.demo-captcha-feedback {
  min-height: 22px;
  margin: 0 0 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.demo-captcha-feedback.is-error {
  color: #ff8b8b;
}

.demo-captcha-feedback.is-info {
  color: #f3c45f;
}

.demo-captcha-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.demo-captcha-actions__cancel,
.demo-captcha-actions__confirm {
  height: 60px;
  border: 0;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.demo-captcha-actions__cancel {
  background: #ffffff;
  color: #17181d;
}

.demo-captcha-actions__confirm {
  background: linear-gradient(180deg, #f7c347, #f1b730);
  color: #17181d;
}

.header-auth-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.header-auth-link:hover {
  transform: none;
  color: #ffffff;
}

.header-auth-profile {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: 6px;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
}

.header-auth-profile:hover {
  transform: none;
}

.header-auth-profile__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid rgba(246, 190, 63, 0.88);
  background: radial-gradient(circle at 30% 30%, #fff4cf, #f0b33b 74%);
  color: #2f2414;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.header-auth-profile__meta {
  display: grid;
  gap: 4px;
}

.header-auth-profile__meta strong {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

.header-auth-profile__meta small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1;
}

.header-action--menu-live {
  display: inline-flex;
  width: 44px;
  height: 44px;
  padding: 0;
}

.header-action--menu-live span {
  width: 15px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}
