body.pix-fresh-body,
body.pix-auth-shell,
body.pix-lock-body {
  background: linear-gradient(180deg, #0a0a0d 0%, #08080b 50%, #050505 100%);
  color: #f2f4f7;
}

.content.pix-skin,
.pix-dashboard-container,
.pix-page-shell {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 0 40px;
}

.pix-page-shell--narrow {
  max-width: 760px;
}

.pix-glass-dark,
.pix-form-card-dark,
.pix-card,
.pix-card-dark,
.pix-card-compact,
.block.full.pix-card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(16, 18, 23, 0.94), rgba(11, 13, 17, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
  color: #f2f4f7;
}

.pix-glass-dark,
.pix-form-card-dark,
.pix-card,
.pix-card-dark,
.block.full.pix-card {
  padding: 24px;
}

.pix-card-compact {
  padding: 18px;
}

.pix-form-header,
.pix-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.pix-form-actions,
.pix-card-actions,
.wizard-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pix-card-title,
.pix-form-title {
  margin: 0;
  color: #f5f7fa;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.pix-card-sub,
.pix-form-subtitle,
.pix-form-help-dark,
.pix-auth-footer,
.pix-login-subtext,
.pix-login-subtitle {
  color: #99a3af;
}

.pix-login-screen {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 40px 24px;
}

.pix-login-stack {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.pix-login-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.pix-login-logo,
.pix-login-card-logo__image {
  width: 168px;
  height: auto;
  object-fit: contain;
}

.pix-login-card {
  width: 100%;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(16, 18, 23, 0.94), rgba(11, 13, 17, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.pix-login-card-top,
.pix-login-card-header,
.pix-login-chip-row,
.pix-auth-actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pix-login-card-top,
.pix-login-card-header {
  margin-bottom: 22px;
}

.pix-login-card-header {
  flex-direction: column;
  align-items: stretch;
}

.pix-login-card-copy {
  text-align: left;
}

.pix-login-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pix-login-title {
  margin: 0;
  color: #f5f7fa;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.pix-login-subtext,
.pix-login-subtitle,
.pix-auth-footer,
.pix-login-card__footer {
  font-size: 14px;
  line-height: 1.5;
}

.pix-login-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #d8dde4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pix-login-chip-row {
  width: 100%;
}

.pix-login-form,
.pix-form,
.kyc-wizard-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pix-auth-submit,
.pix-form-group--actions {
  margin-top: 12px;
}

.pix-password-wrapper,
.pix-input-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pix-password-wrapper > .pix-form-control-dark,
.pix-input-group > .pix-form-control-dark {
  flex: 1 1 auto;
}

.pix-password-toggle {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(22, 24, 29, 0.98), rgba(15, 17, 21, 0.98));
  color: #dbe1e7;
}

.pix-login-remember {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pix-checkbox {
  width: 18px;
  height: 18px;
}

.pix-auth-footer,
.pix-login-card__footer {
  margin-top: 18px;
}

.wizard-step {
  display: none;
}

.wizard-step.active {
  display: block;
}

.wizard-step-counter,
.pix-section-title-dark {
  display: block;
  margin-bottom: 14px;
  color: #8f99a6;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wizard-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.wizard-nav-item {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  color: #99a3af;
  font-size: 12px;
  font-weight: 600;
}

.wizard-nav-item.active {
  background: rgba(255, 255, 255, 0.1);
  color: #f2f4f7;
}

.pix-ddi-flag {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.table-responsive,
.pix-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.table,
.pix-table,
.pix-table-dark {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.table > thead > tr > th,
.pix-table > thead > tr > th,
.pix-table-dark thead th {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #99a3af;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.table > tbody > tr > td,
.pix-table > tbody > tr > td,
.pix-table-dark tbody td {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #f2f4f7;
  font-size: 13px;
  vertical-align: middle;
}

.table > tbody > tr:hover,
.pix-table > tbody > tr:hover,
.pix-table-dark tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.pix-tx-side .pix-btn-ghost,
.pix-tx-side .pix-btn-primary.pix-btn-ghost {
  min-height: 34px !important;
  padding: 0 10px !important;
  border-radius: 12px !important;
  font-size: 11px !important;
}

.pix-statements-page .pix-form-header {
  align-items: center;
  margin-bottom: 18px;
  padding: 0;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.pix-statements-page .pix-form-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #eef2f6;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -0.04em;
  background: transparent !important;
  text-shadow: none;
}

.pix-statements-page .pix-form-title .fa {
  color: #cfd5dd;
  font-size: 18px;
}

.pix-statements-page .form-group > label,
.pix-statements-page .pix-form-group-dark > label {
  margin-bottom: 8px;
  color: #cbd2da;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: transparent !important;
}

.pix-statements-page .pix-filters-wrapper,
.pix-statements-page .pix-form-footer {
  background: transparent !important;
  box-shadow: none !important;
}

.pix-receipt-page .pix-receipt-download-btn {
  min-height: 36px !important;
  padding: 0 12px !important;
  border-radius: 12px !important;
  font-size: 11px !important;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.mt-3 {
  margin-top: 12px;
}

.pix-pwa-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: min(100% - 32px, 420px);
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(16, 18, 23, 0.96), rgba(11, 13, 17, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  z-index: 60;
}

.pix-pwa-banner-row,
.pix-pwa-banner-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pix-pwa-banner-row {
  justify-content: space-between;
}

.pix-pwa-banner-title,
.pix-pwa-ios-hint {
  color: #d7dde5;
  font-size: 13px;
  line-height: 1.5;
}

.pix-pwa-install-btn,
.pix-pwa-dismiss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(22, 24, 29, 0.98), rgba(15, 17, 21, 0.98));
  color: #f2f4f7;
}

.pix-pwa-install-btn {
  background: linear-gradient(180deg, #f3f5f7 0%, #d9dde2 100%);
  color: #0b0d10;
}

.pix-lock-screen {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
}

.pix-lock-card {
  width: min(100%, 460px);
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(16, 18, 23, 0.94), rgba(11, 13, 17, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.pix-lock-logo {
  width: 140px;
  height: auto;
  object-fit: contain;
  margin-bottom: 18px;
}

.pix-lock-clock {
  width: 200px;
  margin: 0 auto 18px;
}

.pix-lock-title {
  margin: 0 0 8px;
  color: #f5f7fa;
  font-size: 28px;
  font-weight: 600;
}

.pix-lock-user {
  margin-bottom: 0;
  color: #f5f7fa;
  font-size: 20px;
  font-weight: 600;
}

.pix-lock-subtitle {
  margin: 0 0 18px;
  color: #99a3af;
  font-size: 14px;
}

.pix-lock-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 14px;
}

.pix-lock-role {
  display: block;
  margin-top: 6px;
  color: #8f99a6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pix-lock-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.pix-lock-password-group {
  margin-top: 18px;
}

@media (max-width: 992px) {
  .pix-login-screen {
    padding: 24px 16px;
  }

  .pix-login-stack {
    gap: 16px;
  }

  .content.pix-skin,
  .pix-dashboard-container,
  .pix-page-shell {
    padding: 16px 0 28px;
  }
}
