/*
Theme Name: Kynto Fansite
Theme URI: https://en.kynto.us/
Author: Kynto
Author URI: https://kynto.io/
Description: The news and dev-log section of the Kynto fansite. A classic isometric-era skin with cream panels, hard pixel outlines, and blue title bars, built for en.kynto.us. Renders the existing blog with real heading structure and a forum-style layout.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kynto-fansite
Tags: blog, custom-menu, featured-images, translation-ready, right-sidebar, threaded-comments
*/

@font-face {
  font-family: "Kynbit";
  src: url("assets/fonts/Kynbit-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #2b2516;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background-color: #f1ead7;
  background-image: repeating-linear-gradient(45deg, rgba(27, 24, 16, 0.022) 0 1px, transparent 1px 9px), repeating-linear-gradient(-45deg, #e7dec6 0 1px, transparent 1px 9px);
  min-height: 100vh;
}

a {
  color: #1c5ba0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.screen-reader-text:focus {
  position: fixed;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 8px 14px;
  clip: auto;
  z-index: 100;
  background: linear-gradient(180deg, #fcf9f0 0%, #ece2cc 100%);
  border: 2px solid #1b1810;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #ffffff inset, 3px 3px 0 rgba(27, 24, 16, 0.2);
  font-family: "Silkscreen", "Press Start 2P", monospace;
  font-size: 11px;
}

.kh-shell {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 16px 48px;
}

.kh-layout {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.kh-main {
  flex: 1 1 auto;
  min-width: 0;
}

.kh-sidebar {
  flex: 0 0 264px;
  width: 264px;
}

.kh-masthead {
  background: linear-gradient(180deg, #fcf9f0 0%, #ece2cc 100%);
  border: 2px solid #1b1810;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #ffffff inset, 3px 3px 0 rgba(27, 24, 16, 0.2);
  padding: 18px 22px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.kh-brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.kh-brand:hover {
  text-decoration: none;
}

.kh-logo-mark {
  display: block;
  flex: none;
  width: 48px;
  height: 48px;
  border: 2px solid #1b1810;
  border-radius: 5px;
  background: #fffdf5;
  box-shadow: 3px 3px 0 rgba(27, 24, 16, 0.2);
}

.kh-wordmark {
  font-family: "Kynbit", "Press Start 2P", "Silkscreen", monospace;
  font-size: 40px;
  line-height: 1;
  color: #2b2516;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: none;
  font-smooth: never;
}
.kh-wordmark:hover {
  text-decoration: none;
}

.kh-tagline {
  margin: 6px 0 0;
  color: #5e553f;
  font-size: 13px;
}

.kh-brand-blurb {
  margin-left: auto;
  text-align: right;
}

.kh-nav {
  background: linear-gradient(180deg, #74bcf2 0%, #3f8fd6 55%, #235f9c 100%);
  color: #fff;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #1b1810;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  border: 2px solid #1b1810;
  border-radius: 6px;
  box-shadow: 3px 3px 0 rgba(27, 24, 16, 0.2);
  margin-bottom: 18px;
  padding: 0 6px;
}
.kh-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.kh-nav li {
  margin: 0;
}
.kh-nav a {
  display: block;
  padding: 9px 14px;
  color: #fff;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.kh-nav a:hover, .kh-nav a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.16);
}
.kh-nav .current-menu-item > a,
.kh-nav .current_page_item > a {
  background: rgba(0, 0, 0, 0.2);
}

.kh-nav--fallback a {
  text-transform: uppercase;
}

.kh-block {
  background: linear-gradient(180deg, #fcf9f0 0%, #ece2cc 100%);
  border: 2px solid #1b1810;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #ffffff inset, 3px 3px 0 rgba(27, 24, 16, 0.2);
  margin-bottom: 18px;
  overflow: hidden;
}

.kh-block__bar {
  background: linear-gradient(180deg, #74bcf2 0%, #3f8fd6 55%, #235f9c 100%);
  color: #fff;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #1b1810;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  padding: 8px 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: -2px -2px 0;
}

.kh-block__body {
  padding: 4px 18px 14px;
}

.kh-postlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kh-post-row {
  padding: 16px 4px;
  border-bottom: 1px dashed rgba(27, 24, 16, 0.18);
}
.kh-post-row:last-child {
  border-bottom: 0;
}
.kh-post-row:nth-child(even) {
  background: rgba(63, 143, 214, 0.16);
}

.kh-post-row__title {
  margin: 0 0 4px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
.kh-post-row__title a {
  color: #1c5ba0;
}

.kh-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 2px 0 8px;
  font-size: 11px;
  color: #5e553f;
}
.kh-post-meta .kh-post-meta__sep {
  color: #938869;
}
.kh-post-meta a {
  color: #5e553f;
  text-decoration: underline;
}

.kh-post-excerpt {
  margin: 0 0 10px;
  color: #2b2516;
}
.kh-post-excerpt p {
  margin: 0 0 8px;
}

.kh-thumb {
  display: block;
  margin: 0 0 10px;
  border: 2px solid #1b1810;
  border-radius: 5px;
  overflow: hidden;
}
.kh-thumb img {
  display: block;
  width: 100%;
}

.kh-article {
  background: linear-gradient(180deg, #fcf9f0 0%, #ece2cc 100%);
  border: 2px solid #1b1810;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #ffffff inset, 3px 3px 0 rgba(27, 24, 16, 0.2);
  margin-bottom: 18px;
  overflow: hidden;
}

.kh-article__bar {
  background: linear-gradient(180deg, #74bcf2 0%, #3f8fd6 55%, #235f9c 100%);
  color: #fff;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #1b1810;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  padding: 14px 18px;
  margin: -2px -2px 0;
}

.kh-article__title {
  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  color: #fff;
}

.kh-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  padding: 12px 20px;
  border-bottom: 2px solid rgba(27, 24, 16, 0.1);
  font-size: 11px;
  color: #5e553f;
}
.kh-article__meta a {
  color: #1c5ba0;
  text-decoration: underline;
}

.kh-article__body {
  padding: 18px 22px 24px;
  font-size: 15px;
  line-height: 1.7;
}
.kh-article__body p {
  margin: 0 0 1em;
}
.kh-article__body h1, .kh-article__body h2, .kh-article__body h3, .kh-article__body h4 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #2b2516;
  line-height: 1.3;
  margin: 1.5em 0 0.5em;
}
.kh-article__body h2 {
  font-size: 20px;
  border-bottom: 2px solid rgba(27, 24, 16, 0.14);
  padding-bottom: 4px;
}
.kh-article__body h3 {
  font-size: 17px;
}
.kh-article__body h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #5e553f;
}
.kh-article__body ul, .kh-article__body ol {
  margin: 0 0 1em;
  padding-left: 1.6em;
}
.kh-article__body li {
  margin: 0 0 0.35em;
}
.kh-article__body a {
  text-decoration: underline;
}
.kh-article__body blockquote {
  margin: 1.2em 0;
  padding: 10px 16px;
  background: #fffdf5;
  border: 2px solid #1b1810;
  border-radius: 5px;
  box-shadow: 2px 2px 0 rgba(27, 24, 16, 0.1) inset;
  color: #5e553f;
  font-style: italic;
}
.kh-article__body blockquote p:last-child {
  margin-bottom: 0;
}
.kh-article__body code, .kh-article__body kbd, .kh-article__body samp {
  font-family: "Courier New", monospace;
  font-size: 0.92em;
  background: rgba(27, 24, 16, 0.06);
  border: 1px solid rgba(27, 24, 16, 0.14);
  border-radius: 3px;
  padding: 1px 5px;
}
.kh-article__body pre {
  background: #fffdf5;
  border: 2px solid #1b1810;
  border-radius: 5px;
  box-shadow: 2px 2px 0 rgba(27, 24, 16, 0.1) inset;
  padding: 14px 16px;
  overflow-x: auto;
  margin: 1.2em 0;
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.5;
}
.kh-article__body pre code {
  background: none;
  border: 0;
  padding: 0;
}
.kh-article__body img {
  border-radius: 5px;
}
.kh-article__body hr {
  border: 0;
  border-top: 2px solid rgba(27, 24, 16, 0.18);
  margin: 1.6em 0;
}
.kh-article__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em 0;
  font-size: 14px;
}
.kh-article__body table th, .kh-article__body table td {
  border: 1px solid rgba(27, 24, 16, 0.2);
  padding: 7px 10px;
  text-align: left;
}
.kh-article__body table th {
  background: rgba(63, 143, 214, 0.16);
  font-family: "Silkscreen", "Press Start 2P", monospace;
  font-size: 11px;
  text-transform: uppercase;
}
.kh-article__body table tr:nth-child(even) td {
  background: rgba(27, 24, 16, 0.03);
}

.alignleft {
  float: left;
  margin: 4px 18px 12px 0;
}

.alignright {
  float: right;
  margin: 4px 0 12px 18px;
}

.aligncenter {
  display: block;
  margin: 12px auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text, figcaption {
  font-size: 12px;
  color: #5e553f;
  text-align: center;
  margin-top: 4px;
}

.kh-post-row.sticky {
  border-left: 3px solid #e08a2b;
  padding-left: 12px;
}

.kh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #74bcf2 0%, #3f8fd6 50%, #235f9c 100%);
  border: 2px solid #1b1810;
  border-radius: 6px;
  color: #fff;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 4px 0 #235f9c, 0 6px 0 rgba(27, 24, 16, 0.18);
  cursor: pointer;
  transition: transform 0.05s ease, box-shadow 0.05s ease;
}
.kh-btn:hover {
  filter: brightness(1.06);
}
.kh-btn:active {
  transform: translateY(4px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 0 #235f9c;
}
.kh-btn {
  padding: 9px 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.kh-btn:hover {
  text-decoration: none;
}

.kh-btn--green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #9bdc63 0%, #6cbf3f 50%, #4a8f24 100%);
  border: 2px solid #1b1810;
  border-radius: 6px;
  color: #fff;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 4px 0 #4a8f24, 0 6px 0 rgba(27, 24, 16, 0.18);
  cursor: pointer;
  transition: transform 0.05s ease, box-shadow 0.05s ease;
}
.kh-btn--green:hover {
  filter: brightness(1.06);
}
.kh-btn--green:active {
  transform: translateY(4px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 0 #4a8f24;
}

.kh-btn--sm {
  padding: 6px 12px;
  font-size: 10px;
}

.kh-readmore {
  margin-top: 4px;
}

.kh-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 8px 0 24px;
}
.kh-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.kh-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #fcf9f0 0%, #fcf9f0 50%, #ece2cc 100%);
  border: 2px solid #1b1810;
  border-radius: 6px;
  color: #fff;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 4px 0 #ece2cc, 0 6px 0 rgba(27, 24, 16, 0.18);
  cursor: pointer;
  transition: transform 0.05s ease, box-shadow 0.05s ease;
}
.kh-pagination .page-numbers:hover {
  filter: brightness(1.06);
}
.kh-pagination .page-numbers:active {
  transform: translateY(4px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 0 #ece2cc;
}
.kh-pagination .page-numbers {
  color: #2b2516;
  text-shadow: none;
  padding: 7px 13px;
  font-size: 11px;
}
.kh-pagination .page-numbers:hover {
  text-decoration: none;
}
.kh-pagination .page-numbers.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #74bcf2 0%, #3f8fd6 50%, #235f9c 100%);
  border: 2px solid #1b1810;
  border-radius: 6px;
  color: #fff;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 4px 0 #235f9c, 0 6px 0 rgba(27, 24, 16, 0.18);
  cursor: pointer;
  transition: transform 0.05s ease, box-shadow 0.05s ease;
}
.kh-pagination .page-numbers.current:hover {
  filter: brightness(1.06);
}
.kh-pagination .page-numbers.current:active {
  transform: translateY(4px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 0 #235f9c;
}
.kh-pagination .page-numbers.current {
  color: #fff;
}

.kh-post-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 18px;
}
.kh-post-nav .kh-post-nav__link {
  flex: 1 1 0;
}
.kh-post-nav .kh-post-nav__next {
  text-align: right;
}
.kh-post-nav .kh-post-nav__label {
  display: block;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1c5ba0;
  margin-bottom: 3px;
}
.kh-post-nav a {
  font-weight: 700;
}

.kh-widget {
  background: linear-gradient(180deg, #fcf9f0 0%, #ece2cc 100%);
  border: 2px solid #1b1810;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #ffffff inset, 3px 3px 0 rgba(27, 24, 16, 0.2);
  margin-bottom: 18px;
  overflow: hidden;
}

.kh-widget__bar {
  background: linear-gradient(180deg, #74bcf2 0%, #3f8fd6 55%, #235f9c 100%);
  color: #fff;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #1b1810;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  padding: 8px 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: -2px -2px 0;
}

.kh-widget__body {
  padding: 12px 16px;
}

.kh-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kh-widget ul li {
  margin: 0;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(27, 24, 16, 0.14);
}
.kh-widget ul li:last-child {
  border-bottom: 0;
}
.kh-widget ul a {
  color: #1c5ba0;
}
.kh-widget ul .kh-count {
  color: #938869;
  font-size: 11px;
}

.kh-search {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.kh-search .kh-search__field {
  background: #fffdf5;
  border: 2px solid #1b1810;
  border-radius: 5px;
  box-shadow: 2px 2px 0 rgba(27, 24, 16, 0.1) inset;
  flex: 1 1 auto;
  min-width: 0;
  padding: 8px 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13px;
  color: #2b2516;
}
.kh-search .kh-search__field::placeholder {
  color: #938869;
}
.kh-search .kh-search__field:focus {
  outline: 2px solid #3f8fd6;
  outline-offset: 1px;
}
.kh-search .kh-search__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #74bcf2 0%, #3f8fd6 50%, #235f9c 100%);
  border: 2px solid #1b1810;
  border-radius: 6px;
  color: #fff;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 4px 0 #235f9c, 0 6px 0 rgba(27, 24, 16, 0.18);
  cursor: pointer;
  transition: transform 0.05s ease, box-shadow 0.05s ease;
}
.kh-search .kh-search__submit:hover {
  filter: brightness(1.06);
}
.kh-search .kh-search__submit:active {
  transform: translateY(4px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 0 #235f9c;
}
.kh-search .kh-search__submit {
  padding: 0 14px;
  font-size: 10px;
  text-transform: uppercase;
}

.kh-notice {
  background: linear-gradient(180deg, #fcf9f0 0%, #ece2cc 100%);
  border: 2px solid #1b1810;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #ffffff inset, 3px 3px 0 rgba(27, 24, 16, 0.2);
  padding: 26px 24px;
  margin-bottom: 18px;
  text-align: center;
}
.kh-notice .kh-notice__eyebrow {
  display: block;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1c5ba0;
  margin-bottom: 8px;
}
.kh-notice h1 {
  margin: 0 0 8px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 24px;
}
.kh-notice p {
  margin: 0 auto 14px;
  max-width: 46ch;
  color: #5e553f;
}
.kh-notice .kh-search {
  max-width: 380px;
  margin: 0 auto;
}

.kh-comments {
  background: linear-gradient(180deg, #fcf9f0 0%, #ece2cc 100%);
  border: 2px solid #1b1810;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #ffffff inset, 3px 3px 0 rgba(27, 24, 16, 0.2);
  padding: 4px 20px 20px;
  margin-bottom: 18px;
}
.kh-comments .kh-comments__title {
  display: block;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1c5ba0;
  font-size: 11px;
  margin: 14px 0 10px;
}
.kh-comments ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kh-comments ol.children {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
.kh-comments .comment-body {
  background: #fffdf5;
  border: 2px solid #1b1810;
  border-radius: 5px;
  box-shadow: 2px 2px 0 rgba(27, 24, 16, 0.1) inset;
  padding: 12px 14px;
  margin: 0 0 12px;
}
.kh-comments .comment-author {
  font-weight: 700;
  font-size: 13px;
}
.kh-comments .comment-meta {
  font-size: 11px;
  color: #938869;
  margin-bottom: 6px;
}
.kh-comments .comment-metadata a {
  color: #938869;
}
.kh-comments input[type=text], .kh-comments input[type=email], .kh-comments input[type=url], .kh-comments textarea {
  background: #fffdf5;
  border: 2px solid #1b1810;
  border-radius: 5px;
  box-shadow: 2px 2px 0 rgba(27, 24, 16, 0.1) inset;
  width: 100%;
  padding: 8px 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13px;
  margin: 4px 0 10px;
}
.kh-comments .submit, .kh-comments #submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #9bdc63 0%, #6cbf3f 50%, #4a8f24 100%);
  border: 2px solid #1b1810;
  border-radius: 6px;
  color: #fff;
  font-family: "Silkscreen", "Press Start 2P", monospace;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 4px 0 #4a8f24, 0 6px 0 rgba(27, 24, 16, 0.18);
  cursor: pointer;
  transition: transform 0.05s ease, box-shadow 0.05s ease;
}
.kh-comments .submit:hover, .kh-comments #submit:hover {
  filter: brightness(1.06);
}
.kh-comments .submit:active, .kh-comments #submit:active {
  transform: translateY(4px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 0 #4a8f24;
}
.kh-comments .submit, .kh-comments #submit {
  padding: 9px 16px;
  font-size: 11px;
  text-transform: uppercase;
}

.kh-footer {
  border-top: 2px solid #1b1810;
  background: #e7dec6;
  margin-top: 8px;
  padding: 22px 16px 30px;
}
.kh-footer .kh-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: baseline;
  justify-content: space-between;
}
.kh-footer .kh-footer__brand {
  font-family: "Silkscreen", "Press Start 2P", monospace;
  font-size: 11px;
  text-transform: uppercase;
  color: #1c5ba0;
}
.kh-footer .kh-footer__line {
  font-size: 12px;
  color: #5e553f;
  margin: 4px 0 0;
}
.kh-footer a {
  color: #1c5ba0;
}
.kh-footer nav a {
  margin-left: 14px;
  font-size: 12px;
}

@media (max-width: 860px) {
  .kh-layout {
    flex-direction: column;
  }
  .kh-sidebar {
    flex-basis: auto;
    width: 100%;
  }
  .kh-brand-blurb {
    margin-left: 0;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .kh-wordmark {
    font-size: 30px;
  }
  .kh-logo-mark {
    width: 38px;
    height: 38px;
  }
  .kh-shell {
    padding: 14px 10px 36px;
  }
  .kh-post-nav {
    flex-direction: column;
  }
}
