/* Sin fuentes externas ni imágenes remotas: CSP del origen es default-src 'none'. */
:root {
  color-scheme: light;
}
body {
  margin: 0;
  font-family:
    system-ui,
    -apple-system,
    'Segoe UI',
    Roboto,
    sans-serif;
  color: #14324a;
  background: #f7fafc;
}
.vs-shell {
  max-width: 34rem;
  margin: 0 auto;
  padding: 2rem 1.25rem;
}
.vs-title {
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}
.vs-copy {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.vs-status {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
}
.vs-foot {
  font-size: 0.75rem;
  color: #64748b;
  margin: 0;
}
