.hwb {
  --hwb-bg: #d7d3c8;
  --hwb-panel: #fffdf5;
  --hwb-ink: #211f1b;
  --hwb-muted: #625f58;
  --hwb-line: #858176;
  --hwb-link: #173f8f;
  --hwb-accent: #762c60;
  --hwb-chrome: #d4d0c8;
  box-sizing: border-box;
  min-height: 100%;
  container-type: inline-size;
  padding: clamp(8px, 2vw, 22px);
  overflow-wrap: anywhere;
  color: var(--hwb-ink);
  background: var(--hwb-bg);
  font: 16px/1.55 Georgia, 'Times New Roman', serif;
}

.hwb *,
.hwb *::before,
.hwb *::after {
  box-sizing: border-box;
}

.hwb [hidden] {
  display: none !important;
}

.hwb a {
  color: var(--hwb-link);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.hwb a:hover {
  text-decoration-thickness: 2px;
}

.hwb a:focus-visible,
.hwb button:focus-visible,
.hwb input:focus-visible,
.hwb summary:focus-visible,
.hwb [tabindex="-1"]:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
}

.hwb button,
.hwb input {
  font: inherit;
}

.hwb-browser,
.hwb-exit-controls {
  width: min(100%, 980px);
  margin-inline: auto;
}

.hwb-browser {
  overflow: hidden;
  border: 2px outset #efefef;
  color: var(--hwb-ink);
  background: var(--hwb-panel);
  box-shadow: 7px 9px 0 rgb(0 0 0 / 0.2);
}

.hwb-titlebar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 27px;
  gap: 8px;
  padding: 4px 7px;
  color: #fff;
  background: linear-gradient(90deg, #08256c, #2f75c5);
  font: 700 12px/1.25 Arial, Helvetica, sans-serif;
}

.hwb-titlebar__mark {
  color: #f9dc58;
}

.hwb-titlebar__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hwb-titlebar__year {
  min-width: 46px;
  padding: 2px 4px;
  border: 1px solid rgb(255 255 255 / 0.55);
  text-align: center;
}

.hwb-menubar {
  display: flex;
  min-height: 25px;
  align-items: center;
  gap: clamp(10px, 2vw, 21px);
  overflow-x: auto;
  padding: 3px 9px;
  border-bottom: 1px solid #888;
  color: #111;
  background: var(--hwb-chrome);
  font: 12px/1.2 Arial, Helvetica, sans-serif;
  white-space: nowrap;
  scrollbar-width: thin;
}

.hwb-toolbar {
  display: grid;
  grid-template-columns: repeat(3, 34px) minmax(0, 1fr);
  align-items: center;
  gap: 5px;
  min-height: 43px;
  padding: 5px 7px;
  border-bottom: 1px solid #888;
  color: #111;
  background: var(--hwb-chrome);
  font: 12px/1.2 Arial, Helvetica, sans-serif;
}

.hwb-toolbar__button {
  appearance: none;
  display: grid;
  width: 34px;
  height: 30px;
  place-items: center;
  padding: 0;
  border: 2px outset #eee;
  border-radius: 0;
  color: #111;
  background: #d9d5cd;
  font: 700 20px/1 Arial, sans-serif;
  cursor: pointer;
}

.hwb-toolbar__button:active:not(:disabled) {
  border-style: inset;
}

.hwb-toolbar__button:disabled {
  color: #888;
  cursor: default;
  filter: grayscale(1);
}

.hwb-address {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  gap: 6px;
}

.hwb-address__label {
  font-weight: 700;
}

.hwb-address__value {
  display: block;
  min-width: 0;
  min-height: 27px;
  overflow: hidden;
  padding: 5px 7px;
  border: 2px inset #f4f4f4;
  color: #171717;
  background: #fff;
  font: 12px/1.2 'Courier New', Courier, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hwb-app-tabs {
  display: flex;
  align-items: end;
  gap: 2px;
  overflow-x: auto;
  padding: 6px 7px 0;
  border-bottom: 1px solid var(--hwb-line);
  background: #b9b5ad;
  scrollbar-width: thin;
}

.hwb-app-tab {
  appearance: none;
  min-width: max-content;
  padding: 7px 13px 8px;
  border: 1px solid #777;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  color: #222;
  background: #cfcbc3;
  font: 700 12px/1.2 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.hwb-app-tab[aria-selected="true"] {
  position: relative;
  bottom: -1px;
  padding-top: 9px;
  color: var(--hwb-ink);
  background: var(--hwb-panel);
}

.hwb-stage {
  min-height: 460px;
  background: var(--hwb-bg);
}

.hwb-app-panel {
  min-height: 460px;
  padding: clamp(12px, 2.5vw, 26px);
}

.hwb-chapter-tabs {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  width: min(100%, 900px);
  margin: 0 auto 14px;
  padding: 3px 2px 6px;
  scrollbar-width: thin;
}

.hwb-chapter-tab {
  flex: 0 0 auto;
  max-width: 205px;
  padding: 7px 10px;
  overflow: hidden;
  border: 1px solid var(--hwb-line);
  color: var(--hwb-link);
  background: var(--hwb-panel);
  font: 700 12px/1.25 Arial, Helvetica, sans-serif;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
}

.hwb-chapter-tab[aria-current="page"] {
  color: var(--hwb-panel);
  background: var(--hwb-accent);
  text-decoration: none;
}

.hwb-directory-intro,
.hwb-directory,
.hwb-document,
.hwb-related,
.hwb-sources,
.hwb-panel-heading,
.hwb-place-list,
.hwb-im-window,
.hwb-social-screen {
  width: min(100%, 900px);
  margin-inline: auto;
}

.hwb-directory-intro,
.hwb-document,
.hwb-panel-heading {
  margin-bottom: 18px;
  padding: clamp(17px, 3vw, 31px);
  border: 1px solid var(--hwb-line);
  background: var(--hwb-panel);
  box-shadow: 4px 4px 0 rgb(0 0 0 / 0.12);
}

.hwb-kicker,
.hwb-reconstruction-label,
.hwb-directory-card__meta,
.hwb-source__meta,
.hwb-section-note,
.hwb-place__meta,
.hwb-follows-badge,
.hwb-im-message small,
.hwb-dm-delivery {
  color: var(--hwb-muted);
  font: 12px/1.45 Arial, Helvetica, sans-serif;
}

.hwb-kicker {
  margin: 0 0 6px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hwb-title,
.hwb-document__title,
.hwb-panel-title {
  max-width: 23ch;
  margin: 0 0 9px;
  font-size: clamp(27px, 5vw, 47px);
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.hwb-panel-title {
  font-size: clamp(25px, 4vw, 39px);
}

/* Size article headings to their actual window, including the phone shell. */
.hwb .hwb-title,
.hwb .hwb-document__title,
.hwb .hwb-panel-title {
  max-width: 100%;
  font-size: 24px;
  font-size: clamp(1.25rem, 4cqi, 2rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: manual;
}

.hwb-reconstruction-label {
  margin: 0 0 19px;
}

.hwb-description {
  max-width: 68ch;
  margin: 0 0 13px;
  font-size: clamp(17px, 2.2vw, 21px);
  line-height: 1.45;
}

.hwb-intro,
.hwb-panel-intro {
  max-width: 75ch;
  margin: 0 0 18px;
  color: var(--hwb-muted);
}

.hwb-primary-source {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid currentColor;
  font: 700 13px/1.2 Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.hwb-art {
  max-width: 670px;
  margin: 24px 0 0;
  padding: 8px;
  border: 1px solid var(--hwb-line);
  background: #fff;
}

.hwb-art__image {
  display: block;
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  background: #e7e3d8;
}

.hwb-art__caption {
  padding: 8px 3px 2px;
  color: #5d5d5d;
  font: 11px/1.45 Arial, Helvetica, sans-serif;
}

.hwb-section-title {
  margin: 0 0 7px;
  color: var(--hwb-muted);
  font: 700 13px/1.3 Arial, Helvetica, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hwb-section-note {
  max-width: 72ch;
  margin: 0 0 12px;
}

.hwb-directory {
  margin-bottom: 18px;
}

.hwb-directory-list,
.hwb-related__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hwb-directory-card {
  position: relative;
  min-width: 0;
  padding: 18px 17px 16px 50px;
  border: 1px solid var(--hwb-line);
  background: var(--hwb-panel);
}

.hwb-directory-card__marker {
  position: absolute;
  top: 19px;
  left: 14px;
  color: var(--hwb-muted);
  font: 700 12px/1.2 'Courier New', monospace;
}

.hwb-directory-card__link {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}

.hwb-directory-card__description {
  margin: 9px 0;
  color: var(--hwb-ink);
  font-size: 14px;
}

.hwb-directory-card__meta {
  margin: 0;
  text-transform: lowercase;
}

.hwb-breadcrumb {
  display: flex;
  align-items: baseline;
  width: min(100%, 900px);
  margin: 0 auto 10px;
  gap: 7px;
  color: var(--hwb-muted);
  font: 12px/1.4 Arial, Helvetica, sans-serif;
}

.hwb-breadcrumb__current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hwb-document {
  margin-bottom: 18px;
}

.hwb-document__header {
  padding-bottom: 17px;
  border-bottom: 1px solid var(--hwb-line);
}

.hwb-document__body {
  max-width: 68ch;
  padding-top: 7px;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.hwb-document__body p {
  margin: 17px 0;
}

.hwb-safety-note {
  margin: 23px 0 4px;
  padding: 12px 14px;
  border-left: 4px solid var(--hwb-accent);
  color: var(--hwb-muted);
  background: rgb(0 0 0 / 0.04);
  font: 13px/1.5 Arial, Helvetica, sans-serif;
}

.hwb-sources,
.hwb-related {
  margin-bottom: 18px;
  padding: 15px;
  border: 1px solid var(--hwb-line);
  background: rgb(255 255 255 / 0.5);
}

.hwb-document > .hwb-sources {
  width: auto;
  margin: 26px 0 0;
  padding: 15px 0 0;
  border-width: 1px 0 0;
  background: transparent;
}

.hwb-source-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hwb-source {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 1px dotted var(--hwb-line);
}

.hwb-source:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hwb-source__meta {
  text-align: right;
}

.hwb-related__link {
  display: block;
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--hwb-line);
  background: var(--hwb-panel);
  font-weight: 700;
}

.hwb-related__summary {
  display: block;
  margin-top: 6px;
  color: var(--hwb-muted);
  font: 12px/1.4 Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.hwb-place-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-bottom: 18px;
}

.hwb-place {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--hwb-line);
  background: var(--hwb-panel);
}

.hwb-place__title {
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.3;
}

.hwb-place__meta,
.hwb-place__description {
  margin: 5px 0 0;
}

.hwb-place__description {
  font-size: 14px;
}

.hwb-place__secondary {
  display: inline-block;
  margin-top: 10px;
  font: 12px/1.3 Arial, Helvetica, sans-serif;
}

.hwb-place__context {
  margin-top: 11px;
  color: var(--hwb-muted);
  font: 12px/1.45 Arial, Helvetica, sans-serif;
}

.hwb-place__context summary {
  cursor: pointer;
  text-decoration: underline;
}

.hwb-place__context p {
  margin: 8px 0 0;
  padding-left: 10px;
  border-left: 3px solid var(--hwb-line);
}

.hwb-empty {
  grid-column: 1 / -1;
  padding: 20px;
  border: 1px solid var(--hwb-line);
  background: var(--hwb-panel);
}

.hwb-fiction-label {
  max-width: 75ch;
  margin: 12px 0 0;
  padding: 8px 10px;
  border: 1px solid var(--hwb-line);
  color: var(--hwb-muted);
  background: #fffbea;
  font: 700 11px/1.45 Arial, Helvetica, sans-serif;
}

.hwb-im-window {
  overflow: hidden;
  margin-bottom: 18px;
  border: 2px outset #efefef;
  color: #111;
  background: #d4d0c8;
  box-shadow: 4px 5px 0 rgb(0 0 0 / 0.14);
  font: 13px/1.4 Arial, Helvetica, sans-serif;
}

.hwb-im-titlebar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 8px;
  padding: 6px 8px;
  color: #fff;
  background: linear-gradient(90deg, #183f9b, #5c8ada);
}

.hwb-im-status {
  grid-column: 2;
  font-size: 11px;
  font-weight: 400;
}

.hwb-im-presence {
  grid-row: 1 / 3;
  align-self: center;
  width: 10px;
  height: 10px;
  border: 1px solid #064b0c;
  border-radius: 50%;
  background: #43de4d;
}

.hwb-im-transcript {
  min-height: 210px;
  max-height: 360px;
  overflow-y: auto;
  margin: 8px;
  padding: 12px;
  border: 2px inset #eee;
  background: #fff;
}

.hwb-im-empty {
  margin: 0;
  color: #777;
  font-style: italic;
}

.hwb-im-message {
  max-width: 75%;
  margin: 0 0 11px;
  padding: 8px 10px;
  border: 1px solid #a9a9a9;
  background: #eef4ff;
}

.hwb-im-message--you {
  margin-left: auto;
  background: #fff7d2;
}

.hwb-im-message p {
  margin: 3px 0 0;
  white-space: pre-wrap;
}

.hwb-im-message small {
  display: block;
  margin-top: 5px;
}

.hwb-im-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 8px 8px;
}

.hwb-im-prompt,
.hwb-im-send,
.hwb-im-reset {
  appearance: none;
  padding: 7px 10px;
  border: 2px outset #eee;
  border-radius: 0;
  color: #111;
  background: #d4d0c8;
  font: 700 12px/1.2 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.hwb-im-prompt:active,
.hwb-im-send:active,
.hwb-im-reset:active {
  border-style: inset;
}

.hwb-im-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 7px;
  padding: 8px;
  border-top: 1px solid #8b8b8b;
}

.hwb-im-label {
  display: grid;
  gap: 4px;
  font-size: 11px;
}

.hwb-im-input {
  width: 100%;
  min-height: 31px;
  padding: 5px 7px;
  border: 2px inset #eee;
  color: #111;
  background: #fff;
}

.hwb-im-reset {
  margin: 0 8px 8px;
  font-weight: 400;
}

.hwb-simulation-panel .hwb-panel-heading {
  max-width: 720px;
}

.hwb-social-screen {
  max-width: 520px;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #d6d9de;
  border-radius: 15px;
  color: #111;
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.14);
  font: 15px/1.4 -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.hwb-social-topbar {
  padding: 12px 16px;
  border-bottom: 1px solid #e3e6e8;
  font-weight: 800;
  text-align: center;
}

.hwb-twitter-sim .hwb-social-topbar {
  color: #0d84d8;
}

.hwb-twitter-profile,
.hwb-dm-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-bottom: 1px solid #eceff1;
}

.hwb-social-avatar,
.hwb-match-avatar {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #8198ae, #435367);
  font-weight: 800;
}

.hwb-social-identity {
  display: grid;
  justify-items: start;
}

.hwb-social-identity > span {
  color: #657786;
}

.hwb-follows-badge {
  margin-top: 4px;
  padding: 2px 6px;
  border-radius: 3px;
  color: #657786;
  background: #e9ecef;
}

.hwb-following-button {
  padding: 6px 11px;
  border: 1px solid #0d84d8;
  border-radius: 999px;
  color: #0d84d8;
  font-size: 12px;
  font-weight: 800;
}

.hwb-social-copy {
  margin: 0;
  padding: 18px 20px;
  color: #536471;
}

.hwb-social-copy--signal {
  margin: 14px;
  border-left: 4px solid #ef4f67;
  color: #303940;
  background: #fff5f6;
}

.hwb-social-action,
.hwb-social-send {
  appearance: none;
  display: block;
  width: calc(100% - 32px);
  margin: 10px 16px;
  padding: 11px 14px;
  border: 1px solid #cbd2d8;
  border-radius: 999px;
  color: #304552;
  background: #fff;
  font: 700 14px/1.2 -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  cursor: pointer;
}

.hwb-social-action--primary,
.hwb-social-send {
  border-color: #0d84d8;
  color: #fff;
  background: #0d84d8;
}

.hwb-twitter-profile .hwb-social-action {
  grid-column: 1 / -1;
  width: 100%;
  margin: 7px 0 0;
}

.hwb-dm-thread {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  background: #fafafa;
}

.hwb-dm-outgoing {
  align-self: flex-end;
  max-width: 76%;
  margin: 0;
  padding: 9px 13px;
  border-radius: 17px 17px 3px 17px;
  color: #fff;
  background: #168de2;
  white-space: pre-wrap;
}

.hwb-dm-delivery {
  align-self: flex-end;
  margin-top: 5px;
}

.hwb-social-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
  padding: 11px;
  border-top: 1px solid #e1e5e8;
}

.hwb-social-input {
  min-width: 0;
  padding: 9px 12px;
  border: 1px solid #cbd2d8;
  border-radius: 999px;
  color: #111;
  background: #fff;
}

.hwb-social-form .hwb-social-send {
  width: auto;
  margin: 0;
  padding-inline: 15px;
}

.hwb-tinder-topbar {
  color: #e84769;
}

.hwb-match-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 5px 12px;
  padding: 22px;
}

.hwb-match-card .hwb-match-avatar {
  grid-row: 1 / 3;
  width: 72px;
  height: 72px;
  background: linear-gradient(145deg, #f79a79, #d54276);
  font-size: 25px;
}

.hwb-match-card > span:not(.hwb-match-avatar) {
  color: #777;
  font-size: 13px;
}

.hwb-match-card .hwb-social-action {
  grid-column: 1 / -1;
  width: 100%;
  margin: 16px 0 0;
}

.hwb-tinder-sim .hwb-social-action--primary,
.hwb-tinder-sim .hwb-social-send,
.hwb-tinder-sim .hwb-dm-outgoing {
  border-color: #e84769;
  background: linear-gradient(90deg, #ef5b79, #f08c62);
}

.hwb-tinder-sim .hwb-match-avatar {
  background: linear-gradient(145deg, #f79a79, #d54276);
}

.hwb-empty-match-icon {
  margin: 72px auto 12px;
  color: #e84769;
  font-size: 64px;
  line-height: 1;
  text-align: center;
}

.hwb-empty-match-title {
  margin: 0;
  text-align: center;
}

.hwb-exit-controls {
  display: flex;
  justify-content: flex-end;
  padding: 14px 0 4px;
}

.hwb-exit-button {
  appearance: none;
  padding: 8px 12px;
  border: 1px solid var(--hwb-line);
  color: var(--hwb-ink);
  background: var(--hwb-panel);
  font: 700 13px/1.2 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

/* 1997/2001 browser: beveled controls, dark personal-web canvas. */
.hwb--netscape {
  --hwb-bg: #09084c;
  --hwb-panel: #fffbd7;
  --hwb-ink: #171354;
  --hwb-muted: #55506c;
  --hwb-line: #8c87ae;
  --hwb-link: #0000bd;
  --hwb-accent: #8d1b6d;
  --hwb-chrome: #c9c9c9;
  background-color: #05032b;
  background-image:
    radial-gradient(circle at 18px 18px, rgb(255 255 255 / 0.48) 0 1px, transparent 1.5px),
    radial-gradient(circle at 4px 7px, rgb(137 205 255 / 0.3) 0 1px, transparent 1.5px);
  background-size: 37px 37px, 29px 29px;
}

.hwb--netscape .hwb-directory-card:nth-child(3n + 1) {
  border-color: #9f1f78;
}

.hwb--netscape .hwb-directory-card:nth-child(3n + 2) {
  border-color: #177f86;
}

.hwb--netscape .hwb-kicker::before {
  content: '✦ ';
  color: #a51d78;
}

/* 2002 Usenet reader. */
.hwb--usenet {
  --hwb-bg: #07150d;
  --hwb-panel: #0d2015;
  --hwb-ink: #baf1bc;
  --hwb-muted: #7eb685;
  --hwb-line: #3e7650;
  --hwb-link: #f1e68f;
  --hwb-accent: #875d22;
  --hwb-chrome: #d4d0c8;
  background: #07150d;
  font-family: 'Courier New', Courier, monospace;
}

.hwb--usenet .hwb-stage {
  background-image: repeating-linear-gradient(0deg, rgb(255 255 255 / 0.018) 0 1px, transparent 1px 3px);
}

.hwb--usenet .hwb-directory-list,
.hwb--usenet .hwb-related__list {
  display: block;
  border: 1px solid var(--hwb-line);
}

.hwb--usenet .hwb-directory-card {
  display: grid;
  grid-template-columns: 28px minmax(170px, 0.7fr) minmax(230px, 1.5fr) auto;
  gap: 13px;
  border: 0;
  border-bottom: 1px solid var(--hwb-line);
}

.hwb--usenet .hwb-directory-card__marker {
  position: static;
}

.hwb--usenet .hwb-directory-card__description,
.hwb--usenet .hwb-directory-card__meta {
  margin: 0;
}

.hwb--usenet .hwb-related__link {
  border-width: 0 0 1px;
}

.hwb--usenet .hwb-follows-badge,
.hwb--usenet .hwb-kicker,
.hwb--usenet .hwb-reconstruction-label,
.hwb--usenet .hwb-directory-card__meta,
.hwb--usenet .hwb-source__meta,
.hwb--usenet .hwb-section-title,
.hwb--usenet .hwb-section-note {
  font-family: 'Courier New', Courier, monospace;
}

/* 2012 Tumblr dashboard. */
.hwb--tumblr {
  --hwb-bg: #2c4762;
  --hwb-panel: #fff;
  --hwb-ink: #263849;
  --hwb-muted: #6f7f8e;
  --hwb-line: #c3ced7;
  --hwb-link: #2c6e9e;
  --hwb-accent: #cf5964;
  --hwb-chrome: #d8d8d8;
  font-family: Arial, Helvetica, sans-serif;
}

.hwb--tumblr .hwb-titlebar {
  color: #111;
  background: linear-gradient(#efefef, #bfbfbf);
  text-shadow: 0 1px #fff;
}

.hwb--tumblr .hwb-directory-intro,
.hwb--tumblr .hwb-document,
.hwb--tumblr .hwb-panel-heading,
.hwb--tumblr .hwb-directory-card,
.hwb--tumblr .hwb-place,
.hwb--tumblr .hwb-related__link {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.24);
}

.hwb--tumblr .hwb-directory-card:nth-child(even) {
  transform: translateY(20px);
}

/* 2006 message board. */
.hwb--forum {
  --hwb-bg: #d8d2c5;
  --hwb-panel: #f8f3e9;
  --hwb-ink: #29241e;
  --hwb-muted: #625c52;
  --hwb-line: #8f877a;
  --hwb-link: #314b77;
  --hwb-accent: #6f342a;
  --hwb-chrome: #d4d0c8;
  font: 14px/1.55 Verdana, Arial, sans-serif;
}

.hwb--forum .hwb-titlebar {
  background: #39475d;
}

.hwb--forum .hwb-directory-list {
  display: block;
  border: 1px solid var(--hwb-line);
}

.hwb--forum .hwb-directory-card {
  display: grid;
  grid-template-columns: 28px minmax(170px, 0.65fr) minmax(250px, 1.5fr) auto;
  gap: 13px;
  border: 0;
  border-bottom: 1px solid var(--hwb-line);
}

.hwb--forum .hwb-directory-card__marker {
  position: static;
}

.hwb--forum .hwb-directory-card__description,
.hwb--forum .hwb-directory-card__meta {
  margin: 0;
}

/* TikTok-era phone feed. */
.hwb--phone-feed {
  --hwb-bg: #080808;
  --hwb-panel: #151515;
  --hwb-ink: #f8f8f8;
  --hwb-muted: #b8b8b8;
  --hwb-line: #444;
  --hwb-link: #74e8e4;
  --hwb-accent: #ed4667;
  --hwb-chrome: #111;
  padding: 6px;
  color: #f8f8f8;
  background: #000;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.hwb--phone-feed .hwb-browser {
  border: 0;
  border-radius: 18px;
  box-shadow: none;
}

.hwb--phone-feed .hwb-titlebar,
.hwb--phone-feed .hwb-menubar,
.hwb--phone-feed .hwb-toolbar {
  color: #fff;
  background: #111;
  border-color: #333;
}

.hwb--phone-feed .hwb-toolbar__button {
  border: 1px solid #555;
  border-radius: 6px;
  color: #fff;
  background: #222;
}

.hwb--phone-feed .hwb-address__value {
  border: 1px solid #444;
  border-radius: 6px;
  color: #fff;
  background: #222;
}

.hwb--phone-feed .hwb-app-tabs {
  border-color: #333;
  background: #101010;
}

.hwb--phone-feed .hwb-app-tab {
  border-color: #444;
  color: #aaa;
  background: #191919;
}

.hwb--phone-feed .hwb-app-tab[aria-selected="true"] {
  color: #fff;
  background: #151515;
}

.hwb--phone-feed .hwb-directory-card,
.hwb--phone-feed .hwb-related__link,
.hwb--phone-feed .hwb-place,
.hwb--phone-feed .hwb-sources,
.hwb--phone-feed .hwb-related {
  background: #151515;
}

/* 2022 reference files. */
.hwb--archive {
  --hwb-bg: #dad5c7;
  --hwb-panel: #f8f3e7;
  --hwb-ink: #25251f;
  --hwb-muted: #666258;
  --hwb-line: #8f8877;
  --hwb-link: #244d67;
  --hwb-accent: #6d3d2e;
  --hwb-chrome: #d4d0c8;
  background-image: repeating-linear-gradient(90deg, rgb(64 54 40 / 0.025) 0 1px, transparent 1px 5px);
}

.hwb--archive .hwb-titlebar {
  background: #3c4c4a;
}

.hwb--archive .hwb-directory-card {
  padding-top: 30px;
  box-shadow: 2px 2px 0 rgb(0 0 0 / 0.1);
}

/* Micro-rejections: 2021 iOS folder holding the two period app studies. */
.hwb--micro {
  --hwb-bg: #f0f2f5;
  --hwb-panel: #fff;
  --hwb-ink: #111;
  --hwb-muted: #68727c;
  --hwb-line: #d8dde2;
  --hwb-link: #1268bd;
  --hwb-accent: #e54768;
  --hwb-chrome: #f6f7f8;
  padding: 6px;
  background: linear-gradient(160deg, #d5e4ef, #ebe1e9);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.hwb--micro .hwb-browser {
  border: 0;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.2);
}

.hwb--micro .hwb-titlebar {
  color: #111;
  background: #f8f8f8;
}

.hwb--micro .hwb-menubar {
  justify-content: space-between;
  border-color: #e1e1e1;
  background: #f8f8f8;
}

.hwb--micro .hwb-toolbar {
  background: #f1f2f3;
  border-color: #d8dde2;
}

.hwb--micro .hwb-toolbar__button {
  border: 0;
  border-radius: 7px;
  color: #1268bd;
  background: #e1e5e9;
}

.hwb--micro .hwb-address__value {
  border: 0;
  border-radius: 8px;
  background: #fff;
}

.hwb--micro .hwb-app-tabs {
  gap: 6px;
  padding: 8px;
  background: #f1f2f3;
}

.hwb--micro .hwb-app-tab,
.hwb--micro .hwb-app-tab[aria-selected="true"] {
  position: static;
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  color: #46525d;
  background: #e2e6ea;
}

.hwb--micro .hwb-app-tab[aria-selected="true"] {
  color: #fff;
  background: #252b31;
}

@media (max-width: 720px) {
  .hwb {
    padding: 4px;
  }

  .hwb-browser {
    border-width: 1px;
    box-shadow: none;
  }

  .hwb-directory-list,
  .hwb-related__list,
  .hwb-place-list {
    grid-template-columns: 1fr;
  }

  .hwb--tumblr .hwb-directory-card:nth-child(even) {
    transform: none;
  }

  .hwb--usenet .hwb-directory-card,
  .hwb--forum .hwb-directory-card {
    display: block;
  }

  .hwb--usenet .hwb-directory-card__marker,
  .hwb--forum .hwb-directory-card__marker {
    display: block;
    margin-bottom: 4px;
  }

  .hwb--usenet .hwb-directory-card__description,
  .hwb--forum .hwb-directory-card__description {
    margin: 8px 0;
  }

  .hwb-source {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .hwb-source__meta {
    text-align: left;
  }

  .hwb-titlebar__year {
    display: none;
  }

  .hwb-titlebar {
    grid-template-columns: auto minmax(0, 1fr);
  }
}

@media (max-width: 470px) {
  .hwb-toolbar {
    grid-template-columns: repeat(3, 30px) minmax(0, 1fr);
  }

  .hwb-toolbar__button {
    width: 30px;
  }

  .hwb-address__label {
    display: none;
  }

  .hwb-address {
    grid-template-columns: minmax(0, 1fr);
  }

  .hwb-app-panel {
    padding: 10px;
  }

  .hwb-directory-intro,
  .hwb-document,
  .hwb-panel-heading {
    padding: 16px;
  }

  .hwb-im-form,
  .hwb-social-form {
    grid-template-columns: 1fr;
  }

  .hwb-im-send,
  .hwb-social-form .hwb-social-send {
    width: 100%;
  }

  .hwb-im-message {
    max-width: 90%;
  }

  .hwb-following-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hwb *,
  .hwb *::before,
  .hwb *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  .hwb,
  .hwb-browser,
  .hwb-titlebar,
  .hwb-menubar,
  .hwb-toolbar,
  .hwb-app-tabs,
  .hwb-app-tab,
  .hwb-directory-card,
  .hwb-document,
  .hwb-panel-heading,
  .hwb-place,
  .hwb-sources,
  .hwb-related,
  .hwb-social-screen {
    color: CanvasText;
    background: Canvas;
  }
}

.hwb-micro-step{background:#eaf3ff;color:#173451;border-bottom:1px solid #acbfd5;padding:10px 14px;margin:0;font:700 14px/1.4 Arial,sans-serif}.hwb-micro-period{display:flex;align-items:center;gap:8px;padding:8px 0;font:14px Arial}.hwb-micro-period select{font:14px Arial;color:#111;background:#fff;padding:5px;border:1px solid #999}.hwb-social-screen[data-social-year="2017"] .hwb-social-topbar{background:#1da1f2;color:#fff}.hwb-social-screen[data-social-year="2017"] .hwb-social-avatar{border-radius:6px}.hwb-social-screen[data-social-year="2020"] .hwb-social-topbar{background:#fff;color:#15202b;border-bottom:1px solid #ccd6dd}.hwb-social-screen .hwb-social-copy--signal{border-left:4px solid #1da1f2;background:#eaf5fc;padding:14px;color:#15202b}.hwb-tinder-sim .hwb-social-copy--signal{border-color:#fe4a67;background:#fff0f3}

/* The 2012 dashboard is a single stream of posts beneath a blue header. */
.hwb--tumblr .hwb-stage{background:#2c4762;padding:20px clamp(12px,6vw,60px)}
.hwb--tumblr .hwb-directory-list{display:block;max-width:540px;margin:0 auto}
.hwb--tumblr .hwb-directory-card,.hwb--tumblr .hwb-directory-card:nth-child(even){transform:none;margin-bottom:20px;padding:20px;background:#fff;color:#333;border-radius:3px;box-shadow:0 1px 2px #1a3146}
.hwb--tumblr .hwb-tabs{background:#2c4762;border-bottom:1px solid #172e44;color:white}
.hwb--tumblr .hwb-directory-intro{max-width:540px;margin:0 auto 20px}
/* Outlook Express 6: a light message list, gray dividers and selected blue rows. */
.hwb--usenet{--hwb-bg:#ece9d8;--hwb-panel:#fff;--hwb-ink:#111;--hwb-muted:#555;--hwb-line:#aca899;--hwb-link:#000080;--hwb-accent:#316ac5;background:#ece9d8;font:13px Tahoma,Arial,sans-serif}
.hwb--usenet .hwb-stage{background:#fff;background-image:none;padding:8px}
.hwb--usenet .hwb-directory-card{padding:7px 10px;border-bottom:1px solid #d4d0c8;border-radius:0;box-shadow:none}
.hwb--usenet .hwb-directory-card:hover{background:#316ac5;color:white}
.hwb--usenet .hwb-directory-intro{background:#ece9d8;color:#111;border:1px solid #aca899;padding:10px}
.hwb--netscape .hwb-directory-list{display:block}
.hwb--netscape .hwb-directory-card{border:1px solid #777;border-radius:0;box-shadow:none;padding:10px;margin-bottom:6px}
@media(max-width:600px){.hwb--usenet .hwb-directory-card{grid-template-columns:20px 1fr}.hwb--usenet .hwb-directory-card__description{grid-column:2}.hwb--tumblr .hwb-stage{padding:12px}}
