/* ponytail: fallback styling for pages not yet migrated to daisyUI. Nav/shell chrome now lives in View.elm via daisyUI classes. */
* { box-sizing: border-box; }
html, body { margin: 0; height: 100%; font-family: system-ui, sans-serif; }

input, textarea, button, select {
  font: inherit;
  padding: 0.4rem 0.5rem;
  margin: 0.25rem 0;
  border: 1px solid #45475a;
  border-radius: 6px;
}
button { cursor: pointer; background: #89b4fa; color: #1e1e2e; border: none; font-weight: 600; }
button:hover { background: #74c7ec; }
textarea { width: 100%; }

.error { color: #f38ba8; }
.muted { color: #6c7086; font-size: 0.875rem; }

.signin {
  max-width: 320px;
  margin: 4rem auto;
  display: flex;
  flex-direction: column;
}

ul { padding-left: 1.25rem; }
a { color: #89b4fa; }
