@font-face {
  font-family: "W95FA";
  src: url("FUENTES/w95f.woff2") format("woff2"), url("FUENTES/w95f.woff") format("woff"), url("FUENTES/W95F.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --night: #008080;
  --ink: #000000;
  --panel: #c0c0c0;
  --panel-deep: #808080;
  --purple: #000080;
  --purple-dark: #000040;
  --blue: #0000aa;
  --cyan: #000080;
  --pink: #808080;
  --yellow: #ffff00;
  --paper: #c0c0c0;
  --copy: #000000;
  --muted: #404040;
  --banner-blue: #000080;
  --banner-blue-light: #0000aa;
  --banner-gold: #808080;
  --banner-cream: #c0c0c0;
  --banner-brown: #404040;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  margin: 0;
  color: var(--copy);
  background-color: var(--night);
  background-image:
    radial-gradient(circle, rgba(235, 255, 172, .88) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(255, 137, 220, .8) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(115, 232, 255, .85) 0 1px, transparent 1.5px),
    linear-gradient(135deg, rgba(55, 25, 93, .34), transparent 46%, rgba(0, 96, 127, .22));
  background-attachment: fixed;
  background-position: 7px 13px, 42px 66px, 91px 28px, center;
  background-size: 79px 83px, 137px 121px, 181px 157px, auto;
  font-family: "W95FA", Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

body:before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse at 50% 38%, transparent 0, rgba(8, 9, 29, .08) 34%, rgba(8, 9, 29, .74) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .025) 0, rgba(255, 255, 255, .025) 1px, transparent 1px, transparent 7px);
  content: "";
  pointer-events: none;
}

body:after {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(255, 73, 117, .08), transparent 17%, transparent 83%, rgba(82, 174, 255, .1)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .22) 0, rgba(255, 255, 255, .22) 1px, transparent 1px, transparent 4px);
  content: "";
  opacity: .27;
  pointer-events: none;
  animation: crt-flicker 700ms ease-in-out infinite;
}

@keyframes crt-flicker {
  0%,
  100% {
    opacity: .25;
  }

  50% {
    opacity: .3;
  }
}

@keyframes announcement-scroll {
  0%,
  12% {
    transform: translateX(0);
  }

  88%,
  100% {
    transform: translateX(-14%);
  }
}

body.crt-disabled:after {
  display: none;
}

a {
  color: var(--cyan);
  text-decoration: underline;
}

a:hover,
a:focus {
  color: var(--yellow);
}

img {
  max-width: 100%;
  border: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: absolute;
  top: -50px;
  left: 12px;
  z-index: 70;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--yellow);
}

.skip-link:focus {
  top: 12px;
}

.site-wrap {
  position: relative;
  z-index: 1;
  width: 92%;
  max-width: 1160px;
  margin: 32px auto 70px;
}

.background-hit-area {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: default;
}

.site-shell {
  position: relative;
  overflow: hidden;
  background: #171039;
  border: 4px solid var(--yellow);
  box-shadow:
    0 0 0 2px #050613,
    0 0 0 6px #c85c99,
    0 0 0 9px #27104d,
    14px 16px 0 rgba(0, 0, 0, .4),
    0 0 36px rgba(217, 91, 181, .34);
}

.site-shell:before,
.site-shell:after {
  position: absolute;
  z-index: 5;
  width: 26px;
  height: 26px;
  border-color: var(--cyan);
  border-style: solid;
  content: "";
  pointer-events: none;
}

.site-shell:before {
  top: 8px;
  left: 8px;
  border-width: 2px 0 0 2px;
}

.site-shell:after {
  right: 8px;
  bottom: 8px;
  border-width: 0 2px 2px 0;
}

.browser-chrome {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 28px;
  padding: 4px 8px;
  color: #e9f4ee;
  background: linear-gradient(#5d78a8, #2b3e70 52%, #18264d 53%, #334f86);
  border-bottom: 2px solid #09081b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 #8de7e0;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: bold;
}

.browser-lights {
  display: flex;
  gap: 3px;
  flex: 0 0 auto;
}

.browser-lights i {
  display: block;
  width: 9px;
  height: 9px;
  background: #ef6fae;
  border: 1px outset #ffcce6;
  border-radius: 50%;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .45);
}

.browser-lights i:nth-child(2) {
  background: var(--yellow);
  border-color: #fff6b8;
}

.browser-lights i:nth-child(3) {
  background: #83e8cf;
  border-color: #d7fff3;
}

.browser-tab {
  min-width: 0;
  overflow: hidden;
  padding: 2px 10px;
  color: #182449;
  background: #d7e2dc;
  border: 1px outset #f6fff3;
  box-shadow: 1px 1px 0 #11152d;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browser-actions {
  margin-left: auto;
  color: #d5ffff;
  letter-spacing: .1em;
  white-space: nowrap;
}

.utility-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 29px;
  padding: 5px 11px;
  color: #d1caec;
  background: #090b1b;
  border-bottom: 2px solid #573f79;
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.utility-status {
  color: var(--cyan);
  white-space: nowrap;
}

.status-light,
.online-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 4px;
  vertical-align: 1px;
  background: #b9ff74;
  border: 1px solid #eaffbd;
  border-radius: 50%;
  box-shadow: 0 0 7px #b9ff74;
}

.utility-note {
  overflow: hidden;
  margin-left: auto;
  color: #a99fbe;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.logo-area {
  position: relative;
  padding: 11px 12px 8px;
  background-color: var(--paper);
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .56) 50%, transparent 50%),
    linear-gradient(rgba(255, 255, 255, .56) 50%, transparent 50%);
  background-position: 0 0;
  background-size: 7px 7px;
  border-bottom: 4px solid #81477e;
  box-shadow: inset 0 -2px 0 #ffdb62, inset 0 2px 0 #fff8de;
  text-align: center;
}

.logo-link {
  display: block;
  line-height: 0;
}

.logo-link img {
  display: block;
  width: min(808px, 84%);
  max-width: none;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  image-rendering: auto;
}

.sticker,
.logo-stamp {
  position: absolute;
  z-index: 1;
  display: block;
  padding: 4px 8px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px outset #fff5b1;
  box-shadow: 2px 2px 0 rgba(40, 12, 58, .35);
  font-family: Impact, "Arial Black", Tahoma, sans-serif;
  font-size: 10px;
  letter-spacing: .05em;
}

.sticker-left {
  top: 13px;
  left: 17px;
  transform: rotate(-5deg);
}

.sticker-right {
  top: 13px;
  right: 17px;
  color: #fff5cf;
  background: #dc5598;
  border-color: #ffb7dc;
  transform: rotate(5deg);
}

.logo-stamp {
  right: 18px;
  bottom: 7px;
  color: #fff1c2;
  background: #2e7da3;
  border-color: #a9f5ee;
  transform: rotate(3deg);
}

.site-motto {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 14px;
  color: #fff1a3;
  background: linear-gradient(90deg, #28114b, #57266d 48%, #1b4773);
  border-bottom: 1px solid var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
}

.site-motto span:last-child {
  color: #b5f3ed;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
}

.announcement-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  min-height: 26px;
  padding: 4px 10px;
  color: var(--ink);
  background: var(--cyan);
  border-bottom: 2px solid #193a69;
  box-shadow: inset 0 1px 0 #eaffff, inset 0 -1px 0 #347987;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.announcement-bar strong {
  flex: 0 0 auto;
  color: #3a105b;
}

.announcement-track {
  overflow: hidden;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  animation: announcement-scroll 16s linear infinite alternate;
}

.main-nav {
  padding: 10px 12px 9px;
  background: #100a28;
  border-bottom: 4px double #d267a4;
  box-shadow: inset 0 -2px 0 #f4ca51;
  text-align: center;
}

.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav li {
  display: block;
}

.nav-link {
  display: block;
  min-width: 104px;
  padding: 5px 12px;
  color: #fdf5dc;
  background: linear-gradient(#369bc2, #1c5d98 52%, #17416f 53%, #246e9c);
  border: 2px outset #b3f3ee;
  box-shadow: 2px 2px 0 #080617;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link:focus,
.nav-link-active {
  color: var(--ink);
  background: linear-gradient(#fff18a, #ffc53e 52%, #d87935 53%, #f1a83c);
  border-color: #fffbd0;
  outline: none;
}

main {
  position: relative;
  background-color: #17103a;
  background-image:
    linear-gradient(rgba(13, 9, 40, .58), rgba(13, 9, 40, .58)),
    repeating-linear-gradient(0deg, transparent 0, transparent 11px, rgba(112, 71, 146, .08) 11px, rgba(112, 71, 146, .08) 12px),
    repeating-linear-gradient(90deg, transparent 0, transparent 17px, rgba(42, 181, 199, .05) 17px, rgba(42, 181, 199, .05) 18px);
}

main:before {
  display: block;
  height: 7px;
  background: repeating-linear-gradient(90deg, var(--yellow) 0, var(--yellow) 12px, var(--pink) 12px, var(--pink) 24px, var(--cyan) 24px, var(--cyan) 36px, #241448 36px, #241448 48px);
  border-bottom: 2px solid #0a0820;
  content: "";
}

.columns {
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 22px 7px;
}

.sidebar,
.content-column {
  min-width: 0;
}

.panel {
  overflow: hidden;
  margin-bottom: 16px;
  padding: 0;
  background-color: var(--panel);
  border: 2px solid var(--cyan);
  box-shadow:
    inset 0 0 0 2px #0a0820,
    inset 0 0 0 4px #4a2a6c,
    4px 4px 0 rgba(3, 3, 13, .5);
}

.panel-heading {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 4px 9px;
  color: #fff2a7;
  background: linear-gradient(90deg, #21104b, #713688 52%, #2b5689);
  border-bottom: 2px solid var(--pink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 -2px 0 rgba(0, 0, 0, .35);
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.heading-sprite {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  object-fit: contain;
  image-rendering: pixelated;
  mix-blend-mode: screen;
}

.profile-panel {
  padding-bottom: 14px;
}

.profile-panel h2,
.profile-panel p {
  margin-right: 14px;
  margin-left: 14px;
}

.profile-panel h2 {
  margin-top: 15px;
  margin-bottom: 5px;
  color: var(--yellow);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.15;
}

.profile-panel p {
  font-size: 12px;
}

.muted-copy {
  color: var(--muted);
  font-size: 11px !important;
}

.profile-mark {
  position: relative;
  width: 108px;
  height: 108px;
  margin: 18px auto 12px;
  color: var(--yellow);
  background-color: #3a1556;
  background-image:
    radial-gradient(#eb79c4 1px, transparent 1px),
    linear-gradient(45deg, transparent 47%, rgba(126, 236, 224, .23) 48%, rgba(126, 236, 224, .23) 52%, transparent 53%);
  background-size: 9px 9px, 100% 100%;
  border: 3px double #ffda59;
  outline: 2px solid #0d0a24;
  text-align: center;
}

.profile-mark:before,
.profile-mark:after {
  position: absolute;
  background: var(--cyan);
  content: "";
}

.profile-mark:before {
  top: 19px;
  left: 19px;
  width: 65px;
  height: 2px;
}

.profile-mark:after {
  top: 19px;
  left: 52px;
  width: 2px;
  height: 65px;
}

.profile-mark strong {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 28px;
  color: #fff4ca;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1;
  text-shadow: 2px 2px 0 #1b102f;
}

.profile-mark small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 7px;
  color: var(--cyan);
  font-family: "Courier New", monospace;
  font-size: 9px;
}

.profile-facts {
  margin: 14px 14px 0;
  padding-top: 10px;
  border-top: 1px dashed #70558b;
  font-family: "Courier New", monospace;
  font-size: 10px;
}

.profile-facts dt {
  float: left;
  clear: left;
  width: 40%;
  margin-bottom: 5px;
  color: #b1a1d1;
  text-transform: uppercase;
}

.profile-facts dd {
  min-height: 15px;
  margin: 0 0 5px 40%;
  color: #f3d989;
}

.profile-facts .online-dot {
  width: 6px;
  height: 6px;
  margin-right: 2px;
}

.mini-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin: 2px 0 17px;
}

.mini-button {
  display: inline-block;
  min-width: 68px;
  padding: 3px 5px;
  color: var(--ink);
  background: linear-gradient(#fffdf0, #d8e8d6);
  border: 2px outset #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .35);
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-button:hover,
.mini-button:focus {
  color: #fff6d1;
  background: #9a3f87;
  border-color: #ffc9e8;
  outline: none;
}

.mini-button-pink {
  color: #fff4de;
  background: #a74983;
  border-color: #ffc5e4;
}

.side-note {
  color: #d9cce0;
  background: #1c123d;
  border-color: #e1a957;
}

.side-note p {
  margin: 13px 13px 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
}

.construction-bar {
  height: 17px;
  margin: 0 13px;
  padding: 2px;
  background: repeating-linear-gradient(135deg, #171027 0, #171027 6px, var(--yellow) 6px, var(--yellow) 12px);
  border: 1px solid #f9eda5;
  text-align: center;
}

.construction-bar span {
  display: inline-block;
  padding: 0 4px;
  color: #fff5cc;
  background: #1b103a;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: bold;
  line-height: 11px;
}

.hero-panel {
  display: grid;
  grid-template-columns: 41% minmax(0, 59%);
  min-height: 374px;
  background-color: #1e1645;
  background-image:
    radial-gradient(circle at 88% 16%, rgba(112, 240, 234, .16) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(67, 173, 195, .14), transparent 43%),
    linear-gradient(315deg, rgba(193, 61, 132, .22), transparent 54%);
  border-color: var(--pink);
  box-shadow:
    inset 0 0 0 3px #0b0822,
    inset 0 0 0 5px #643674,
    5px 5px 0 rgba(0, 0, 0, .42);
}

.hero-copy {
  min-width: 0;
  padding: 27px 15px 20px 20px;
}

.eyebrow,
.card-label {
  margin: 0 0 8px;
  color: var(--cyan);
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0 0 16px;
  color: #fff4d7;
  font-family: Impact, "Arial Black", Georgia, sans-serif;
  font-size: clamp(29px, 4vw, 42px);
  font-weight: normal;
  letter-spacing: .025em;
  line-height: 1.03;
  text-shadow: 3px 3px 0 #6b287a, 5px 5px 0 #0b0821;
}

.hero-copy h1 em {
  color: var(--yellow);
  font-style: normal;
}

.hero-copy p:not(.eyebrow) {
  font-size: 13px;
}

.hero-note {
  color: #c6b6d1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px !important;
  font-style: italic;
}

.button-row {
  margin: 19px 0 18px;
}

.retro-button {
  display: inline-block;
  margin: 3px 5px 3px 0;
  padding: 6px 12px;
  color: var(--ink);
  background: linear-gradient(#fff397, #f6bd3b 52%, #c97331 53%, #e9a534);
  border: 2px outset #fff4a7;
  box-shadow: 2px 2px 0 #0b071c;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.retro-button:hover,
.retro-button:focus {
  color: #fff5da;
  background: linear-gradient(#ec9bd0, #aa4d96 52%, #6f2a72 53%, #953d84);
  border-color: #ffd2eb;
  outline: none;
}

.retro-button-dark {
  color: #e6ffff;
  background: linear-gradient(#4db9ca, #247f9f 52%, #155274 53%, #267d97);
  border-color: #a9f8ee;
}

.retro-button-small {
  padding: 5px 8px;
  font-size: 10px;
}

.hero-facts {
  padding-top: 11px;
  border-top: 1px dashed #89649d;
  font-family: "Courier New", monospace;
  font-size: 10px;
}

.hero-facts dt {
  float: left;
  clear: left;
  width: 34%;
  margin-bottom: 5px;
  color: #a994c4;
  text-transform: uppercase;
}

.hero-facts dd {
  min-height: 15px;
  margin: 0 0 5px 34%;
  color: #f3d889;
}

.screen-window {
  align-self: center;
  min-width: 0;
  margin: 20px 19px 18px 4px;
  padding: 7px;
  background: #bfc9c3;
  border: 3px outset #f7fff0;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .55), 0 0 0 1px #36224c;
}

.window-title {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  overflow: hidden;
  padding: 4px 6px;
  color: #f2f6e9;
  background: linear-gradient(90deg, #1d315f, #6c347d 70%, #263e70);
  border: 2px inset #d8e8da;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: bold;
}

.window-title span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.window-title > span:last-child {
  flex: 0 0 auto;
  color: #b9ffff;
}

.screen-image {
  position: relative;
  height: 248px;
  margin-top: 5px;
  overflow: hidden;
  background: #235579;
  border: 3px inset #d7e4d7;
}

.image-launcher {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: inherit;
}

.image-launcher:focus {
  outline: 2px solid var(--yellow);
  outline-offset: -5px;
}

.screen-image:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .12), transparent 35%, rgba(17, 3, 48, .23));
  content: "";
  pointer-events: none;
}

.screen-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.screen-sticker {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 1;
  padding: 3px 5px;
  color: var(--ink);
  background: var(--yellow);
  border: 1px solid #fff6be;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
}

.screen-window figcaption {
  padding: 4px 2px 0;
  color: #271c37;
  font-family: "Courier New", monospace;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.signal-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  margin: 0 0 17px;
  padding: 6px 10px;
  color: #fff0a2;
  background: #271044;
  border: 2px solid #d15ca2;
  box-shadow: inset 0 0 0 2px #110822, 3px 3px 0 rgba(0, 0, 0, .35);
  font-family: "Courier New", monospace;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.signal-arrow {
  color: var(--cyan);
}

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

.feature-card {
  min-height: 176px;
  margin-bottom: 0;
  padding: 15px 12px 13px;
  background: linear-gradient(145deg, #251747, #181034);
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 37px;
  height: 37px;
  margin: 0 9px 8px 0;
  padding: 0;
  color: var(--ink);
  border: 2px outset #fff3ae;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
  mix-blend-mode: screen;
}

.feature-icon-gold {
  background: var(--yellow);
}

.feature-icon-blue {
  color: #edf4e5;
  background: #368ba6;
  border-color: #b1e5ea;
}

.feature-icon-red {
  color: #fff1df;
  background: #a44972;
  border-color: #e9aeb2;
}

.feature-card .card-label {
  margin-bottom: 3px;
  font-size: 9px;
}

.feature-card h2 {
  min-height: 39px;
  margin: 0 0 7px;
  color: #f4df9b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.2;
}

.feature-card p:not(.card-label) {
  clear: both;
  margin: 0 0 8px;
  color: #cfc5d5;
  font-size: 11px;
  line-height: 1.4;
}

.text-link {
  font-family: "Courier New", monospace;
  font-size: 10px;
}

.wide-section {
  margin: 0 22px 22px;
  padding: 18px 21px 20px;
}

.section-heading {
  display: grid;
  grid-template-columns: 46px auto minmax(30px, 1fr) auto;
  align-items: center;
  gap: 11px;
  width: 100%;
  margin-bottom: 13px;
}

.section-sprite {
  display: block;
  color: var(--ink);
  background: var(--yellow);
  border: 2px outset #fff1a0;
  text-align: center;
}

.section-sprite img {
  display: block;
  width: 34px;
  height: 34px;
  margin: 3px auto;
  object-fit: contain;
  image-rendering: pixelated;
  mix-blend-mode: multiply;
}

.section-heading > div {
  min-width: max-content;
}

.section-heading .eyebrow {
  margin-bottom: 0;
  font-size: 9px;
}

.section-heading h2 {
  margin: 0;
  color: #f1dda1;
  font-family: Impact, "Arial Black", Georgia, sans-serif;
  font-size: 27px;
  font-weight: normal;
  letter-spacing: .04em;
  line-height: 1.05;
  text-shadow: 2px 2px 0 #351659;
}

.section-rule {
  min-width: 30px;
  border-bottom: 2px dotted #7e74aa;
}

.section-code {
  width: 75px;
  color: #8ddbd6;
  font-family: "Courier New", monospace;
  font-size: 10px;
  text-align: right;
}

.journal-section {
  background-color: #1a123b;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .025) 1px, transparent 1px, transparent 4px),
    linear-gradient(90deg, rgba(221, 91, 166, .08), transparent 25%, transparent 75%, rgba(91, 213, 212, .08));
}

.journal-entry {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 20px;
  padding: 13px 0 14px;
  border-top: 1px dashed #735d8f;
}

.journal-entry-last {
  padding-bottom: 4px;
}

.entry-date {
  color: var(--yellow);
  font-family: "Courier New", monospace;
  font-size: 25px;
  font-weight: bold;
  line-height: .95;
  text-align: center;
}

.entry-date span {
  color: var(--cyan);
  font-size: 11px;
}

.entry-date-muted {
  color: #7b6f8d;
}

.entry-body h3 {
  margin: 0 0 2px;
  color: #f1e3bb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.entry-body h3 a {
  color: inherit;
  text-decoration: none;
}

.entry-body h3 a:hover,
.entry-body h3 a:focus {
  color: var(--yellow);
  text-decoration: underline;
}

.entry-meta {
  margin: 0 0 8px;
  color: #81c8c5;
  font-family: "Courier New", monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.entry-body p:not(.entry-meta) {
  margin: 5px 0 0;
  color: #d1c9d4;
  font-size: 13px;
}

.collection-section {
  background: #1c183f;
  border-color: #e3b85d;
}

.section-lead {
  max-width: 780px;
  margin: 0 0 15px;
  color: #cfc6d7;
  font-size: 13px;
}

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

.gallery-item {
  min-width: 0;
  margin: 0;
}

.gallery-frame {
  position: relative;
  height: 158px;
  overflow: hidden;
  padding: 5px;
  background: #0b0819;
  border: 3px inset #b7d7ce;
  box-shadow: 2px 2px 0 #080613;
}

.gallery-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gallery-item figcaption {
  min-height: 42px;
  padding: 6px 4px;
  color: #bcb1c9;
  font-family: "Courier New", monospace;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
}

.gallery-item figcaption strong {
  color: #f2d273;
  font-size: 11px;
}

.gallery-item-pending .gallery-frame {
  border-color: #e4b75a;
}

.pending-label {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 3px 5px;
  color: #21140a;
  background: var(--yellow);
  border: 1px solid #fff2a5;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: bold;
}

.asset-note {
  margin: 14px 0 0;
  padding: 8px 10px;
  color: #e4d59c;
  background: #28173d;
  border-left: 4px solid var(--pink);
  font-family: "Courier New", monospace;
  font-size: 11px;
}

.asset-note b {
  color: var(--yellow);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 18px;
  padding: 0 22px;
}

.placeholder-panel,
.guestbook-panel {
  min-width: 0;
  margin-bottom: 22px;
}

.links-panel {
  margin: 0 22px 22px;
  padding-bottom: 16px;
}

.links-panel > p {
  margin: 15px 15px 10px;
  color: #cfc6d7;
  font-size: 12px;
}

.link-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 12px 15px;
  padding: 0;
  list-style: none;
}

.link-list li {
  min-width: 0;
}

.link-list a {
  display: block;
  height: 100%;
  padding: 6px 8px;
  color: #e7f6eb;
  background: #263d65;
  border: 1px solid #6ca9b2;
  font-family: "Courier New", monospace;
  font-size: 10px;
  text-decoration: none;
}

.link-list a:hover,
.link-list a:focus {
  color: var(--ink);
  background: var(--yellow);
  outline: none;
}

.link-bullet {
  display: inline-block;
  width: 16px;
  color: var(--pink);
  font-weight: bold;
}

.webring-note {
  color: #9bcfca !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px !important;
  font-style: italic;
}

.guestbook-panel {
  background: #291746;
  border-color: var(--yellow);
}

.guestbook-inner {
  padding: 12px 14px 15px;
  color: #d9ccdd;
  font-size: 11px;
}

.guestbook-inner p {
  margin: 0 0 8px;
}

.guestbook-title {
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: bold;
}

.badge-wall {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 12px;
}

.pixel-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 28px;
  color: #fff9df;
  border: 2px outset #fff;
  box-shadow: 2px 2px 0 #0b0717;
  font-family: "Courier New", monospace;
  font-size: 8px;
  font-weight: bold;
  line-height: .9;
  text-align: center;
}

.badge-blue {
  background: #247dab;
}

.badge-pink {
  background: #af468d;
}

.badge-gold {
  color: var(--ink);
  background: var(--yellow);
}

.site-footer {
  clear: both;
  margin-top: 0;
  padding: 18px 20px 22px;
  color: #9bc7c8;
  background: #090a1b;
  border-top: 4px double #dd6ca6;
  font-family: "Courier New", monospace;
  font-size: 10px;
  text-align: center;
}

.site-footer:before {
  display: block;
  width: min(420px, 88%);
  height: 5px;
  margin: 0 auto 12px;
  background: repeating-linear-gradient(90deg, var(--cyan) 0, var(--cyan) 8px, transparent 8px, transparent 11px);
  content: "";
}

.site-footer p {
  margin: 3px 0;
}

.footer-small {
  color: #716884;
  font-size: 9px;
}

body.viewer-open {
  overflow: hidden;
}

.image-viewer {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(6, 4, 18, .82);
}

.image-viewer[hidden] {
  display: none;
}

.viewer-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.viewer-window {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 94%;
  max-width: 960px;
  max-height: calc(100vh - 36px);
  background: #aebcb4;
  border: 3px outset #f4fff0;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, .62), 0 0 0 2px #2c1647;
}

.viewer-titlebar {
  display: flex;
  align-items: center;
  min-height: 29px;
  padding: 4px 5px 4px 7px;
  color: #efffeb;
  background: linear-gradient(90deg, #1d315f, #6c347d 70%, #263e70);
  border: 2px outset #c6d9ce;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: bold;
}

.viewer-titlebar-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.viewer-window-glyphs {
  margin-left: auto;
  padding-left: 8px;
  color: #b8f5f0;
  white-space: nowrap;
}

.viewer-close {
  flex: 0 0 22px;
  width: 22px;
  height: 20px;
  margin-left: 5px;
  padding: 0;
  color: #1b2d38;
  background: #bbc9bd;
  border: 2px outset #edf2e7;
  cursor: pointer;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
}

.viewer-toolbar {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 5px;
  color: #24363b;
  background: #c5d1c6;
  border: 2px inset #e1e9dc;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
}

.viewer-toolbar-button {
  display: inline-block;
  min-width: 23px;
  margin-right: 3px;
  padding: 2px 4px;
  background: #b5c4b8;
  border: 2px outset #edf2e7;
  font-weight: bold;
  text-align: center;
}

.viewer-nav-button {
  cursor: pointer;
  font: inherit;
}

.viewer-nav-button:disabled {
  cursor: default;
  opacity: .58;
}

.viewer-position {
  flex: 0 0 auto;
  margin-right: 5px;
  padding: 3px 5px;
  color: #52686a;
  font: 9px "Courier New", monospace;
  text-transform: uppercase;
  white-space: nowrap;
}

.viewer-location {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  padding: 3px 6px;
  color: #243239;
  background: #f0f0df;
  border: 2px inset #97a69f;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.viewer-stage {
  min-height: 0;
  overflow: auto;
  padding: 14px;
  background: #0b081d;
  border: 3px inset #84958e;
  text-align: center;
}

.viewer-stage img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 220px);
  margin: 0 auto;
  border: 1px solid #75d9d4;
  box-shadow: 0 0 0 2px #07131d, 4px 4px 0 rgba(0, 0, 0, .38);
}

.viewer-statusbar {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 7px;
  color: #21343a;
  background: #b1beb1;
  border-top: 2px inset #e4ece0;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
}

.viewer-statusbar span:last-child {
  color: #52686a;
}

.crt-toggle {
  position: fixed;
  z-index: 80;
  right: 10px;
  bottom: 11px;
  display: flex;
  align-items: center;
  padding: 4px 7px;
  color: #f5e9b9;
  background: #201143;
  border: 2px outset #a6e8df;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, .5);
  cursor: pointer;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.crt-toggle:hover,
.crt-toggle:focus {
  color: var(--ink);
  background: var(--yellow);
  border-color: #fff2a3;
  outline: 2px solid var(--pink);
  outline-offset: 2px;
}

.crt-toggle.is-off {
  color: #a4b5b5;
  background: #1a222a;
  border-color: #76878a;
}

body.viewer-open .crt-toggle {
  display: none;
}

@media screen and (max-width: 960px) {
  .site-wrap {
    width: 94%;
  }

  .columns {
    grid-template-columns: 205px minmax(0, 1fr);
    gap: 14px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-panel {
    grid-template-columns: 43% minmax(0, 57%);
  }

  .screen-window {
    margin-right: 13px;
  }

  .screen-image {
    height: 220px;
  }

  .footer-grid {
    gap: 14px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .link-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 760px) {
  .site-wrap {
    width: 95%;
    margin-top: 20px;
  }

  .logo-link img {
    width: 78%;
  }

  .columns {
    display: block;
    padding-top: 16px;
  }

  .profile-panel {
    display: inline-block;
    width: calc(72% - 8px);
    margin-right: 12px;
    vertical-align: top;
  }

  .mini-button-row {
    display: inline-flex;
    width: calc(28% - 8px);
    margin-top: 14px;
    vertical-align: top;
  }

  .mini-button {
    width: 100%;
  }

  .side-note {
    display: none;
  }

  .content-column {
    clear: both;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 23px 19px 12px;
  }

  .screen-window {
    margin: 6px 14px 17px;
  }

  .screen-image {
    height: 220px;
  }

  .feature-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .feature-card {
    min-height: 0;
  }

  .wide-section {
    margin-right: 16px;
    margin-left: 16px;
    padding: 15px 13px 17px;
  }

  .section-heading {
    grid-template-columns: 40px minmax(0, auto) minmax(15px, 1fr) auto;
    gap: 7px;
  }

  .section-sprite {
    width: 40px;
  }

  .section-heading h2 {
    font-size: 23px;
  }

  .section-heading .eyebrow {
    font-size: 8px;
  }

  .gallery-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gallery-frame {
    height: 190px;
  }

  .footer-grid {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }

  .placeholder-panel,
  .guestbook-panel {
    margin-bottom: 14px;
  }

  .links-panel {
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 14px;
  }

  .link-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 560px) {
  .browser-chrome {
    gap: 6px;
    font-size: 9px;
  }

  .browser-actions {
    display: none;
  }

  .utility-bar {
    display: block;
    padding: 6px 9px;
  }

  .utility-note {
    margin-top: 4px;
    text-align: left;
  }

  .logo-area {
    padding: 29px 7px 27px;
  }

  .logo-link img {
    width: 96%;
  }

  .sticker-left {
    top: 7px;
    left: 9px;
  }

  .sticker-right {
    top: 7px;
    right: 9px;
  }

  .logo-stamp {
    right: 9px;
    bottom: 6px;
  }

  .site-motto {
    display: block;
    padding: 7px 10px;
  }

  .site-motto span,
  .site-motto span:last-child {
    display: block;
  }

  .site-motto span:last-child {
    margin-top: 4px;
  }

  .announcement-bar {
    gap: 5px;
    font-size: 8px;
  }

  .main-nav {
    padding: 7px 4px;
  }

  .main-nav ul {
    gap: 3px;
  }

  .nav-link {
    min-width: 0;
    padding: 5px 7px;
    font-size: 9px;
  }

  .columns {
    padding: 14px 11px 2px;
  }

  .profile-panel {
    display: block;
    width: auto;
    margin-right: 0;
  }

  .mini-button-row {
    display: flex;
    width: auto;
    margin: -4px 0 14px;
  }

  .mini-button {
    width: auto;
  }

  .hero-copy h1 {
    font-size: 31px;
  }

  .screen-window {
    margin: 6px 10px 14px;
  }

  .screen-image {
    height: 190px;
  }

  .signal-strip {
    gap: 4px;
    font-size: 9px;
  }

  .signal-arrow {
    display: none;
  }

  .wide-section {
    margin-right: 11px;
    margin-left: 11px;
    padding: 14px 11px 16px;
  }

  .section-heading {
    grid-template-columns: 38px minmax(0, 1fr) auto;
  }

  .section-rule {
    display: none;
  }

  .section-code {
    width: auto;
  }

  .journal-entry {
    grid-template-columns: 57px minmax(0, 1fr);
    gap: 10px;
  }

  .entry-date {
    font-size: 21px;
  }

  .entry-body h3 {
    font-size: 17px;
  }

  .entry-body p:not(.entry-meta) {
    font-size: 12px;
  }

  .gallery-frame {
    height: 180px;
  }

  .link-list {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-right: 12px;
    padding-left: 12px;
  }

  .crt-toggle {
    right: 6px;
    bottom: 8px;
  }

  .image-viewer {
    padding: 10px;
  }

  .viewer-window {
    width: 100%;
    max-height: calc(100vh - 20px);
  }

  .viewer-window-glyphs {
    display: none;
  }

  .viewer-stage {
    padding: 8px;
  }

  .viewer-stage img {
    max-height: calc(100vh - 185px);
  }

  .viewer-statusbar span:last-child {
    display: none;
  }
}

@media screen and (max-width: 390px) {
  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 8px;
  }

  .hero-copy h1 {
    font-size: 28px;
  }

  .section-heading h2 {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body:after,
  .announcement-track {
    animation: none;
  }
}

/* Banner palette: blue, gold, copper and parchment. */
body {
  background-image:
    radial-gradient(circle, rgba(242, 222, 151, .82) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(107, 205, 226, .72) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(225, 166, 51, .7) 0 1px, transparent 1.5px),
    linear-gradient(135deg, rgba(15, 67, 108, .35), transparent 46%, rgba(183, 112, 26, .12));
}

body:before {
  background:
    radial-gradient(ellipse at 50% 38%, transparent 0, rgba(6, 26, 51, .08) 34%, rgba(6, 26, 51, .74) 100%),
    repeating-linear-gradient(135deg, rgba(255, 244, 206, .025) 0, rgba(255, 244, 206, .025) 1px, transparent 1px, transparent 7px);
}

body:after {
  background:
    linear-gradient(90deg, rgba(214, 140, 23, .08), transparent 17%, transparent 83%, rgba(64, 178, 224, .1)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .22) 0, rgba(255, 255, 255, .22) 1px, transparent 1px, transparent 4px);
}

.site-shell {
  background: #0b2743;
  box-shadow:
    0 0 0 2px #041121,
    0 0 0 6px #b96f23,
    0 0 0 9px #09233e,
    14px 16px 0 rgba(0, 0, 0, .4),
    0 0 36px rgba(38, 139, 190, .34);
}

.browser-chrome {
  background: linear-gradient(#4d82ad, #1b4f82 52%, #0c2e56 53%, #286a9b);
  border-bottom-color: #041121;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 #8dd9de;
}

.browser-lights i {
  background: #c8782a;
  border-color: #f4c58b;
}

.browser-lights i:nth-child(2) {
  background: var(--yellow);
  border-color: #fff1af;
}

.browser-lights i:nth-child(3) {
  background: #78cbd0;
  border-color: #d8ffff;
}

.utility-bar {
  color: #c6d6d2;
  background: #06192f;
  border-bottom-color: #285c7c;
}

.utility-note {
  color: #9cb3b8;
}

.logo-area {
  border-bottom-color: var(--banner-brown);
  box-shadow: inset 0 -2px 0 var(--banner-gold), inset 0 2px 0 #fff9e5;
}

.sticker-right {
  color: #fff3d2;
  background: #c8792d;
  border-color: #f3c989;
}

.logo-stamp {
  color: #fff1c2;
  background: var(--banner-blue);
  border-color: #a8e0e0;
}

.site-motto {
  color: #ffdc71;
  background: linear-gradient(90deg, #0b2e52, #145c8e 48%, #0d3c61);
  border-bottom-color: var(--banner-gold);
}

.site-motto span:last-child {
  color: #bce3e2;
}

.announcement-bar {
  background: var(--yellow);
  border-bottom-color: #163f67;
  box-shadow: inset 0 1px 0 #fff5c5, inset 0 -1px 0 #9d6320;
}

.announcement-bar strong {
  color: #173b60;
}

.main-nav {
  background: #071e38;
  border-bottom-color: var(--banner-gold);
  box-shadow: inset 0 -2px 0 #f3c34c;
}

.nav-link {
  background: linear-gradient(#2f91c2, #14669d 52%, #0e3f70 53%, #1c6f9f);
  border-color: #acdfe0;
}

.nav-link:hover,
.nav-link:focus,
.nav-link-active {
  background: linear-gradient(#fff0a1, #e9ad35 52%, #b96225 53%, #d78c29);
  border-color: #fff9cf;
}

main {
  background-color: #0b2947;
  background-image:
    linear-gradient(rgba(8, 32, 57, .58), rgba(8, 32, 57, .58)),
    repeating-linear-gradient(0deg, transparent 0, transparent 11px, rgba(102, 176, 201, .08) 11px, rgba(102, 176, 201, .08) 12px),
    repeating-linear-gradient(90deg, transparent 0, transparent 17px, rgba(207, 143, 42, .045) 17px, rgba(207, 143, 42, .045) 18px);
}

main:before {
  background: repeating-linear-gradient(90deg, var(--yellow) 0, var(--yellow) 12px, var(--pink) 12px, var(--pink) 24px, var(--cyan) 24px, var(--cyan) 36px, #0b2d4e 36px, #0b2d4e 48px);
}

.panel {
  background-color: var(--panel);
  border-color: var(--cyan);
  box-shadow: inset 0 0 0 2px #061a2f, inset 0 0 0 4px #235474, 4px 4px 0 rgba(3, 3, 13, .5);
}

.panel-heading {
  color: #ffdf7a;
  background: linear-gradient(90deg, #0d3761, #126da0 52%, #2c5b7b);
  border-bottom-color: var(--pink);
}

.profile-mark {
  background-color: #0a355c;
  background-image:
    radial-gradient(#c88d34 1px, transparent 1px),
    linear-gradient(45deg, transparent 47%, rgba(126, 215, 220, .23) 48%, rgba(126, 215, 220, .23) 52%, transparent 53%);
  border-color: #e6b441;
  outline-color: #071c35;
}

.side-note {
  color: #d9d6c4;
  background: #103653;
  border-color: var(--yellow);
}

.hero-panel {
  background-color: #103858;
  background-image:
    radial-gradient(circle at 88% 16%, rgba(112, 225, 229, .16) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(67, 173, 195, .14), transparent 43%),
    linear-gradient(315deg, rgba(214, 140, 23, .2), transparent 54%);
  border-color: var(--pink);
  box-shadow: inset 0 0 0 3px #061a30, inset 0 0 0 5px #235c79, 5px 5px 0 rgba(0, 0, 0, .42);
}

.hero-copy h1 {
  text-shadow: 3px 3px 0 #17628d, 5px 5px 0 #061a30;
}

.retro-button:hover,
.retro-button:focus {
  background: linear-gradient(#84cfd2, #2f8dae 52%, #18567b 53%, #2a7699);
  border-color: #d5f3e9;
}

.window-title,
.viewer-titlebar {
  background: linear-gradient(90deg, #123d70, #196fa1 70%, #28577e);
}

.signal-strip {
  background: #0b2d4e;
  border-color: var(--pink);
  box-shadow: inset 0 0 0 2px #06192f, 3px 3px 0 rgba(0, 0, 0, .35);
}

.feature-card {
  background: linear-gradient(145deg, #164467, #0d2c4c);
}

.feature-icon-red {
  background: #a95d36;
}

.section-heading h2 {
  text-shadow: 2px 2px 0 #124b70;
}

.journal-section {
  background-color: #103653;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .025) 1px, transparent 1px, transparent 4px),
    linear-gradient(90deg, rgba(214, 140, 23, .08), transparent 25%, transparent 75%, rgba(91, 187, 203, .08));
}

.collection-section {
  background: #153d57;
  border-color: var(--yellow);
}

.gallery-frame {
  background: #061a2c;
  border-color: #b7d7ce;
}

.asset-note {
  color: #e4d59c;
  background: #123553;
  border-left-color: var(--pink);
}

.guestbook-panel {
  background: #123653;
  border-color: var(--yellow);
}

.guestbook-title {
  color: #f0c35a;
}

.badge-pink {
  background: #a86437;
}

.site-footer {
  color: #a8d0d0;
  background: #06192f;
  border-top-color: var(--banner-gold);
}

.image-viewer {
  background: rgba(3, 17, 34, .84);
}

.crt-toggle {
  color: #f3df9c;
  background: #0d3152;
  border-color: #9edbda;
}

.crt-toggle:hover,
.crt-toggle:focus {
  outline-color: var(--yellow);
}

/* Classic Windows 95/98 palette. */
body {
  color: #000;
  background-color: #008080;
  background-image:
    radial-gradient(circle, rgba(0, 96, 96, .45) 0 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, .05), transparent 48%, rgba(0, 0, 0, .08));
  background-position: 0 0, center;
  background-size: 8px 8px, auto;
}

body:before {
  background:
    linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0, rgba(255, 255, 255, .035) 1px, transparent 1px, transparent 8px);
}

body:after {
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, .12) 0, rgba(255, 255, 255, .12) 1px, transparent 1px, transparent 4px);
  opacity: .16;
}

a {
  color: #000080;
}

a:hover,
a:focus {
  color: #000;
}

.site-shell {
  background: #c0c0c0;
  border: 3px outset #dfdfdf;
  box-shadow: 0 0 0 2px #000, 12px 14px 0 rgba(0, 0, 0, .48);
}

.site-shell:before,
.site-shell:after {
  border-color: #fff;
}

.browser-chrome {
  color: #fff;
  background: linear-gradient(#0000a8, #000080 52%, #00005c 53%, #0000a8);
  border-bottom-color: #000;
  box-shadow: inset 0 1px 0 #5b9bd0, inset 0 -1px 0 #000;
}

.browser-lights i,
.browser-lights i:nth-child(2),
.browser-lights i:nth-child(3) {
  background: #c0c0c0;
  border-color: #fff;
  border-radius: 0;
  box-shadow: 1px 1px 0 #000;
}

.browser-tab {
  color: #000;
  background: #c0c0c0;
  border-color: #fff;
  box-shadow: 1px 1px 0 #000;
}

.browser-actions {
  color: #fff;
}

.utility-bar {
  color: #fff;
  background: #000080;
  border-bottom-color: #000;
}

.utility-status,
.utility-note {
  color: #fff;
}

.logo-area {
  background-color: #c0c0c0;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .16) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, .16) 75%);
  background-size: 8px 8px;
  border-bottom-color: #808080;
  box-shadow: inset 0 -2px 0 #fff, inset 0 2px 0 #808080;
}

.sticker,
.logo-stamp {
  color: #000;
  background: #c0c0c0;
  border-color: #fff;
  box-shadow: 2px 2px 0 #000;
}

.sticker-right {
  color: #fff;
  background: #000080;
  border-color: #fff;
}

.logo-stamp {
  color: #fff;
  background: #000080;
  border-color: #fff;
}

.site-motto {
  color: #fff;
  background: #000080;
  border-bottom-color: #000;
}

.site-motto span:last-child {
  color: #fff;
}

.announcement-bar {
  color: #000;
  background: #ffff00;
  border-bottom-color: #000;
  box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #808000;
}

.announcement-bar strong {
  color: #000080;
}

.main-nav {
  background: #c0c0c0;
  border-bottom-color: #808080;
  box-shadow: inset 0 -2px 0 #fff;
}

.nav-link {
  color: #000;
  background: #c0c0c0;
  border-color: #fff;
  box-shadow: 2px 2px 0 #000;
}

.nav-link:hover,
.nav-link:focus,
.nav-link-active {
  color: #fff;
  background: #000080;
  border-color: #fff;
}

main {
  background-color: #c0c0c0;
  background-image:
    linear-gradient(rgba(192, 192, 192, .92), rgba(192, 192, 192, .92)),
    repeating-linear-gradient(0deg, transparent 0, transparent 11px, rgba(0, 0, 128, .06) 11px, rgba(0, 0, 128, .06) 12px),
    repeating-linear-gradient(90deg, transparent 0, transparent 17px, rgba(0, 0, 0, .04) 17px, rgba(0, 0, 0, .04) 18px);
}

main:before {
  background: repeating-linear-gradient(90deg, #000080 0, #000080 12px, #c0c0c0 12px, #c0c0c0 24px, #808080 24px, #808080 36px, #fff 36px, #fff 48px);
  border-bottom-color: #000;
}

.panel {
  color: #000;
  background-color: #c0c0c0;
  border: 2px outset #fff;
  box-shadow: inset 0 0 0 1px #808080, 3px 3px 0 #000;
}

.panel-heading {
  color: #fff;
  background: #000080;
  border-bottom: 2px solid #000;
  box-shadow: inset 1px 1px 0 #5b9bd0, inset 0 -1px 0 #000;
}

.profile-panel h2,
.feature-card h2,
.entry-body h3,
.section-heading h2 {
  color: #000080;
}

.profile-panel p,
.feature-card p:not(.card-label),
.entry-body p:not(.entry-meta),
.section-lead,
.links-panel > p,
.guestbook-inner,
.guestbook-inner p {
  color: #000;
}

.muted-copy,
.profile-facts dt,
.webring-note {
  color: #404040 !important;
}

.profile-mark {
  color: #ffff00;
  background-color: #000080;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  border-color: #fff;
  outline-color: #000;
}

.profile-mark:before,
.profile-mark:after {
  background: #fff;
}

.profile-mark strong {
  color: #fff;
  text-shadow: 2px 2px 0 #000;
}

.profile-mark small {
  color: #ffff00;
}

.profile-facts {
  border-top-color: #808080;
}

.profile-facts dd {
  color: #000080;
}

.mini-button,
.retro-button {
  color: #000;
  background: #c0c0c0;
  border-color: #fff;
  box-shadow: 2px 2px 0 #000;
}

.mini-button:hover,
.mini-button:focus,
.retro-button:hover,
.retro-button:focus {
  color: #fff;
  background: #000080;
  border-color: #fff;
}

.mini-button-pink,
.retro-button-dark {
  color: #fff;
  background: #000080;
  border-color: #fff;
}

.side-note {
  color: #000;
  background: #c0c0c0;
  border-color: #fff;
}

.side-note p {
  color: #000;
}

.construction-bar {
  background: repeating-linear-gradient(135deg, #000 0, #000 6px, #ffff00 6px, #ffff00 12px);
  border-color: #000;
}

.construction-bar span {
  color: #fff;
  background: #000080;
}

.hero-panel {
  color: #000;
  background-color: #d4d0c8;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .34), transparent 45%), linear-gradient(315deg, rgba(0, 0, 128, .08), transparent 54%);
  border-color: #fff;
  box-shadow: inset 0 0 0 2px #808080, 5px 5px 0 #000;
}

.eyebrow,
.card-label {
  color: #000080;
}

.hero-copy h1 {
  color: #000080;
  text-shadow: 2px 2px 0 #808080;
}

.hero-copy h1 em {
  color: #000080;
}

.hero-copy p:not(.eyebrow),
.hero-note {
  color: #000 !important;
}

.hero-facts {
  border-top-color: #808080;
}

.hero-facts dt {
  color: #404040;
}

.hero-facts dd {
  color: #000080;
}

.screen-window {
  background: #c0c0c0;
  border-color: #fff;
  box-shadow: 5px 5px 0 #000;
}

.window-title,
.viewer-titlebar {
  color: #fff;
  background: #000080;
  border-color: #fff;
}

.window-title > span:last-child,
.viewer-window-glyphs {
  color: #fff;
}

.screen-image {
  background: #000;
  border-color: #808080;
}

.screen-sticker {
  color: #000;
  background: #ffff00;
  border-color: #000;
}

.screen-window figcaption {
  color: #000;
}

.signal-strip {
  color: #000;
  background: #ffff00;
  border-color: #000;
  box-shadow: inset 0 0 0 2px #808080, 3px 3px 0 #000;
}

.signal-arrow {
  color: #000080;
}

.feature-card {
  background: #d4d0c8;
}

.feature-icon {
  border-color: #fff;
  box-shadow: 1px 1px 0 #000;
}

.feature-icon-gold,
.feature-icon-blue,
.feature-icon-red {
  color: #000;
  background: #c0c0c0;
  border-color: #fff;
}

.feature-card h2 {
  text-shadow: none;
}

.section-sprite {
  background: #c0c0c0;
  border-color: #fff;
}

.section-heading h2 {
  text-shadow: none;
}

.section-rule,
.journal-entry {
  border-color: #808080;
}

.section-code,
.entry-meta {
  color: #404040;
}

.journal-section,
.collection-section {
  background: #d4d0c8;
  border-color: #fff;
}

.entry-date {
  color: #000080;
}

.entry-date span {
  color: #000;
}

.entry-date-muted {
  color: #808080;
}

.gallery-frame {
  background: #000;
  border-color: #808080;
  box-shadow: 2px 2px 0 #000;
}

.gallery-item figcaption {
  color: #000;
}

.gallery-item figcaption strong {
  color: #000080;
}

.gallery-item-pending .gallery-frame {
  border-color: #000080;
}

.pending-label {
  color: #000;
  background: #ffff00;
  border-color: #000;
}

.asset-note {
  color: #000;
  background: #ffffe1;
  border-left-color: #000080;
}

.asset-note b {
  color: #000080;
}

.link-list a {
  color: #000;
  background: #c0c0c0;
  border: 2px outset #fff;
}

.link-list a:hover,
.link-list a:focus {
  color: #fff;
  background: #000080;
}

.link-bullet {
  color: #000080;
}

.guestbook-panel {
  background: #c0c0c0;
  border-color: #fff;
}

.guestbook-title {
  color: #000080;
}

.pixel-badge {
  color: #000;
  background: #c0c0c0;
  border-color: #fff;
  box-shadow: 2px 2px 0 #000;
}

.badge-blue,
.badge-pink {
  color: #fff;
  background: #000080;
}

.badge-gold {
  color: #000;
  background: #ffff00;
}

.site-footer {
  color: #fff;
  background: #000080;
  border-top-color: #000;
}

.site-footer:before {
  background: repeating-linear-gradient(90deg, #fff 0, #fff 8px, transparent 8px, transparent 11px);
}

.footer-small {
  color: #c0c0c0;
}

.image-viewer {
  background: rgba(0, 128, 128, .8);
}

.viewer-window {
  background: #c0c0c0;
  border-color: #fff;
  box-shadow: 8px 8px 0 #000;
}

.viewer-close,
.viewer-toolbar-button {
  color: #000;
  background: #c0c0c0;
  border-color: #fff;
}

.viewer-nav-button:not(:disabled):hover,
.viewer-nav-button:not(:disabled):focus {
  color: #fff;
  background: #000080;
  outline: 1px dotted #000;
  outline-offset: -4px;
}

.viewer-nav-button:disabled {
  color: #808080;
  background: #c0c0c0;
  border-color: #808080;
  border-style: inset;
  box-shadow: none;
}

.viewer-position {
  color: #404040;
}

.viewer-toolbar {
  color: #000;
  background: #c0c0c0;
  border-color: #fff;
}

.viewer-location {
  color: #000;
  background: #fff;
  border-color: #808080;
}

.viewer-stage {
  background: #000;
  border-color: #808080;
}

.viewer-stage img {
  border-color: #fff;
  box-shadow: 0 0 0 2px #000, 4px 4px 0 rgba(0, 0, 0, .38);
}

.viewer-statusbar {
  color: #000;
  background: #c0c0c0;
  border-top-color: #fff;
}

.viewer-statusbar span:last-child {
  color: #404040;
}

.crt-toggle {
  color: #000;
  background: #c0c0c0;
  border-color: #fff;
  box-shadow: 3px 3px 0 #000;
}

.crt-toggle:hover,
.crt-toggle:focus {
  color: #fff;
  background: #000080;
  border-color: #fff;
}

.crt-toggle.is-off {
  color: #404040;
  background: #c0c0c0;
  border-color: #808080;
}

/* Blue-violet world palette with Windows controls preserved. */
:root {
  --world-night: #0a1433;
  --world-ink: #111b3c;
  --world-panel: #1a2c55;
  --world-deep: #0d1b3d;
  --world-blue: #2f6fa3;
  --world-cyan: #86d2df;
  --world-violet: #5965a3;
  --world-lavender: #bd9cde;
  --world-gold: #f0cf70;
  --world-copy: #e8e5ef;
  --world-muted: #aeb8cf;
}

body {
  color: var(--world-copy);
  background-color: var(--world-night);
  background-image:
    radial-gradient(circle, rgba(240, 207, 112, .76) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(189, 156, 222, .68) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(134, 210, 223, .72) 0 1px, transparent 1.5px),
    linear-gradient(135deg, rgba(42, 91, 143, .3), transparent 46%, rgba(82, 68, 145, .18));
  background-position: 7px 13px, 42px 66px, 91px 28px, center;
  background-size: 79px 83px, 137px 121px, 181px 157px, auto;
}

body:before {
  background:
    radial-gradient(ellipse at 50% 38%, transparent 0, rgba(10, 20, 51, .08) 34%, rgba(10, 20, 51, .74) 100%),
    repeating-linear-gradient(135deg, rgba(232, 229, 239, .025) 0, rgba(232, 229, 239, .025) 1px, transparent 1px, transparent 7px);
}

body:after {
  background:
    linear-gradient(90deg, rgba(189, 156, 222, .08), transparent 17%, transparent 83%, rgba(134, 210, 223, .1)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .2) 1px, transparent 1px, transparent 4px);
  opacity: .24;
}

a {
  color: var(--world-cyan);
}

a:hover,
a:focus {
  color: var(--world-gold);
}

.logo-area {
  background-color: #f4e8c5;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .5) 50%, transparent 50%), linear-gradient(rgba(255, 255, 255, .5) 50%, transparent 50%);
  background-size: 7px 7px;
  border-bottom-color: #674b36;
  box-shadow: inset 0 -2px 0 #d8a63b, inset 0 2px 0 #fff8de;
}

main {
  color: var(--world-copy);
  background-color: var(--world-deep);
  background-image:
    linear-gradient(rgba(10, 20, 51, .58), rgba(10, 20, 51, .58)),
    repeating-linear-gradient(0deg, transparent 0, transparent 11px, rgba(106, 129, 185, .08) 11px, rgba(106, 129, 185, .08) 12px),
    repeating-linear-gradient(90deg, transparent 0, transparent 17px, rgba(134, 210, 223, .045) 17px, rgba(134, 210, 223, .045) 18px);
}

main:before {
  background: repeating-linear-gradient(90deg, var(--world-gold) 0, var(--world-gold) 12px, var(--world-violet) 12px, var(--world-violet) 24px, var(--world-cyan) 24px, var(--world-cyan) 36px, var(--world-deep) 36px, var(--world-deep) 48px);
}

.panel {
  color: var(--world-copy);
  background-color: var(--world-panel);
}

.profile-panel h2,
.feature-card h2,
.entry-body h3,
.section-heading h2 {
  color: var(--world-gold);
}

.profile-panel p,
.feature-card p:not(.card-label),
.entry-body p:not(.entry-meta),
.section-lead,
.links-panel > p,
.guestbook-inner,
.guestbook-inner p {
  color: var(--world-copy);
}

.muted-copy,
.profile-facts dt,
.webring-note {
  color: var(--world-muted) !important;
}

.profile-mark {
  color: var(--world-gold);
  background-color: var(--world-deep);
  background-image:
    radial-gradient(var(--world-violet) 1px, transparent 1px),
    linear-gradient(45deg, transparent 47%, rgba(134, 210, 223, .22) 48%, rgba(134, 210, 223, .22) 52%, transparent 53%);
  border-color: var(--world-gold);
  outline-color: #050b20;
}

.profile-mark:before,
.profile-mark:after {
  background: var(--world-cyan);
}

.profile-mark strong {
  color: var(--world-copy);
  text-shadow: 2px 2px 0 #050b20;
}

.profile-mark small {
  color: var(--world-cyan);
}

.profile-facts {
  border-top-color: #59698e;
}

.profile-facts dd {
  color: var(--world-gold);
}

.side-note {
  color: var(--world-copy);
  background: var(--world-panel);
  border-color: #fff;
}

.side-note p {
  color: var(--world-copy);
}

.hero-panel {
  color: var(--world-copy);
  background-color: #172b53;
  background-image:
    radial-gradient(circle at 88% 16%, rgba(134, 210, 223, .14) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(47, 111, 163, .18), transparent 43%),
    linear-gradient(315deg, rgba(189, 156, 222, .15), transparent 54%);
  border-color: #fff;
  box-shadow: inset 0 0 0 2px #07102a, 5px 5px 0 #000;
}

.eyebrow,
.card-label {
  color: var(--world-cyan);
}

.hero-copy h1 {
  color: var(--world-copy);
  text-shadow: 3px 3px 0 var(--world-violet), 5px 5px 0 #07102a;
}

.hero-copy h1 em {
  color: var(--world-gold);
}

.hero-copy p:not(.eyebrow),
.hero-note {
  color: var(--world-copy) !important;
}

.hero-facts {
  border-top-color: #59698e;
}

.hero-facts dt {
  color: var(--world-muted);
}

.hero-facts dd {
  color: var(--world-gold);
}

.signal-strip {
  color: var(--world-gold);
  background: #111d40;
  border-color: var(--world-violet);
  box-shadow: inset 0 0 0 2px #070d25, 3px 3px 0 #000;
}

.signal-arrow {
  color: var(--world-cyan);
}

.feature-card {
  background: linear-gradient(145deg, #1e3967, #12254a);
}

.feature-card h2 {
  text-shadow: none;
}

.section-heading h2 {
  text-shadow: 2px 2px 0 #283b70;
}

.section-rule,
.journal-entry {
  border-color: #59698e;
}

.section-code,
.entry-meta {
  color: var(--world-cyan);
}

.journal-section,
.collection-section {
  background: #162b52;
  border-color: #fff;
}

.entry-date {
  color: var(--world-gold);
}

.entry-date span {
  color: var(--world-cyan);
}

.entry-date-muted {
  color: #7180a0;
}

.gallery-item figcaption {
  color: var(--world-muted);
}

.gallery-item figcaption strong {
  color: var(--world-gold);
}

.asset-note {
  color: #000;
  background: #ffffe1;
  border-left-color: var(--world-violet);
}

.asset-note b {
  color: #000080;
}

.guestbook-panel {
  background: #162b52;
  border-color: #fff;
}

.guestbook-title {
  color: var(--world-lavender);
}

.site-footer {
  background: #111d40;
  border-top-color: var(--world-violet);
}

/* Windows 95 active title bars. */
.browser-chrome,
.utility-bar,
.site-motto,
.panel-heading,
.window-title,
.viewer-titlebar {
  background-color: #000080;
  background-image: linear-gradient(90deg, #000080 0%, #000098 38%, #006eae 72%, #0080c0 100%);
  background-position: 0 0, 0 0;
  background-size: 100% 100%;
  font-family: "MS Sans Serif", "Microsoft Sans Serif", Tahoma, Arial, sans-serif;
  -webkit-font-smoothing: none;
  font-smooth: never;
  text-rendering: geometricPrecision;
}

.browser-chrome {
  color: #fff;
}

.utility-bar,
.site-motto {
  color: #fff;
}

.utility-status,
.utility-note,
.site-motto span:last-child {
  color: #fff;
}

.panel-heading {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0;
}

.window-title,
.viewer-titlebar {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0;
}

.browser-tab,
.browser-actions {
  font-family: "MS Sans Serif", "Microsoft Sans Serif", Tahoma, Arial, sans-serif;
  -webkit-font-smoothing: none;
  font-smooth: never;
}

/* Header cleanup and reusable Windows controls. */
.site-shell:before {
  display: none;
}

.site-shell {
  background: transparent;
}

.logo-area {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.logo-link img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
}

.profile-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 14px 14px 11px;
  padding: 7px;
  background: #000080;
  border: 2px inset #808080;
  box-shadow: 2px 2px 0 #000;
}

.profile-avatar img {
  display: block;
  width: 116px;
  height: 116px;
  object-fit: cover;
  background: #fff;
  border: 2px outset #fff;
}

.profile-avatar span {
  color: #fff;
  font-family: "MS Sans Serif", "Microsoft Sans Serif", Tahoma, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1;
}

.browser-actions,
.window-controls,
.viewer-window-glyphs {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.window-control,
.viewer-close {
  position: relative;
  display: inline-flex;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 20px;
  margin: 0;
  padding: 0;
  color: transparent;
  background: #c0c0c0;
  border: 2px outset #fff;
  box-shadow: 1px 1px 0 #000;
  cursor: default;
  font-family: Arial, sans-serif;
  font-size: 0;
  font-style: normal;
  line-height: 1;
  text-indent: -9999px;
}

.window-control:before,
.window-control:after,
.viewer-close:before,
.viewer-close:after {
  position: absolute;
  display: block;
  background: #000;
  content: "";
}

.window-control-minimize:before {
  right: 4px;
  bottom: 4px;
  width: 10px;
  height: 2px;
}

.window-control-maximize:before {
  width: 10px;
  height: 9px;
  border: 2px solid #000;
  background: transparent;
}

.window-control-close:before,
.viewer-close:before {
  width: 13px;
  height: 2px;
  transform: rotate(45deg);
}

.window-control-close:after,
.viewer-close:after {
  width: 13px;
  height: 2px;
  transform: rotate(-45deg);
}

.window-control:active,
.viewer-close:active {
  box-shadow: none;
  border-style: inset;
  transform: translate(1px, 1px);
}

.window-control:focus,
.viewer-close:focus {
  outline: 1px dotted #000;
  outline-offset: -5px;
}

.viewer-close {
  cursor: pointer;
}

@media screen and (max-width: 560px) {
  .browser-actions {
    display: inline-flex;
  }
}

/* Flat content surfaces. Keep gradients only on the window title bars. */
.hero-panel {
  background-image: none;
}

.feature-card {
  background: #1e3967;
}

.panel-heading {
  background: #000080;
}

.screen-image:after {
  display: none;
}

/* Classic serif headings without modern depth effects. */
.section-heading h2 {
  font-family: "Book Antiqua", "Palatino Linotype", Georgia, "Times New Roman", serif;
  font-weight: normal;
  text-shadow: none;
}

.hero-copy h1 {
  font-family: "Book Antiqua", "Palatino Linotype", Georgia, "Times New Roman", serif;
  font-weight: normal;
  text-shadow: none;
}

.guestbook-embed {
  min-width: 0;
  padding: 8px;
}

.guestbook-embed #guestbooks___guestbook-form-container {
  margin: 0;
  padding: 8px;
  background: #c0c0c0;
  border: 2px inset #808080;
}

.guestbook-embed .guestbooks___input-container {
  margin-bottom: 8px;
}

.guestbook-embed .guestbooks___input-container label {
  display: block;
  margin-bottom: 3px;
  color: #000;
  font: bold 10px Tahoma, Arial, sans-serif;
}

.guestbook-embed .guestbooks___input-container input,
.guestbook-embed .guestbooks___input-container textarea,
.guestbook-embed #guestbooks___challenge-answer-container input {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 5px;
  color: #000;
  background: #fff;
  border: 2px inset #808080;
  font: 12px Tahoma, Arial, sans-serif;
}

.guestbook-embed .guestbooks___input-container input:focus,
.guestbook-embed .guestbooks___input-container textarea:focus,
.guestbook-embed #guestbooks___challenge-answer-container input:focus {
  border-color: #000080;
  outline: none;
}

.guestbook-embed .guestbooks___input-container textarea {
  min-height: 76px;
  resize: vertical;
}

.guestbook-embed #guestbooks___challenge-answer-container {
  margin: 0 0 8px;
}

.guestbook-embed #guestbooks___pow-status {
  margin: 7px 0;
  color: #404040;
  font: 10px "Courier New", monospace;
}

.guestbook-embed .guestbooks___pow-container {
  margin: 7px 0;
  color: #404040;
  font: 10px Tahoma, Arial, sans-serif;
}

.guestbook-embed .guestbooks___pow-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  user-select: none;
}

.guestbook-embed .guestbooks___pow-checkbox-label input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0;
  cursor: pointer;
}

.guestbook-embed .guestbooks___pow-label-text--loading {
  color: #404040;
}

.guestbook-embed .guestbooks___pow-label-text--verified {
  color: #000080;
}

.guestbook-embed .guestbooks___pow-label-text--error {
  color: #800000;
}

.guestbook-embed #guestbooks___guestbook-form input[type="submit"],
.guestbook-embed #guestbooks___guestbook-form button[type="submit"] {
  display: inline-block;
  padding: 5px 8px;
  color: #000;
  background: #c0c0c0;
  border: 2px outset #fff;
  box-shadow: 1px 1px 0 #000;
  cursor: pointer;
  font: bold 10px Tahoma, Arial, sans-serif;
}

.guestbook-embed #guestbooks___guestbook-form input[type="submit"]:hover,
.guestbook-embed #guestbooks___guestbook-form input[type="submit"]:focus,
.guestbook-embed #guestbooks___guestbook-form button[type="submit"]:hover,
.guestbook-embed #guestbooks___guestbook-form button[type="submit"]:focus {
  background: #dcdcdc;
  outline: 1px dotted #000;
  outline-offset: -4px;
}

.guestbook-embed #guestbooks___guestbook-form input[type="submit"]:active,
.guestbook-embed #guestbooks___guestbook-form button[type="submit"]:active {
  border-style: inset;
  box-shadow: none;
}

.guestbook-embed #guestbooks___guestbook-form input[type="submit"]:disabled,
.guestbook-embed #guestbooks___guestbook-form button[type="submit"]:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.guestbook-embed #guestbooks___error-message {
  margin-top: 7px;
  color: #800000;
  font: 10px "Courier New", monospace;
  overflow-wrap: anywhere;
}

.guestbook-embed #guestbooks___guestbook-made-with {
  margin-top: 8px;
  padding: 3px 5px;
  color: #000;
  background: #c0c0c0;
  border: 1px solid #808080;
  font: 9px "Courier New", monospace;
  text-align: right;
}

.guestbook-embed #guestbooks___guestbook-made-with a {
  color: #000080;
  font-weight: bold;
  text-decoration: none;
}

.guestbook-embed .guestbook-rule {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #808080;
}

.guestbook-embed #guestbooks___guestbook-messages-header {
  margin: 0;
  padding: 4px 6px;
  color: #fff;
  background: #000080;
  font: bold 10px "Courier New", monospace;
  text-transform: uppercase;
}

.guestbook-embed #guestbooks___guestbook-messages-container {
  display: block;
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding: 6px;
  background: #c0c0c0;
  border: 2px inset #808080;
}

.guestbook-embed #guestbooks___guestbook-messages-container > * {
  margin: 0 0 6px;
  padding: 6px;
  background: #fff;
  border: 1px solid #808080;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.guestbook-embed #guestbooks___guestbook-messages-container > *:last-child {
  margin-bottom: 0;
}

.guestbook-embed .guestbook-message {
  color: #000;
  overflow-wrap: anywhere;
}

.guestbook-embed .guestbook-message p {
  margin: 0 0 4px;
  color: #000;
}

.guestbook-embed .guestbook-message small {
  color: #404040;
  font-size: 9px;
}

.guestbook-embed .guestbook-message blockquote {
  margin: 4px 0 0;
  color: #000;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.guestbook-embed .guestbook-message a {
  color: #000080;
}

.guestbook-embed .guestbook-message-reply {
  margin: 6px 0 0 1rem;
  padding-left: 7px;
  border-left: 2px solid #000080;
}

.guestbook-embed .guestbook-fallback-frame {
  display: block;
  width: 100%;
  height: 70vh;
  min-height: 460px;
  max-height: 680px;
  background: #c0c0c0;
  border: 0;
}

.footer-grid {
  align-items: stretch;
}

/* Reserved Windows 95-style workspace beside the guestbook. */
.placeholder-panel {
  display: flex;
  flex-direction: column;
  color: #000;
  background: #c0c0c0;
  border-color: #fff;
}

.placeholder-inner {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 18px;
  background: #c0c0c0;
}

.placeholder-window {
  width: min(100%, 370px);
  color: #000;
  background: #c0c0c0;
  border: 2px outset #fff;
  box-shadow: 3px 3px 0 #000;
}

.placeholder-window-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  overflow: hidden;
  padding: 4px 6px;
  color: #fff;
  background: #000080;
  border: 1px outset #d6e4f0;
  font: bold 10px "MS Sans Serif", Tahoma, Arial, sans-serif;
}

.placeholder-window-titlebar span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.placeholder-window-titlebar span:last-child {
  flex: 0 0 auto;
  white-space: nowrap;
}

.placeholder-window-body {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 130px;
  padding: 18px 14px;
  background: #c0c0c0;
}

.placeholder-window-body p {
  margin: 0;
  color: #000;
  font: 11px/1.35 Tahoma, Arial, sans-serif;
}

.placeholder-window-body .placeholder-kicker {
  margin-bottom: 5px;
  color: #000080;
  font: bold 10px "Courier New", monospace;
}

.placeholder-icon {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #000080;
  background: #ffff00;
  border: 2px outset #fff;
  font: bold 25px Tahoma, Arial, sans-serif;
  line-height: 1;
}

.placeholder-statusbar {
  padding: 3px 6px;
  color: #404040;
  background: #c0c0c0;
  border-top: 2px inset #808080;
  font: 9px "Courier New", monospace;
  text-transform: uppercase;
}

/* Windows 95 desktop: small textures tile instead of scaling. */
body {
  background-color: #008080;
  background-image: url("RECURSOS_GRAFICOS/FONDOS/Default_Teal.svg");
  background-attachment: fixed;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

body:before {
  display: none;
}

@media screen and (max-width: 760px) {
  .links-panel {
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 560px) {
  .links-panel {
    margin-right: 11px;
    margin-left: 11px;
  }

  .placeholder-inner {
    min-height: 220px;
    padding: 12px;
  }
}

/* The link strip is the full-width handoff into the footer. */
.links-panel {
  margin-right: 0;
  margin-left: 0;
}

/* Lower signal strip and reserved window finish. */
.placeholder-panel .panel-heading {
  color: #fff;
}

.placeholder-inner {
  border-top: 1px solid #808080;
}

.placeholder-window-titlebar {
  box-shadow: inset 1px 1px 0 #5b9bd0, inset 0 -1px 0 #000;
}

.links-panel {
  margin-top: 0;
  background: #c0c0c0;
  border-color: #fff;
}

.links-panel .link-list {
  margin-top: 13px;
  margin-bottom: 13px;
}

/* Collection archive terminal. A catalogue layout with a different rhythm from the home page. */
.collection-page .site-shell {
  background: #0a1b32;
  border-color: #fff;
  box-shadow: 0 0 0 2px #000, 12px 14px 0 rgba(0, 0, 0, .5);
}

.collection-header {
  background: #c0c0c0;
  border-bottom: 3px solid #000;
}

.archive-systembar {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 45px;
  padding: 6px 9px;
  color: #fff;
  background: #000080;
  border-bottom: 2px solid #000;
  font-family: "MS Sans Serif", Tahoma, Arial, sans-serif;
}

.archive-brand {
  display: block;
  flex: 0 0 auto;
  width: 156px;
  padding: 3px 5px;
  background: #c0c0c0;
  border: 2px outset #fff;
  box-shadow: 1px 1px 0 #000;
  line-height: 0;
}

.archive-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.archive-system-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.archive-system-copy strong {
  overflow: hidden;
  font-size: 12px;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-system-copy span {
  color: #b9d5e4;
  font-family: "Courier New", monospace;
  font-size: 10px;
}

.archive-lights {
  display: flex;
  gap: 4px;
  margin-left: auto;
}

.archive-lights i {
  display: block;
  width: 11px;
  height: 11px;
  background: #c0c0c0;
  border: 2px outset #fff;
  box-shadow: 1px 1px 0 #000;
}

.archive-lights i:first-child {
  background: #00ff00;
}

.archive-lights i:nth-child(2) {
  background: #ffff00;
}

.archive-lights i:last-child {
  background: #008080;
}

.collection-titleband {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 390px);
  align-items: end;
  gap: 18px;
  padding: 17px 19px 15px;
  color: #000;
  background: #d4d0c8;
  border-bottom: 1px solid #808080;
}

.collection-titleband h1 {
  margin: 0;
  color: #000080;
  font-family: "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: normal;
  line-height: .95;
}

.collection-title-note {
  margin: 0;
  padding: 9px 11px;
  color: #000;
  background: #ffffe1;
  border-left: 4px solid #000080;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  line-height: 1.4;
}

.archive-kicker {
  margin: 0 0 6px;
  color: #000080;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.collection-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 7px 10px;
  background: #c0c0c0;
  border-bottom: 2px solid #808080;
}

.collection-nav a {
  display: inline-block;
  padding: 5px 10px;
  color: #000;
  background: #c0c0c0;
  border: 2px outset #fff;
  box-shadow: 1px 1px 0 #000;
  font: bold 10px Tahoma, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.collection-nav a:hover,
.collection-nav a:focus,
.collection-nav a.is-active {
  color: #fff;
  background: #000080;
  outline: none;
}

.archive-marquee {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
  padding: 5px 10px;
  color: #000;
  background: #ffff00;
  border-bottom: 2px solid #000;
  font: bold 10px "Courier New", monospace;
  text-transform: uppercase;
}

.archive-marquee span {
  white-space: nowrap;
}

.archive-marquee span:nth-child(2) {
  color: #000080;
}

.collection-main {
  padding: 18px;
  background: #008080;
}

.archive-intro,
.archive-toolbar,
.archive-index {
  color: #000;
  background: #c0c0c0;
  border: 2px outset #fff;
  box-shadow: 3px 3px 0 #000;
}

.archive-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
  gap: 18px;
  margin: 0 0 16px;
  padding: 17px;
}

.archive-intro-copy h2 {
  max-width: 580px;
  margin: 0 0 9px;
  color: #000080;
  font-family: "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: clamp(24px, 3vw, 35px);
  font-weight: normal;
  line-height: 1.05;
}

.archive-intro-copy > p:not(.archive-kicker):not(.archive-intro-small) {
  max-width: 690px;
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.45;
}

.archive-intro-small {
  max-width: 690px;
  margin: 0;
  color: #404040;
  font: 10px/1.4 "Courier New", monospace;
}

.archive-intro code {
  color: #000080;
  font-weight: bold;
}

.archive-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}

.archive-stats div {
  display: flex;
  min-width: 105px;
  flex-direction: column;
  padding: 6px 8px;
  background: #ffffe1;
  border: 1px solid #808080;
}

.archive-stats strong {
  color: #000080;
  font: bold 20px/1 "Courier New", monospace;
}

.archive-stats span {
  margin-top: 3px;
  color: #404040;
  font: 9px "Courier New", monospace;
  text-transform: uppercase;
}

.archive-console {
  align-self: center;
  background: #c0c0c0;
  border: 2px outset #fff;
  box-shadow: 2px 2px 0 #000;
}

.archive-console-title {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 7px;
  color: #fff;
  background: #000080;
  border: 1px outset #d6e4f0;
  font: bold 10px "MS Sans Serif", Tahoma, Arial, sans-serif;
}

.archive-console-screen {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 143px;
  padding: 12px;
  background: #001020;
  border: 3px inset #808080;
}

.archive-console-screen img {
  display: block;
  width: 94px;
  height: 94px;
  object-fit: contain;
  background: #008080;
  border: 2px outset #fff;
  image-rendering: pixelated;
}

.archive-console-screen div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #00ff00;
  font-family: "Courier New", monospace;
}

.archive-console-screen span {
  color: #80ffff;
  font-size: 9px;
}

.archive-console-screen strong {
  margin: 4px 0 8px;
  font-size: 13px;
}

.archive-console-screen small {
  color: #c0c0c0;
  font-size: 9px;
  line-height: 1.4;
}

.archive-console-footer {
  padding: 4px 7px;
  color: #404040;
  background: #c0c0c0;
  border-top: 2px inset #808080;
  font: 9px "Courier New", monospace;
  text-transform: uppercase;
}

.archive-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  margin: 0 0 18px;
  padding: 10px 12px;
}

.archive-toolbar-copy {
  flex: 0 1 auto;
}

.archive-toolbar-copy .archive-kicker {
  margin-bottom: 3px;
}

.archive-toolbar-copy strong {
  color: #000080;
  font: bold 11px "Courier New", monospace;
  text-transform: uppercase;
}

.archive-controls {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.archive-controls label {
  display: flex;
  min-width: 145px;
  flex-direction: column;
  gap: 3px;
  color: #404040;
  font: bold 9px Tahoma, Arial, sans-serif;
  text-transform: uppercase;
}

.archive-controls input,
.archive-controls select {
  min-width: 0;
  height: 27px;
  padding: 4px 6px;
  color: #000;
  background: #fff;
  border: 2px inset #808080;
  font: 11px Tahoma, Arial, sans-serif;
}

.archive-controls input:focus,
.archive-controls select:focus {
  outline: 1px dotted #000;
  outline-offset: -4px;
}

.archive-control-button {
  min-height: 27px;
  padding: 4px 8px;
  color: #000;
  background: #c0c0c0;
  border: 2px outset #fff;
  box-shadow: 1px 1px 0 #000;
  cursor: pointer;
  font: bold 9px Tahoma, Arial, sans-serif;
  text-transform: uppercase;
}

.archive-control-button:hover,
.archive-control-button:focus,
.archive-control-button.is-active {
  color: #fff;
  background: #000080;
  outline: none;
}

.archive-control-button:active {
  border-style: inset;
  box-shadow: none;
}

.archive-view-switch {
  display: flex;
  gap: 3px;
}

.archive-layout {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.archive-index {
  position: sticky;
  top: 12px;
  min-width: 0;
  margin: 0;
  padding-bottom: 10px;
}

.archive-index-lead,
.archive-index-note {
  margin: 11px 11px 9px;
  color: #404040;
  font-size: 10px;
  line-height: 1.35;
}

.archive-index-list {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

.archive-index-item {
  margin-bottom: 4px;
}

.archive-index-link {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) auto;
  align-items: center;
  gap: 5px;
  padding: 5px 4px;
  color: #000;
  background: #d4d0c8;
  border: 1px solid #808080;
  font: 10px Tahoma, Arial, sans-serif;
  text-decoration: none;
}

.archive-index-link:hover,
.archive-index-link:focus {
  color: #fff;
  background: #000080;
  outline: none;
}

.archive-index-number {
  color: #000080;
  font: bold 9px "Courier New", monospace;
}

.archive-index-link:hover .archive-index-number,
.archive-index-link:focus .archive-index-number {
  color: #ffff00;
}

.archive-index-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-index-count {
  color: #404040;
  font: 9px "Courier New", monospace;
}

.archive-index-link:hover .archive-index-count,
.archive-index-link:focus .archive-index-count {
  color: #fff;
}

.archive-index-note {
  padding-top: 9px;
  border-top: 1px dashed #808080;
  font-family: "Courier New", monospace;
}

.archive-catalog {
  min-width: 0;
}

.archive-catalog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 5px;
  padding: 0 2px;
  color: #fff;
}

.archive-catalog-heading .archive-kicker {
  color: #ffff00;
}

.archive-catalog-heading h2 {
  margin: 0;
  color: #fff;
  font-family: "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
}

.archive-catalog-code {
  color: #ffff00;
  font: bold 10px "Courier New", monospace;
}

.archive-catalog-lead {
  max-width: 760px;
  margin: 0 2px 13px;
  color: #d5ffff;
  font: 11px/1.4 "Courier New", monospace;
}

.archive-empty {
  margin: 0 0 16px;
  padding: 16px;
  color: #000;
  background: #ffffe1;
  border: 2px outset #fff;
  font: 11px "Courier New", monospace;
}

.archive-empty[hidden],
.archive-room[hidden],
.archive-card[hidden] {
  display: none;
}

.archive-room {
  overflow: hidden;
  margin: 0 0 17px;
  background: #c0c0c0;
  border: 2px outset #fff;
  box-shadow: 3px 3px 0 #000;
}

.archive-room-header {
  display: grid;
  grid-template-columns: 59px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 8px 9px;
  color: #fff;
  background: #000080;
  border-bottom: 2px solid #000;
}

.archive-room-marker {
  color: #ffff00;
  font: bold 10px "Courier New", monospace;
}

.archive-room-copy {
  min-width: 0;
}

.archive-room-category {
  margin: 0 0 2px;
  color: #80ffff;
  font: bold 9px "Courier New", monospace;
}

.archive-room-title {
  overflow: hidden;
  margin: 0;
  color: #fff;
  font: normal 19px Georgia, "Times New Roman", serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-room-description {
  overflow: hidden;
  margin: 3px 0 0;
  color: #c0c0c0;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-room-count {
  align-self: start;
  padding: 4px 6px;
  color: #000;
  background: #ffff00;
  border: 1px solid #fff;
  font: bold 9px "Courier New", monospace;
  text-transform: uppercase;
  white-space: nowrap;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  gap: 8px;
  padding: 9px;
  background: #d4d0c8;
}

.archive-card {
  min-width: 0;
  background: #c0c0c0;
  border: 2px outset #fff;
  box-shadow: 2px 2px 0 #000;
}

.archive-card-image {
  position: relative;
  height: 126px;
  padding: 5px;
  background: #101010;
  border: 2px inset #808080;
}

.archive-card .image-launcher {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #101010;
  border: 0;
  cursor: pointer;
}

.archive-card .image-launcher:hover,
.archive-card .image-launcher:focus {
  outline: 2px solid #ffff00;
  outline-offset: -4px;
}

.archive-card .image-launcher img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
}

.archive-card-animation .archive-file-tag {
  color: #fff;
  background: #000080;
}

.archive-file-tag {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 2px 4px;
  color: #000;
  background: #ffff00;
  border: 1px solid #000;
  font: bold 9px "Courier New", monospace;
}

.archive-card-footer {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
  padding: 6px 7px 7px;
}

.archive-card-file {
  overflow: hidden;
  color: #000080;
  font: bold 10px "Courier New", monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-card-label {
  overflow: hidden;
  min-height: 12px;
  color: #404040;
  font: 9px Tahoma, Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-list-view .archive-grid {
  grid-template-columns: 1fr;
}

.archive-list-view .archive-card {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
}

.archive-list-view .archive-card-image {
  height: 88px;
}

.archive-list-view .archive-card-footer {
  justify-content: center;
  padding-right: 12px;
  padding-left: 12px;
}

.collection-footer {
  margin-top: 0;
}

@media screen and (max-width: 980px) {
  .collection-titleband {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 330px);
  }

  .archive-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 12px;
  }

  .archive-grid {
    grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  }

  .archive-card-image {
    height: 116px;
  }
}

@media screen and (max-width: 760px) {
  .collection-main {
    padding: 14px;
  }

  .collection-titleband {
    display: block;
  }

  .collection-title-note {
    max-width: 590px;
    margin-top: 12px;
  }

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

  .archive-console {
    width: min(100%, 360px);
  }

  .archive-toolbar {
    display: block;
  }

  .archive-controls {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .archive-layout {
    display: block;
  }

  .archive-index {
    position: static;
    margin-bottom: 16px;
  }

  .archive-index-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .archive-index-item {
    margin: 0;
  }

  .archive-grid {
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  }
}

@media screen and (max-width: 560px) {
  .archive-systembar {
    gap: 7px;
    padding: 5px;
  }

  .archive-brand {
    width: 120px;
  }

  .archive-system-copy strong {
    font-size: 10px;
  }

  .archive-system-copy span {
    font-size: 8px;
  }

  .archive-lights {
    display: none;
  }

  .collection-nav {
    gap: 3px;
    padding: 5px;
  }

  .collection-nav a {
    flex: 1 1 auto;
    padding: 5px 6px;
    font-size: 9px;
    text-align: center;
  }

  .archive-marquee {
    display: block;
    font-size: 8px;
  }

  .archive-marquee span {
    display: block;
    margin: 2px 0;
  }

  .collection-main {
    padding: 10px;
  }

  .archive-intro,
  .archive-toolbar {
    padding: 12px;
  }

  .collection-titleband {
    padding: 14px 12px;
  }

  .collection-titleband h1 {
    font-size: 36px;
  }

  .archive-intro-copy h2 {
    font-size: 26px;
  }

  .archive-stats div {
    min-width: 0;
    flex: 1 1 30%;
  }

  .archive-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .archive-controls label {
    min-width: 0;
  }

  .archive-controls label:first-child {
    grid-column: 1 / -1;
  }

  .archive-control-button,
  .archive-view-switch {
    width: 100%;
  }

  .archive-view-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .archive-index-list {
    grid-template-columns: 1fr;
  }

  .archive-catalog-heading h2 {
    font-size: 23px;
  }

  .archive-room-header {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 7px;
  }

  .archive-room-count {
    grid-column: 2;
    justify-self: start;
  }

  .archive-room-title {
    font-size: 17px;
  }

  .archive-room-description {
    white-space: normal;
  }

  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 7px;
  }

  .archive-card-image {
    height: 105px;
  }

  .archive-list-view .archive-card {
    grid-template-columns: 105px minmax(0, 1fr);
  }
}

/* Small pixel-web pass. The Windows chrome and the external desktop texture stay intact. */
:root {
  --indie-ink: #26373d;
  --indie-blue: #426879;
  --indie-blue-dark: #304f5f;
  --indie-rust: #9b5d43;
  --indie-paper: #d8dfdd;
  --indie-paper-light: #e5e9e4;
  --indie-cream: #f0ecd9;
  --indie-muted: #647277;
  --indie-line: #8ea2a4;
  --pixel-font: "W95FA", "MS Sans Serif", "Courier New", monospace;
}

body {
  color: var(--indie-ink);
  font-family: var(--pixel-font);
  font-size: 11px;
  line-height: 1.45;
  -webkit-font-smoothing: none;
  text-rendering: geometricPrecision;
}

body:after {
  opacity: .12;
  animation: none;
}

a {
  color: var(--indie-blue-dark);
}

a:hover,
a:focus {
  color: var(--indie-rust);
}

.site-wrap {
  width: min(88%, 980px);
  max-width: 980px;
  margin: 18px auto 36px;
}

.site-shell {
  border-radius: 0;
  box-shadow: 0 0 0 2px #000, 10px 12px 0 rgba(0, 0, 0, .45);
}

.site-shell * {
  font-family: var(--pixel-font);
  -webkit-font-smoothing: none;
}

.site-shell .panel-heading,
.site-shell .window-title,
.site-shell .viewer-titlebar,
.site-shell .placeholder-window-titlebar,
.site-shell .archive-systembar,
.site-shell .archive-console-title {
  font-family: "MS Sans Serif", Tahoma, Arial, sans-serif;
}

.profile-panel h2,
.feature-card h2,
.entry-body h3,
.section-heading h2,
.hero-copy h1,
.collection-titleband h1,
.archive-intro-copy h2,
.archive-catalog-heading h2,
.archive-room-title {
  font-family: "Book Antiqua", "Palatino Linotype", Georgia, "Times New Roman", serif;
}

main {
  color: var(--indie-ink);
  background-color: #c5d2d3;
  background-image:
    repeating-linear-gradient(0deg, transparent 0, transparent 15px, rgba(48, 79, 95, .06) 15px, rgba(48, 79, 95, .06) 16px),
    repeating-linear-gradient(90deg, transparent 0, transparent 19px, rgba(48, 79, 95, .045) 19px, rgba(48, 79, 95, .045) 20px);
}

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

.panel {
  color: var(--indie-ink);
  background-color: var(--indie-paper);
  border-color: #fff;
  box-shadow: inset 0 0 0 1px #808080, 3px 3px 0 #4a5559;
}

.panel-heading {
  min-height: 29px;
  padding: 4px 8px;
  color: #fff;
  background: #000080;
  border-bottom: 2px solid #000;
  box-shadow: inset 1px 1px 0 #5b9bd0, inset 0 -1px 0 #000;
  font-size: 10px;
  letter-spacing: 0;
}

.heading-sprite {
  mix-blend-mode: normal;
}

.profile-panel {
  padding-bottom: 11px;
}

.profile-panel h2 {
  margin-top: 12px;
  margin-bottom: 4px;
  color: var(--indie-blue-dark);
  font-size: 18px;
}

.profile-panel p,
.profile-panel p:not(.muted-copy) {
  color: var(--indie-ink);
  font-size: 10px;
  line-height: 1.5;
}

.muted-copy {
  color: var(--indie-muted) !important;
  font-size: 9px !important;
}

.profile-avatar {
  margin: 10px 11px 8px;
  padding: 5px;
  background: var(--indie-blue-dark);
  box-shadow: 2px 2px 0 #4a5559;
}

.profile-avatar img {
  width: 96px;
  height: 96px;
}

.profile-avatar span {
  font-size: 9px;
}

.profile-facts {
  margin: 11px 12px 0;
  padding-top: 8px;
  border-top-color: var(--indie-line);
  color: var(--indie-muted);
  font-size: 9px;
}

.profile-facts dt {
  color: var(--indie-muted);
}

.profile-facts dd {
  color: var(--indie-blue-dark);
}

.mini-button,
.retro-button,
.link-list a,
.archive-control-button,
.collection-nav a {
  font-family: "MS Sans Serif", Tahoma, Arial, sans-serif;
}

.mini-button-pink {
  color: #fff;
  background: var(--indie-rust);
  border-color: #fff;
}

.mini-button:hover,
.mini-button:focus,
.retro-button:hover,
.retro-button:focus {
  color: #fff;
  background: #000080;
  border-color: #fff;
}

.side-note {
  color: var(--indie-ink);
  background: var(--indie-paper);
  border-color: #fff;
}

.side-note p {
  color: var(--indie-ink);
  font-size: 10px;
  font-style: normal;
}

.hero-panel {
  min-height: 295px;
  color: var(--indie-ink);
  background: var(--indie-paper-light);
  border-color: #fff;
  box-shadow: inset 0 0 0 2px #808080, 4px 4px 0 #4a5559;
}

.hero-copy {
  padding: 21px 14px 16px 17px;
}

.eyebrow,
.card-label {
  color: var(--indie-blue);
  font-size: 9px;
  letter-spacing: .06em;
}

.hero-copy h1 {
  margin-bottom: 12px;
  color: var(--indie-blue-dark);
  font-size: clamp(25px, 3vw, 34px);
  letter-spacing: 0;
  text-shadow: none;
}

.hero-copy h1 em {
  color: var(--indie-rust);
}

.hero-copy p:not(.eyebrow) {
  color: var(--indie-ink) !important;
  font-size: 10px;
  line-height: 1.5;
}

.hero-note {
  color: var(--indie-muted) !important;
  font-size: 9px !important;
  font-style: normal;
}

.button-row {
  margin: 15px 0 14px;
}

.retro-button {
  padding: 5px 9px;
  font-size: 10px;
}

.retro-button-dark {
  color: #fff;
  background: #000080;
  border-color: #fff;
}

.hero-facts {
  padding-top: 8px;
  border-top-color: var(--indie-line);
  font-size: 9px;
}

.hero-facts dt {
  color: var(--indie-muted);
}

.hero-facts dd {
  color: var(--indie-blue-dark);
}

.screen-window {
  margin: 15px 14px 14px 3px;
  box-shadow: 4px 4px 0 #4a5559;
}

.screen-image {
  height: 180px;
}

.screen-sticker {
  color: #000;
  background: #ffff00;
  font-size: 8px;
}

.screen-window figcaption {
  font-size: 9px;
}

.signal-strip {
  margin-bottom: 13px;
  padding: 5px 9px;
  color: #000;
  background: #ffff00;
  border-color: #000;
  box-shadow: inset 0 0 0 2px #808080, 3px 3px 0 #4a5559;
  font-size: 9px;
}

.feature-row {
  gap: 10px;
}

.feature-card {
  min-height: 128px;
  padding: 10px 9px 9px;
  background: var(--indie-paper-light);
}

.feature-icon {
  width: 34px;
  height: 34px;
  margin-right: 7px;
  border-color: #fff;
  box-shadow: 1px 1px 0 #4a5559;
}

.feature-icon img,
.section-sprite img {
  mix-blend-mode: normal;
}

.feature-card .card-label {
  margin-bottom: 2px;
  font-size: 8px;
}

.feature-card h2 {
  min-height: 33px;
  margin-bottom: 5px;
  color: var(--indie-blue-dark);
  font-size: 14px;
}

.feature-card p:not(.card-label) {
  color: var(--indie-ink);
  font-size: 9px;
  line-height: 1.45;
}

.text-link {
  color: var(--indie-blue-dark);
  font-size: 9px;
}

.wide-section {
  margin: 0 16px 16px;
  padding: 14px 16px 16px;
}

.section-heading {
  grid-template-columns: 42px auto minmax(30px, 1fr) auto;
  gap: 9px;
  margin-bottom: 10px;
}

.section-sprite {
  background: var(--indie-paper);
}

.section-heading h2 {
  color: var(--indie-blue-dark);
  font-size: 22px;
  letter-spacing: 0;
  text-shadow: none;
}

.section-heading .eyebrow {
  font-size: 8px;
}

.section-rule,
.journal-entry {
  border-color: var(--indie-line);
}

.section-code,
.entry-meta {
  color: var(--indie-blue);
  font-size: 9px;
}

.journal-section,
.collection-section {
  background: var(--indie-paper);
  border-color: #fff;
}

.journal-entry {
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 15px;
  padding: 10px 0 11px;
}

.entry-date {
  color: var(--indie-rust);
  font-size: 21px;
}

.entry-date span {
  color: var(--indie-blue);
  font-size: 9px;
}

.entry-body h3 {
  color: var(--indie-blue-dark);
  font-size: 16px;
}

.entry-body p:not(.entry-meta) {
  color: var(--indie-ink);
  font-size: 10px;
  line-height: 1.5;
}

.section-lead {
  color: var(--indie-ink);
  font-size: 10px;
}

.gallery-row {
  gap: 12px;
}

.gallery-frame {
  height: 140px;
  background: #000;
  box-shadow: 2px 2px 0 #4a5559;
}

.gallery-item figcaption {
  color: var(--indie-muted);
  font-size: 9px;
}

.gallery-item figcaption strong {
  color: var(--indie-blue-dark);
  font-size: 10px;
}

.pending-label {
  font-size: 8px;
}

.asset-note {
  color: var(--indie-ink);
  background: var(--indie-cream);
  border-left-color: var(--indie-rust);
  font-size: 9px;
}

.asset-note b {
  color: var(--indie-blue-dark);
}

.footer-grid {
  gap: 14px;
  padding: 0 16px;
}

.links-panel {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 14px;
  padding-bottom: 10px;
  background: var(--indie-paper);
}

.links-panel > p {
  color: var(--indie-ink);
  font-size: 10px;
}

.link-list a {
  color: var(--indie-ink);
  background: var(--indie-paper-light);
  border-color: #fff;
  font-size: 9px;
}

.link-list a:hover,
.link-list a:focus {
  color: #fff;
  background: #000080;
}

.link-bullet {
  color: var(--indie-rust);
}

.webring-note {
  color: var(--indie-muted) !important;
  font-size: 9px !important;
  font-style: normal;
}

.guestbook-panel,
.placeholder-panel {
  background: var(--indie-paper);
}

.guestbook-panel {
  margin: 0 16px 16px;
}

.guestbook-inner {
  color: var(--indie-ink);
  font-size: 10px;
}

.guestbook-embed #guestbooks___guestbook-form-container,
.guestbook-embed #guestbooks___guestbook-made-with,
.guestbook-embed #guestbooks___guestbook-messages-container {
  background: var(--indie-paper);
}

.guestbook-embed .guestbooks___input-container input,
.guestbook-embed .guestbooks___input-container textarea,
.guestbook-embed #guestbooks___challenge-answer-container input {
  font-family: var(--pixel-font);
  font-size: 10px;
}

.site-footer {
  padding: 10px 12px 14px;
  font-size: 9px;
}

.footer-small {
  font-size: 8px;
}

/* Keep the archive terminal square and compact while retaining its 95-era controls. */
.collection-page .site-shell {
  border-radius: 0;
}

.collection-main {
  padding: 14px;
}

.collection-titleband h1 {
  font-size: clamp(28px, 4vw, 42px);
}

.collection-title-note,
.archive-intro-copy > p:not(.archive-kicker):not(.archive-intro-small),
.archive-index-lead,
.archive-index-note,
.archive-card-label {
  font-family: var(--pixel-font);
}

.archive-intro-copy h2 {
  color: var(--indie-blue-dark);
  font-size: 28px;
}

.archive-intro-copy > p:not(.archive-kicker):not(.archive-intro-small) {
  font-size: 10px;
}

.archive-catalog-heading h2 {
  font-size: 24px;
}

.archive-room-title {
  font-size: 17px;
}

@media screen and (max-width: 960px) {
  .site-wrap {
    width: 92%;
    max-width: none;
  }
}

@media screen and (max-width: 760px) {
  .site-wrap {
    width: 95%;
    margin-top: 18px;
  }

  .columns {
    padding: 14px 14px 3px;
  }

  .hero-panel {
    min-height: 0;
  }

  .screen-image {
    height: 200px;
  }

  .wide-section {
    margin-right: 14px;
    margin-left: 14px;
  }

  .guestbook-panel {
    margin-right: 14px;
    margin-left: 14px;
    margin-bottom: 14px;
  }

  .footer-grid {
    padding-right: 14px;
    padding-left: 14px;
  }

  .collection-main {
    padding: 14px;
  }
}

@media screen and (max-width: 560px) {
  .site-wrap {
    width: calc(100% - 14px);
    margin-top: 12px;
  }

  .columns {
    padding: 12px 9px 2px;
  }

  .hero-copy {
    padding: 18px 14px 10px;
  }

  .hero-copy h1 {
    font-size: 28px;
  }

  .screen-window {
    margin-right: 9px;
    margin-left: 9px;
  }

  .screen-image {
    height: 175px;
  }

  .wide-section {
    margin-right: 9px;
    margin-left: 9px;
    padding: 13px 10px 15px;
  }

  .guestbook-panel {
    margin-right: 9px;
    margin-left: 9px;
  }

  .footer-grid {
    padding-right: 9px;
    padding-left: 9px;
  }

  .collection-main {
    padding: 10px;
  }
}

/* Slightly larger type with regular-weight editorial headings. */
body {
  font-size: 14px;
}

.profile-panel h2,
.feature-card h2,
.entry-body h3,
.section-heading h2,
.hero-copy h1,
.collection-titleband h1,
.archive-intro-copy h2,
.archive-catalog-heading h2,
.archive-room-title {
  font-weight: 400;
}

.profile-panel p,
.profile-panel p:not(.muted-copy),
.hero-copy p:not(.eyebrow),
.feature-card p:not(.card-label),
.entry-body p:not(.entry-meta),
.section-lead,
.links-panel > p {
  font-size: 13px;
}

.muted-copy {
  font-size: 12px !important;
}

.profile-facts,
.hero-facts {
  font-size: 12px;
}

.eyebrow,
.card-label {
  font-size: 12px;
}

.feature-card .card-label,
.section-heading .eyebrow {
  font-size: 11px;
}

.hero-note {
  font-size: 12px !important;
}

.signal-strip,
.section-code,
.entry-meta,
.text-link,
.gallery-item figcaption,
.asset-note,
.link-list a,
.webring-note {
  font-size: 12px;
}

.entry-date span {
  font-size: 12px;
}

.gallery-item figcaption strong {
  font-size: 13px;
}

.guestbook-inner {
  font-size: 13px;
}

.guestbook-embed .guestbooks___input-container input,
.guestbook-embed .guestbooks___input-container textarea,
.guestbook-embed #guestbooks___challenge-answer-container input {
  font-size: 13px;
}

.site-footer {
  font-size: 12px;
}

.footer-small {
  font-size: 11px;
}

.archive-intro-copy > p:not(.archive-kicker):not(.archive-intro-small),
.archive-card-label {
  font-size: 13px;
}

.hero-copy h1 span,
.hero-copy h1 em {
  font-family: "Book Antiqua", "Palatino Linotype", Georgia, "Times New Roman", serif;
  font-weight: 400;
}
