/* Minimal above-the-fold styles for generator LCP; full Tailwind loads from index.html */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Satoshi", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: hsl(var(--background, 0 0% 100%));
  color: hsl(var(--foreground, 20 14.3% 4.1%));
}

#root {
  min-height: 100vh;
}

.pw-gen-input-shell {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 4rem;
  border: 2px solid #9ca3af;
  border-radius: 9999px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.pw-gen-input-shell input {
  flex: 1;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1.25rem;
  color: #000;
  outline: none;
}

.pw-gen-input-shell .passphrase-input-scroll {
  min-width: 0;
  flex: 1 1 0%;
  overflow-x: auto;
  overflow-y: hidden;
}

.pw-gen-input-shell input.passphrase-scroll {
  text-align: center;
  width: auto;
  max-width: none;
  font-size: 0.8125rem;
}

.pw-gen-input-shell input.passphrase-scroll--center {
  text-align: center;
  font-size: 1.125rem;
}
