html {
  background: #dfe8e2;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #18211e;
  background:
    linear-gradient(90deg, rgba(76, 117, 100, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(76, 117, 100, 0.06) 1px, transparent 1px),
    #dfe8e2;
  background-size: 28px 28px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.58;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

a {
  color: #136d5f;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #8c5b10;
  text-decoration: underline;
}

.site {
  width: 960px;
  max-width: calc(100% - 24px);
  margin: 18px auto;
  border: 1px solid #809684;
  background: #fffef7;
  box-shadow: 0 7px 22px rgba(23, 35, 28, 0.22);
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 12px;
  color: #d7efe6;
  background: linear-gradient(#27332f, #111715);
  border-bottom: 1px solid #526d5f;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 292px;
  overflow: hidden;
  border-bottom: 1px solid #819a83;
  background: #151d19;
}

.hero.compact {
  min-height: 190px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 16, 14, 0.86), rgba(11, 16, 14, 0.52), rgba(11, 16, 14, 0.18));
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: min(720px, calc(100% - 48px));
  padding: 40px 24px;
  color: #f4fff8;
}

.compact .hero-copy {
  padding: 28px 24px;
}

.mark {
  width: 92px;
  height: 92px;
  border: 1px solid rgba(226, 255, 236, 0.75);
  background: #0d1714;
  object-fit: cover;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.eyebrow {
  margin: 0 0 6px;
  color: #a8f0d0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0;
}

.compact h1 {
  font-size: 42px;
}

.tagline {
  max-width: 620px;
  margin: 10px 0 0;
  color: #e7f5ee;
  font-size: 17px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  padding: 9px 10px 0;
  background: linear-gradient(#f7f3df, #ded8b9);
  border-bottom: 1px solid #b6ad83;
}

.tabs a {
  display: block;
  padding: 8px 14px 9px;
  border: 1px solid #a9a072;
  border-bottom: 0;
  background: linear-gradient(#fffdf0, #dfe6d2);
  color: #23342d;
  font-size: 12px;
}

.tabs a.active {
  background: #fffef7;
  color: #0f6859;
}

.content {
  padding: 24px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 22px;
  align-items: stretch;
}

.panel,
.note,
.status-table,
.notice,
.codebox,
.image-frame {
  border: 1px solid #bec8a6;
  background: #fbfaf0;
}

.panel {
  padding: 18px;
}

.image-frame {
  padding: 7px;
  background: #eef3e5;
}

.image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.notice {
  margin: 18px 0;
  padding: 13px 14px;
  color: #24362f;
  background: #eef5e7;
}

.columns + .columns {
  margin-top: 14px;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 10px 0 18px;
}

.split > div {
  border: 1px solid #bec8a6;
  background: #fbfaf0;
  padding: 14px;
}

.safe-list {
  margin-bottom: 0;
}

h2 {
  margin: 0 0 10px;
  color: #20352e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  letter-spacing: 0;
}

h3 {
  margin: 18px 0 8px;
  color: #315444;
  font-size: 16px;
}

p {
  margin: 0 0 13px;
}

.pill-row,
.link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.pill,
.link-grid a {
  border: 1px solid #9eb394;
  background: linear-gradient(#ffffff, #e3ecdc);
  padding: 6px 9px;
  color: #1f3d34;
  font-size: 12px;
}

.status-table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 18px;
}

.status-table th,
.status-table td {
  border: 1px solid #bec8a6;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

.status-table th {
  background: #dde9d4;
  color: #1e352b;
}

.columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.note {
  padding: 14px;
}

ul,
ol {
  margin-top: 8px;
  padding-left: 24px;
}

li {
  margin: 5px 0;
}

.codebox,
pre {
  overflow-x: auto;
  padding: 13px;
  color: #e7fff3;
  background: #101a16;
  border: 1px solid #374a41;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  line-height: 1.45;
}

.footer {
  padding: 14px 24px 20px;
  color: #4d5f54;
  background: #eef0dc;
  border-top: 1px solid #bec8a6;
  font-size: 12px;
}

@media (max-width: 760px) {
  .site {
    width: auto;
    max-width: none;
    margin: 6px auto;
  }

  .topbar,
  .hero-copy {
    display: block;
  }

  .topbar span {
    display: block;
    margin: 0 0 3px;
  }

  .hero,
  .hero.compact {
    min-height: auto;
  }

  .hero-copy {
    width: auto;
    padding: 24px 16px 30px;
  }

  .mark {
    width: 72px;
    height: 72px;
    margin-bottom: 12px;
  }

  h1,
  .compact h1 {
    font-size: 38px;
  }

  .tagline {
    font-size: 15px;
  }

  .content {
    padding: 16px;
  }

  .intro-grid,
  .columns,
  .split {
    grid-template-columns: 1fr;
  }

  .tabs a {
    flex: 1 1 38%;
    text-align: center;
  }

  .status-table {
    table-layout: fixed;
  }

  .status-table th,
  .status-table td {
    word-break: break-word;
  }
}
