
/* crabcc — warm terracotta on terminal graphite (_ds color tokens) */
:root { color-scheme: dark; }
body {
  background: #0e0e10;
  color: #f3f3f2;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.wrap, .container { background: transparent; }
h1, h2, h3, h4 { color: #fff7f1; letter-spacing: -0.01em; }
a { color: #ff8c42; }
a:hover { color: #ffb380; }
p, li, label { color: #cfcfcd; }
hr { border-color: #2a2a2c; }
header .logo, .header .logo { filter: none; }
input[type="text"], input[type="email"], textarea, select {
  background: #161618;
  border: 1px solid #2a2a2c;
  color: #f3f3f2;
  font-family: inherit;
  border-radius: 6px;
}
input[type="text"]:focus, input[type="email"]:focus {
  border-color: #e2703f;
  outline: none;
}
button, .button, input[type="submit"] {
  background: #d35400;
  border: none;
  color: #fff7f1;
  font-family: inherit;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
}
button:hover, .button:hover, input[type="submit"]:hover { background: #e2703f; }
.footer, footer { color: #6a6a6a; }
.footer a, footer a { color: #a8a8a6; }
