*{box-sizing:border-box;margin:0;padding:0}
html,body{background:#fafaf0;color:#3f3f2a;font:16px/1.7 "Segoe UI",Verdana,sans-serif}
a{color:#3f6212;text-decoration:none}
a:hover{color:#1a2e05;text-decoration:underline}
.wrap{max-width:960px;margin:0 auto;padding:0 20px}
.ico{width:28px;height:28px;display:block;color:#4d7c0f}
.top{position:sticky;top:0;z-index:20;background:#f7fee7;border-bottom:1px solid #d9e4b8}
.top .wrap{display:flex;align-items:center;justify-content:space-between;min-height:64px;gap:16px}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;color:#365314;white-space:nowrap}
.brand .ico{width:22px;height:22px}
nav{display:flex;flex-wrap:wrap;gap:14px;font-size:14px}
.hero{padding:36px 0 28px;background:linear-gradient(#f7fee7,#fafaf0)}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
h1{font-size:30px;line-height:1.35;color:#1a2e05;margin-bottom:12px;font-weight:700}
.hero p{max-width:42em}
.blank-mock{background:#fff;border:1px solid #d4d4aa;border-radius:8px;padding:16px;box-shadow:4px 6px 0 #e8edc8}
.mock-row{background:#ecfccb;border-radius:6px;padding:10px 12px;margin-bottom:10px;font-size:13px;color:#3f6212}
.mock-row.dim{opacity:.55;background:#f4f4e4}
.mock-gap{border:1px dashed #a3a37a;padding:18px 12px;text-align:center;color:#656548;font-size:13px;margin-bottom:10px}
.mock-bar{display:block;height:4px;background:#4d7c0f;width:46%;margin:0 auto 8px}
.sym{padding:8px 0 28px}
.cards3,.cards2{display:grid;gap:16px}
.cards3{grid-template-columns:repeat(3,1fr)}
.cards2{grid-template-columns:1fr 1fr;margin-top:16px}
.card{background:#fff;border:1px solid #e4e4c8;border-radius:10px;padding:16px 16px 18px;box-shadow:0 1px 0 #eef2d4}
.card h3{font-size:16px;margin:10px 0 8px;color:#365314}
.card p{font-size:14px;color:#44442f}
.strip{padding:28px 0;background:#fafaf0}
.strip.alt{background:#f7fee7}
.strip-in{display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:start}
.num{width:64px;height:64px;border-radius:8px;background:#4d7c0f;color:#f7fee7;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center}
h2{font-size:22px;line-height:1.4;color:#1a2e05;margin:0 0 12px}
.strip h2+h2,.run h2+p,.run h2{margin-top:0}
.run h2{margin:22px 0 12px}
p{margin-bottom:12px}
.run{padding:32px 0;background:#fffdf3;border-top:1px solid #e4e4c8;border-bottom:1px solid #e4e4c8}
.runbook{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:8px 0 28px}
.runbook li{background:#fff;border:1px solid #d9e4b8;border-radius:8px;padding:14px;display:flex;gap:10px;align-items:flex-start}
.runbook span{flex:0 0 28px;height:28px;border-radius:50%;background:#4d7c0f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}
.runbook h3{font-size:15px;margin-bottom:6px;color:#365314}
.runbook p{font-size:13px;margin:0;color:#44442f}
table.mute{width:100%;border-collapse:collapse;margin:16px 0 24px;background:#fff;font-size:14px}
table.mute caption{text-align:left;font-weight:700;color:#365314;margin-bottom:8px}
table.mute th,table.mute td{border:1px solid #e4e4c8;padding:10px 12px;vertical-align:top}
table.mute th{background:#eef6c8;color:#365314;font-weight:600}
.faq{max-width:960px;margin:0 auto;padding:32px 20px 48px}
.faq h2{margin-bottom:16px}
details{background:#fff;border:1px solid #e4e4c8;border-radius:8px;padding:12px 16px;margin-bottom:10px}
summary{cursor:pointer;font-weight:600;color:#365314}
details p{margin:10px 0 0;font-size:14px}
details[open]{border-color:#4d7c0f}
.site-footer{background:#365314;color:#eef6c8;padding:28px 20px;text-align:left}
.site-footer p{max-width:960px;margin:0 auto 8px;font-size:13px}
@media (max-width:880px){
.hero-grid,.cards3,.cards2,.runbook,.strip-in{grid-template-columns:1fr}
.top .wrap{flex-direction:column;align-items:flex-start;padding:12px 20px}
}

.strip-in .card:hover {
  border-color: #4d7c0f;
  box-shadow: 2px 3px 0 #e8edc8;
}
.top nav a {
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}
.top nav a:hover {
  text-decoration: none;
  border-bottom-color: #4d7c0f;
}
.brand:hover .ico {
  color: #1a2e05;
}
.hero h1 {
  letter-spacing: -0.02em;
}
.blank-mock {
  transform: rotate(-0.4deg);
}
.mock-row:last-of-type {
  margin-bottom: 0;
}
.sym .card h3 {
  min-height: 1.4em;
}
.runbook li:hover {
  border-color: #4d7c0f;
}
.runbook li:hover span {
  background: #365314;
}
table.mute tr:nth-child(even) td {
  background: #f7fee7;
}
table.mute caption {
  font-size: 15px;
}
details summary::-webkit-details-marker {
  color: #4d7c0f;
}
details[open] summary {
  margin-bottom: 4px;
}
.faq details + details {
  margin-top: 0;
}
.site-footer p:last-child {
  margin-bottom: 0;
}
.card .ico {
  margin-bottom: 2px;
}
.strip .num {
  position: sticky;
  top: 80px;
}
.hero-grid p {
  color: #44442f;
}
main {
  display: block;
}
img {
  max-width: 100%;
}
h3 {
  font-weight: 700;
}
button {
  font: inherit;
}
ol, ul {
  margin: 0;
  padding: 0;
}
section {
  position: relative;
}
.wrap::after {
  content: "";
  display: table;
  clear: both;
}
.strip.alt .num {
  background: #365314;
}
.card p + p {
  margin-top: 8px;
}
.run {
  position: relative;
}
.run:after {
  content: "";
  display: none;
}
details p:last-child {
  margin-bottom: 0;
}
nav a:focus-visible,
summary:focus-visible {
  outline: 2px solid #4d7c0f;
  outline-offset: 3px;
}
@media (max-width: 640px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 19px;
  }
  .num {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  .top {
    position: static;
  }
}
@media (min-width: 1100px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
