.more-page {
  min-height: 100vh;
  padding: 1rem 1rem calc(5rem + env(safe-area-inset-bottom));
  background: #f5f7fa;
}

.more-header { margin-bottom: 1rem; }

.more-account-card,
.more-section-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.more-account-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  margin-bottom: 1.25rem;
}

.more-avatar {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.15);
  color: #2563eb;
  font-size: 1.25rem;
  font-weight: 700;
}

.more-account-copy { min-width: 0; }
.more-account-name { font-weight: 700; }
.more-account-email { color: #6b7280; font-size: 0.8rem; overflow-wrap: anywhere; }
.more-section { margin-bottom: 1.25rem; }
.more-section-title { margin: 0 0 0.4rem 0.25rem; color: #6b7280; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.more-section-card { overflow: hidden; }

.more-row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border: 0;
  border-bottom: 1px solid #eef0f3;
  background: transparent;
  color: #1f2937;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.more-row:last-child { border-bottom: 0; }
.more-row-icon { color: #3b82f6; }
.more-row-label { flex: 1; }
.more-row-chevron { color: #9ca3af; font-size: 0.75rem; }
.more-version-row { display: flex; justify-content: space-between; align-items: center; padding: 0.9rem 1rem; }
.more-version-row .version-info { color: #6b7280; font-size: 0.8rem; }
.more-sign-out { margin-bottom: 1rem; }

.is-dark .more-page { background: #0f172a; }
.is-dark .more-account-card,
.is-dark .more-section-card { background: #111827; border-color: #263244; }
.is-dark .more-row { color: #e5e7eb; border-bottom-color: #263244; }
.is-dark .more-account-email,
.is-dark .more-section-title,
.is-dark .more-version-row .version-info { color: #9ca3af; }
