.profile-info-row strong {
  min-width: 0;
  overflow: hidden;
  color: #f8fafc;
  font-size: 15px;
  font-weight: 900;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.profile-card-title-orange {
  color: #ff9a5c;
}

.profile-card-title-purple {
  color: #b38cff;
}

.profile-support-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.profile-action-btn {
  min-height: 48px;
  padding: 0 10px;
  color: #f8fafc;
  background: #242431;
  font-size: 14px;
}

.app-profile-card .auth-provider-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.profile-provider-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px 12px;
  align-items: center;
  padding: 10px 0;
}

.profile-provider-row.disabled {
  opacity: 0.62;
}

.profile-provider-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #252333;
  color: #fff;
  font-weight: 950;
}

.profile-provider-icon.google {
  background: #fff;
  color: #18181c;
}

.profile-provider-icon.vk {
  background: #1489ff;
  color: #fff;
  text-transform: uppercase;
}

.profile-provider-icon.telegram {
  background: #2aabee;
  color: #fff;
  text-transform: uppercase;
}

.profile-provider-main {
  min-width: 0;
}

.profile-provider-main strong,
.profile-provider-main span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-provider-main strong {
  color: #f8fafc;
  font-size: 16px;
  font-weight: 950;
}

.profile-provider-main span {
  color: #9ba2b2;
  font-size: 14px;
  font-weight: 750;
}

.profile-provider-action {
  grid-column: 2;
  justify-self: start;
  max-width: 100%;
}

.profile-provider-action iframe,
.profile-provider-action > div {
  max-width: 100% !important;
}

.profile-mini-btn {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(246, 241, 232, 0.12);
  color: #aeb4c2;
  background: #20202a;
}

.profile-danger-btn {
  width: 100%;
  min-height: 52px;
  margin-top: 14px;
  color: #ff9b9b;
  background: rgba(126, 26, 32, 0.38);
}

.profile-voice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 126px;
  gap: 10px;
}

.profile-voice-card,
.profile-voice-settings {
  min-height: 78px;
  border: 1px solid rgba(139, 92, 246, 0.42);
  border-radius: 16px;
  color: #f8fafc;
  background: #171322;
  font-weight: 900;
}

.profile-voice-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  text-align: left;
}

.profile-voice-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #2b2050;
}

.profile-voice-card span span,
.profile-voice-card strong,
.profile-voice-card em {
  display: block;
}

.profile-voice-card em {
  color: #9ba2b2;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.profile-voice-card b {
  color: #31d779;
}

.profile-voice-card.empty b,
.profile-voice-card.loading b,
.profile-voice-card.verify b {
  color: #8f97a8;
}

.profile-voice-card.processing b {
  color: #c4b5fd;
}

.profile-voice-card.failed {
  border-color: rgba(252, 165, 165, 0.48);
}

.profile-voice-card.failed b {
  color: #fca5a5;
}

.profile-voice-settings {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
}

.profile-voice-settings.processing {
  opacity: 0.78;
}

body.profile-voice-modal-open {
  overflow: hidden;
}

.profile-voice-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px 12px calc(16px + env(safe-area-inset-bottom));
  background: rgba(0, 0, 0, 0.66);
}

.profile-voice-sheet {
  position: relative;
  width: min(100%, 560px);
  max-height: calc(100svh - 34px);
  overflow: auto;
  padding: 12px 16px 16px;
  border: 1px solid rgba(178, 181, 205, 0.22);
  border-radius: 24px 24px 20px 20px;
  background: #15151d;
  box-shadow: 0 -18px 80px rgba(0, 0, 0, 0.58);
}

.profile-voice-sheet-handle {
  width: 42px;
  height: 4px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(246, 241, 232, 0.22);
}

.profile-voice-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  border: 1px solid rgba(246, 241, 232, 0.1);
  border-radius: 14px;
  color: #f8fafc;
  background: #20202a;
  font-size: 24px;
  line-height: 1;
}

.profile-voice-sheet-icon {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  border-radius: 16px;
  background: #261a4a;
  font-size: 24px;
}

.profile-voice-sheet h2 {
  margin: 0 44px 14px;
  color: #f8fafc;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.12;
  text-align: center;
}

.voice-sheet-body,
.voice-sheet-state p,
.voice-small-hint,
.voice-action-hint {
  margin: 0;
  color: #aeb4c2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.42;
}

.voice-action-hint {
  margin-top: -4px;
  color: #c4b5fd;
  font-size: 13px;
  text-align: center;
}

.voice-sheet-state,
.voice-step {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.voice-sheet-state {
  align-items: center;
  text-align: center;
}

.voice-state-ok,
.voice-spinner {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.16);
  color: #31d779;
  font-size: 28px;
  font-weight: 950;
}

.voice-spinner {
  border: 3px solid rgba(196, 181, 253, 0.18);
  border-top-color: #a78bfa;
  background: transparent;
  color: transparent;
  animation: voiceSpin 0.9s linear infinite;
}

@keyframes voiceSpin {
  to { transform: rotate(360deg); }
}

.voice-error-box,
.voice-phrase-box,
.voice-language-block,
.voice-consent-row,
.voice-recorder {
  border: 1px solid rgba(178, 181, 205, 0.18);
  border-radius: 16px;
  background: #1a1a24;
}

.voice-error-box {
  padding: 12px;
  color: #fca5a5;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.voice-phrase-box {
  padding: 14px;
  color: #f8fafc;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.voice-language-block {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.voice-language-block strong {
  color: #f8fafc;
  font-size: 15px;
  font-weight: 900;
}

.voice-language-block span {
  color: #8f97a8;
  font-size: 13px;
  font-weight: 700;
}

.voice-language-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.voice-language-toggle button {
  min-height: 44px;
  color: #aeb4c2;
  background: #232330;
}

.voice-language-toggle button.active {
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
}

.voice-consent-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 12px;
  text-align: left;
}

.voice-consent-row span {
  color: #a78bfa;
  font-size: 22px;
}

.voice-consent-row strong {
  color: #f8fafc;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.32;
}

.voice-recorder {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 18px 14px;
}

.voice-record-btn {
  width: 72px;
  height: 72px;
  min-height: 72px;
  padding: 0;
  border-radius: 999px;
  color: #fff;
  background: #8b5cf6;
  font-size: 30px;
  box-shadow: none;
}

.voice-record-btn.active {
  background: #ef4444;
  box-shadow: none;
  animation: voiceRecordPulse 1.2s ease-in-out infinite;
}

@keyframes voiceRecordPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

.voice-recorder strong {
  color: #aeb4c2;
  font-size: 15px;
  font-weight: 850;
}

.voice-recorder em {
  color: #ef4444;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.3;
  text-align: center;
}

.voice-level-bars {
  display: flex;
  height: 34px;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.voice-level-bars span {
  display: block;
  width: 5px;
  height: 4px;
  border-radius: 999px;
  background: #a78bfa;
  opacity: 0.35;
}

.voice-recorder-recorded {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 38px;
  gap: 12px;
  width: 100%;
  align-items: center;
}

.voice-play-btn,
.voice-clear-btn {
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 999px;
  color: #fff;
  background: #8b5cf6;
}

.voice-clear-btn {
  width: 38px;
  height: 38px;
  min-height: 38px;
  color: #fca5a5;
  background: rgba(126, 26, 32, 0.36);
  font-size: 24px;
}

.voice-recorder-progress {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.voice-recorder-bar {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, #8b5cf6 var(--progress, 0%), #4a4a5e var(--progress, 0%));
}

.voice-recorder-time {
  display: flex;
  justify-content: space-between;
  color: #9ba2b2;
  font-size: 12px;
  font-weight: 800;
}

.voice-primary-btn,
.voice-secondary-btn,
.voice-sheet-close {
  width: 100%;
  min-height: 54px;
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  font-size: 16px;
  font-weight: 950;
}

.voice-primary-btn:disabled,
.voice-secondary-btn:disabled,
.voice-sheet-close:disabled {
  opacity: 0.52;
}

.voice-secondary-btn,
.voice-sheet-close {
  color: #c4b5fd;
  background: #20202a;
}

.voice-secondary-btn.destructive {
  color: #ff9b9b;
  background: rgba(126, 26, 32, 0.38);
}

.voice-sheet-close {
  margin-top: 14px;
}

.voice-small-hint {
  font-size: 13px;
  text-align: center;
}

.app-profile-balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 114px;
  margin: 0 0 16px;
  padding: 18px 16px;
  background: #34101d;
  border-color: rgba(255, 122, 69, 0.18);
}

.app-profile-balance.disabled {
  background: #181820;
  border-color: rgba(178, 181, 205, 0.18);
}

.app-profile-balance.disabled strong {
  color: #8f97a8;
}

.app-profile-balance span,
.app-profile-balance strong,
.app-profile-balance em {
  display: block;
}

.app-profile-balance span {
  color: #f8fafc;
  font-size: 17px;
  font-weight: 950;
}

.app-profile-balance strong {
  margin: 8px 0 4px;
  color: #ff8a3d;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.app-profile-balance em {
  color: #b9a7ad;
  font-style: normal;
  font-weight: 750;
}

.app-profile-balance button {
  min-width: 116px;
}

.app-profile-stat {
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-bottom: 16px;
  padding: 22px;
}

.app-profile-stat span {
  color: var(--accent);
  font-size: 28px;
}

.app-profile-stat strong {
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

.app-profile-stat em {
  color: #8f97a8;
  font-style: normal;
  font-weight: 750;
}

.profile-delete-btn {
  width: 100%;
  min-height: 58px;
  margin-bottom: 24px;
  border: 0;
  border-radius: 14px;
  color: #ff9b9b;
  background: rgba(126, 26, 32, 0.62);
  font-weight: 950;
}

.app-profile-footer {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 4px 0 46px;
  color: #ff9b9b;
  text-align: center;
  font-weight: 900;
}

.app-profile-footer > strong,
.app-profile-footer > span {
  color: #8f97a8;
}

.app-profile-footer > span {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
}

.app-profile-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: #f8fafc;
  font-size: 20px;
}

.app-profile-footer-brand img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.app-store-title h1 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d99cff;
}

.store-balance-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 16px;
  overflow: hidden;
}

.store-balance-card-solo {
  grid-template-columns: 1fr;
}

.store-balance-card > div {
  min-height: 112px;
  padding: 18px 16px;
}

.store-balance-card > div + div {
  border-left: 1px solid rgba(246, 241, 232, 0.12);
}

.store-balance-card span,
.store-balance-card strong,
.store-balance-card em {
  display: block;
}

.store-balance-card span {
  color: #9ba2b2;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.store-balance-card strong {
  margin: 8px 0;
  color: #f8fafc;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}

.store-balance-card em {
  color: #9ba2b2;
  font-size: 14px;
  font-style: normal;
}

.store-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-bottom: 16px;
  padding: 4px;
  border: 1px solid rgba(246, 241, 232, 0.14);
  border-radius: 14px;
  background: #121219;
}

.store-tabs button {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  color: #9ba2b2;
  background: transparent;
  font-weight: 950;
}

.store-tabs button.active {
  color: #fff;
  background: #5f5bf4;
}

.store-note,
.store-status {
  color: #c7cbd5;
  line-height: 1.45;
}

.store-status {
  display: grid;
  gap: 8px;
  border-color: rgba(80, 220, 150, 0.2);
  background: #0d2027;
}

.store-product-list {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.store-product-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(246, 241, 232, 0.14);
  border-radius: 18px;
  color: #f8fafc;
  background: #14141b;
  text-align: left;
}

.store-product-card.active {
  border-color: #7067ff;
  box-shadow: 0 0 0 1px rgba(112, 103, 255, 0.55);
}

.store-product-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff812f, #ff4a2d);
  font-size: 24px;
}

.store-product-main {
  min-width: 0;
}

.store-product-main strong,
.store-product-main em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-product-main strong {
  font-size: 20px;
  font-weight: 950;
}

.store-product-main em {
  color: #9ba2b2;
  font-style: normal;
  font-weight: 750;
}

