/* Nooma docs site — minimal, readable */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2c2c2c;
  background: #FDFCFA;
}
.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}
h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 12px;
  background: linear-gradient(135deg, #FF6B35, #F7931E);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 36px 0 12px;
  color: #2c2c2c;
}
h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 24px 0 6px;
  color: #2c2c2c;
}
p, ul, ol { margin: 0 0 14px; }
ul, ol { padding-left: 24px; }
li { margin-bottom: 4px; }
a { color: #FF6B35; text-decoration: none; }
a:hover { text-decoration: underline; }
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px;
  background: #F0E9D8;
  padding: 1px 6px;
  border-radius: 4px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 20px;
  font-size: 14px;
}
th, td {
  text-align: left;
  padding: 8px 12px;
  border-bottom: 1px solid #E8E2D4;
}
th { font-weight: 600; background: #F8F4EB; }

.lede { font-size: 18px; color: #6A6A6A; margin-bottom: 28px; }
.meta { font-size: 13px; color: #9A9A9A; margin-bottom: 24px; }
.back { font-size: 13px; margin-bottom: 16px; }
.links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}
.links a {
  display: inline-block;
  padding: 12px 18px;
  background: #FFFFFF;
  border: 1px solid #E8E2D4;
  border-radius: 12px;
  color: #2c2c2c;
  font-weight: 500;
}
.links a:hover { border-color: #FF6B35; text-decoration: none; }
.contact { font-size: 14px; color: #6A6A6A; margin-top: 32px; }
