/* assets/site.css */
body { scroll-behavior: smooth; }
.hero {
  padding: 3rem 0;
  background: linear-gradient(135deg, #0b1f3a 0%, #111827 100%);
  color: white;
  border-radius: 1rem;
}
.hero a { color: #fff; }
.kbd-like {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background: #111827;
  color: #e5e7eb;
  padding: 0.1rem 0.35rem;
  border-radius: 0.35rem;
}
pre.console {
  background: #0b1220;
  color: #e5e7eb;
  padding: 1rem;
  border-radius: 0.75rem;
  max-height: 420px;
  overflow: auto;
  white-space: pre-wrap;
}