
.send-empty-state {
  margin: 12px 20px 0;
  line-height: 1.5;
}

.send-empty-link {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.send-scan-button {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 26px rgba(15, 12, 8, 0.12);
}

.send-scan-button:focus-visible {
  outline: 3px solid rgba(244, 184, 96, 0.7);
  outline-offset: 3px;
}

.send-scan-icon {
  width: 30px;
  height: 30px;
}

.send-scanner[hidden] {
  display: none;
}

.send-scanner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
}

.send-scanner-viewport {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.send-scanner-close {
  border: none;
  background: none;
  color: var(--muted);
  font-size: 16px;
  cursor: pointer;
  padding: 8px 20px;
}
