/* Aura Dashboard */

.dash-loading-text {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--c-text3);
}

.dash-form-pw-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.dash-forgot-link {
  font-size: 12px;
  color: var(--c-accent);
  cursor: pointer;
  font-weight: 600;
}

.dash-label-optional {
  color: var(--c-text3);
  text-transform: none;
  letter-spacing: 0;
}

.dash-reset-success {
  display: none;
  background: var(--c-accent-glow);
  border: 1px solid rgba(74,222,128,0.2);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-size: 13px;
  color: var(--c-accent);
  margin-bottom: 16px;
}

.dash-otp-countdown {
  display: none;
  color: var(--c-text3);
}

.dash-app-shell {
  display: none;
  width: 100%;
  min-height: 100vh;
}

.dash-notif-btn {
  position: relative;
}

.dash-ci-mini-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
}

.dash-ci-mini-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--c-accent-glow);
  border: 1px solid rgba(74,222,128,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dash-ci-mini-icon i {
  font-size: 24px;
  color: var(--c-accent);
}

.dash-ci-mini-val {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
}

.dash-ci-mini-label {
  font-size: 12px;
  color: var(--c-text3);
  margin-top: 2px;
  font-family: var(--font-mono);
}

.dash-skeleton-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.dash-skeleton-label {
  width: 80px;
  height: 10px;
}

.dash-skeleton-val {
  width: 60px;
  height: 26px;
}

.dash-btn-sm {
  font-size: 12px;
  padding: 6px 12px;
}

.dash-ci-card {
  text-align: center;
  padding: 40px 32px;
  margin-bottom: 16px;
}

.dash-ci-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--c-accent-glow);
  border: 2px solid rgba(74,222,128,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.4s;
}

.dash-ci-icon-wrap i {
  font-size: 32px;
  color: var(--c-accent);
}

.dash-ci-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 6px;
}

.dash-ci-subtitle {
  font-size: 13px;
  color: var(--c-text3);
  font-family: var(--font-mono);
  margin-bottom: 28px;
}

.dash-ci-btn {
  font-size: 15px;
  padding: 14px;
}

.dash-ci-next-label {
  margin-top: 14px;
  font-size: 12px;
  color: var(--c-text3);
  font-family: var(--font-mono);
}

.dash-ci-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.dash-ci-stat-card {
  text-align: center;
  padding: 18px;
}

.dash-ci-stat-label {
  font-size: 11px;
  color: var(--c-text3);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.dash-ci-stat-val-green {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  color: var(--c-accent);
}

.dash-ci-stat-val-blue {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  color: var(--c-blue);
}

.dash-ci-stat-suffix {
  font-size: 11px;
  color: var(--c-text3);
  margin-top: 2px;
}

.dash-ci-history-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 14px;
}

.dash-ci-history-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dash-loading-placeholder {
  text-align: center;
  padding: 20px;
  color: var(--c-text3);
  font-size: 13px;
}

.dash-refer-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--c-text3);
  font-family: var(--font-mono);
  margin-bottom: 10px;
}

.dash-text-accent {
  color: var(--c-accent);
}

.dash-refer-stats-grid {
  gap: 16px;
}

.dash-grid-gap-20 {
  gap: 20px;
}

.dash-flex-col {
  display: flex;
  flex-direction: column;
}

.dash-tx-status-inline {
  margin-top: 4px;
  display: inline-block;
}

.dash-redeem-loading {
  text-align: center;
  padding: 48px;
  color: var(--c-text3);
  font-size: 13px;
  grid-column: 1 / -1;
}

.dash-tx-loading {
  text-align: center;
  padding: 40px;
  color: var(--c-text3);
  font-size: 13px;
}

.dash-btn-withdraw {
  font-size: 12px;
  padding: 7px 14px;
}

.dash-about-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dash-about-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dash-about-link {
  color: var(--c-text2);
  font-size: 13px;
}

.dash-divider-sm {
  margin: 4px 0;
}

.dash-btn-center {
  justify-content: center;
}

.dash-notif-prefs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dash-profile-grid {
  gap: 20px;
}

.dash-ow-embed-actions-btn {
  font-size: 12px;
  padding: 6px 12px;
}

.dash-ow-dialog-actions-btn-icon {
  font-size: 12px;
  padding: 6px 11px;
}

.dash-ow-dialog-close-btn {
  font-size: 12px;
  padding: 6px 10px;
}

.dash-refer-flex-col {
  display: flex;
  flex-direction: column;
}

.dash-tx-withdraw-btn {
  font-size: 12px;
  padding: 7px 14px;
}

.dash-profile-logout-btn {
  justify-content: center;
}

.dash-sk-offer { flex-shrink: 0; width: 148px; height: 196px; }
.dash-sk-wall  { flex-shrink: 0; width: 160px; height: 180px; }
.dash-dv2-controls { display: flex; align-items: center; gap: 10px; }
.dash-back-link { color: var(--c-text3); }
.dash-otp-demo-code { text-align: center; margin-bottom: 10px; }
.dash-filter-wrap { flex-wrap: wrap; }
.dash-ci-page-wrap { max-width: 480px; margin: 0 auto; padding-top: 12px; }
.dash-nav-logout { margin: 0; color: var(--c-red); }
