body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  color: #828282;
}
td {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  color: #828282;
}
.subtext td {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 7pt;
  color: #828282;
}
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #828282;
  text-decoration: none;
}
.title {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  color: #828282;
  overflow: hidden;
}
.subtext {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 7pt;
  color: #828282;
}
.yclinks {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 8pt;
  color: #828282;
}
.pagetop {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  color: #222222;
  line-height: 12px;
}
.comhead {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 8pt;
  color: #828282;
}
.hnname {
  margin-left: 1px;
  margin-right: 5px;
}
#hnmain,
.hn-main-table {
  min-width: 796px;
  background-color: #f6f6ef;
}

.hn-header-bar {
  background-color: #ff6600;
}

.hn-header-inner {
  padding: 2px;
}

.hn-header-logo-cell {
  width: 18px;
  padding-right: 4px;
}

.hn-header-logo {
  border: 1px white solid;
  display: block;
}

.hn-header-nav-cell {
  line-height: 12pt;
  height: 10px;
}

.hn-header-meta-cell {
  text-align: right;
  padding-right: 6px;
  white-space: nowrap;
}

.hn-footer-bar {
  background-color: #ff6600;
}

.hn-gap-row {
  height: 10px;
}

.row-spacer-5 {
  height: 5px;
}

.hn-story-table {
  width: 100%;
}

.lang-toggle {
  font-size: 8pt;
  color: #ffffff;
  margin-right: 6px;
}

.lang-toggle__btn {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #ffffff;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}

.lang-toggle__btn--active {
  text-decoration: none;
  opacity: 1;
}

.lang-toggle__btn:not(.lang-toggle__btn--active) {
  opacity: 0.75;
}

.client-status__btn {
  font-family: Verdana, Geneva, sans-serif;
  font-size: inherit;
  cursor: pointer;
  background: none;
  border: none;
  color: #000;
  text-decoration: underline;
}

.client-status.muted .client-status__btn {
  font-size: 8pt;
}
.title a {
  word-break: break-word;
}
.subtext a:link,
.subtext a:visited {
  color: #828282;
}
.subtext a:hover {
  text-decoration: underline;
}
.comhead a:hover {
  text-decoration: underline;
}
.pagetop a:visited {
  color: #000000;
}
.votearrow {
  width: 10px;
  height: 10px;
  border: 0;
  margin: 3px 2px 6px;
  background: url("/triangle.svg"), linear-gradient(transparent, transparent) no-repeat;
  background-size: 10px;
}
.votelinks {
  min-width: 18px;
}
.client-status {
  padding: 8px;
  text-align: center;
  font-size: 9pt;
}
.client-status--error {
  color: #af0000;
}
.morelink {
  text-decoration: underline;
}
.morespace {
  height: 10px;
}
.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 2px 1px;
  border-radius: 50%;
  background: #5fba7d;
  vertical-align: middle;
  animation: live-pulse 1.5s ease-in-out infinite;
}
@keyframes live-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
.live-badge {
  color: #5a5a5a;
}
.header-clock {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.pagetop .nav-active {
  font-weight: bold;
}
.client-status.muted {
  font-size: 8pt;
  color: #828282;
}
.pagetop .nav-categories {
  display: inline;
}
@media only screen and (min-width: 300px) and (max-width: 750px) {
  #hnmain {
    width: 100%;
    min-width: 0;
  }
  body {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  span.pagetop {
    display: block;
    margin: 3px 5px;
    font-size: 12px;
    line-height: normal;
  }
  span.pagetop b {
    display: block;
    font-size: 15px;
  }
  .title {
    font-size: 11pt;
    line-height: 14pt;
  }
  .subtext {
    font-size: 9pt;
  }
}

/* SEO semantic headings (preserve HN visual scale) */
.sbn-page-header {
  margin: 0 0 8px;
  padding: 4px 0 2px;
  text-align: left;
}

.sbn-page-heading {
  margin: 0 0 4px;
  font-size: 11pt;
  font-weight: 700;
  color: #222222;
  line-height: 1.3;
}

.sbn-page-heading--context {
  font-weight: 600;
}

.sbn-section-heading {
  margin: 0;
  font-size: 9pt;
  font-weight: 600;
  color: #828282;
  text-transform: none;
}

h1.sbn-story__headline,
h3.sbn-story__headline,
h4.sbn-story__headline {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline;
}

h1.sbn-story__headline a,
h3.sbn-story__headline a,
h4.sbn-story__headline a {
  font-weight: inherit;
}

.sbn-empty .client-status {
  margin-top: 6px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lang-toggle--select {
  display: inline-block;
}

.lang-toggle__select {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 8pt;
  color: #000000;
  background: #f6f6ef;
  border: 1px solid #828282;
  padding: 1px 2px;
  max-width: 11em;
}

.sbn-story__headline h4 {
  font-size: inherit;
}
