@font-face {
  font-family: "Venice Classic";
  src: url("fonts/venice-classic/VeniceClassic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

/* =========================================================
   FALCOM SHRINE
   Un panneau-nuage clair, épais et pastel. Le relief reste
   net et rétro : biseaux francs, trames et ombres sans flou.
   ========================================================= */
.falcom-page {
  --fc-paper: #f7fbff;
  --fc-paper-blue: #e8f4ff;
  --fc-paper-shadow: #bfd3e5;
  --fc-blue: #4fa8d8;
  --fc-blue-dark: #32779e;
  --fc-pink: #f39bc3;
  --fc-yellow: #f3dc61;
  --fc-green: #70c997;
  --fc-ink: #31516a;
  position: relative;
  overflow: visible;
  padding: 30px 0 58px;
  font-family: Verdana, Arial, sans-serif;
}

.falcom-cloud {
  position: relative;
  min-height: 1080px;
  border: 4px solid;
  border-color: #ffffff #7f9eb7 #7896af #ffffff;
  border-radius: 92px 92px 34px 34px / 62px 62px 34px 34px;
  color: var(--fc-ink);
  background:
    radial-gradient(circle at 13% 4%, rgba(255,255,255,.98) 0 62px, transparent 64px),
    radial-gradient(circle at 31% 1%, rgba(255,255,255,.92) 0 74px, transparent 76px),
    radial-gradient(circle at 52% 3%, rgba(255,255,255,.94) 0 82px, transparent 84px),
    radial-gradient(circle at 73% 1%, rgba(255,255,255,.92) 0 72px, transparent 74px),
    radial-gradient(circle at 89% 5%, rgba(255,255,255,.96) 0 58px, transparent 60px),
    repeating-linear-gradient(0deg, rgba(74,148,194,.025) 0 1px, transparent 1px 4px),
    linear-gradient(135deg, #ffffff 0%, var(--fc-paper) 38%, #eef8ff 72%, #fbf7ff 100%);
  box-shadow:
    5px 5px 0 #54748c,
    9px 9px 0 rgba(17,58,82,.22),
    inset 5px 5px 0 rgba(255,255,255,.95),
    inset -7px -7px 0 var(--fc-paper-shadow),
    inset 0 0 0 2px #d9e8f4;
}

.falcom-cloud::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 18px;
  border: 2px dotted rgba(90,154,195,.28);
  border-radius: 72px 72px 24px 24px / 46px 46px 24px 24px;
  pointer-events: none;
}

.falcom-hero,
.falcom-tabs,
.falcom-cloud__body,
.falcom-cloud__footer {
  position: relative;
  z-index: 1;
}

.falcom-hero {
  height: 300px;
  overflow: hidden;
  border-radius: 85px 85px 0 0 / 56px 56px 0 0;
}

.falcom-hero::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 0;
  left: 34px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--fc-pink) 0 28px, var(--fc-yellow) 28px 56px, var(--fc-green) 56px 84px, var(--fc-blue) 84px 112px);
  box-shadow: 0 2px 0 #fff, 0 3px 0 #a6c2d8;
}

.falcom-hero__center {
  position: absolute;
  z-index: 4;
  top: 82px;
  left: 50%;
  width: 355px;
  transform: translateX(-50%);
  text-align: center;
}

.falcom-logo {
  display: block;
  width: 345px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(2px 2px 0 #bfd4e4);
  animation: falcom-logo-sparkle 7s steps(1, end) infinite;
}

.falcom-hero__center > p {
  margin: 15px 0 9px;
  color: #55738a;
  font: bold 9px/1.45 Verdana, Arial, sans-serif;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #fff;
}

.falcom-sparkles {
  display: flex;
  width: 176px;
  justify-content: space-between;
  margin: 0 auto;
  color: var(--fc-pink);
  font: bold 13px/1 Arial, sans-serif;
}

.falcom-sparkles span:nth-child(2) { color: var(--fc-yellow); }
.falcom-sparkles span:nth-child(3) { color: var(--fc-green); }
.falcom-sparkles span:nth-child(4) { color: var(--fc-blue); }

@keyframes falcom-logo-sparkle {
  0%, 87%, 94%, 100% {
    transform: translate(0, 0);
    filter: drop-shadow(2px 2px 0 #bfd4e4);
  }
  88% {
    transform: translate(1px, -1px);
    filter: drop-shadow(2px 2px 0 #bfd4e4) drop-shadow(0 0 3px #f3dc61);
  }
  90% {
    transform: translate(-1px, 0);
    filter: drop-shadow(2px 2px 0 #bfd4e4) drop-shadow(0 0 4px #f39bc3);
  }
  92% {
    transform: translate(0, 1px);
    filter: drop-shadow(2px 2px 0 #bfd4e4) drop-shadow(0 0 3px #70c997);
  }
}

.falcom-character {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.falcom-character > img {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  filter: drop-shadow(2px 2px 1px rgba(66,96,118,.38));
}

.falcom-character--adol {
  top: 5px;
  left: 17px;
  width: 210px;
  height: 294px;
}

.falcom-character--adol > img {
  top: -3px;
  left: 18px;
  width: 166px;
}

.falcom-character--mail {
  top: 5px;
  right: 2px;
  width: 250px;
  height: 294px;
}

.falcom-character--mail > img {
  top: 4px;
  right: 4px;
  width: 238px;
}

.falcom-character__dither {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 84px;
}

.falcom-dither {
  flex: 1 1 20%;
  width: 100%;
  image-rendering: pixelated;
}

.falcom-dither--12 {
  background: conic-gradient(from 45deg, var(--fc-paper) 0 12.5%, transparent 0 100%) 0 0 / 8px 8px;
}

.falcom-dither--25 {
  background: conic-gradient(var(--fc-paper) 0 25%, transparent 0 100%) 0 0 / 4px 4px;
}

.falcom-dither--50 {
  background: conic-gradient(from 90deg, var(--fc-paper) 0 25%, transparent 0 50%, var(--fc-paper) 0 75%, transparent 0 100%) 0 0 / 4px 4px;
}

.falcom-dither--75 {
  background: conic-gradient(var(--fc-paper) 0 75%, transparent 0 100%) 0 0 / 4px 4px;
}

.falcom-dither--100 {
  background: var(--fc-paper);
}

.falcom-tabs {
  display: flex;
  width: calc(100% - 76px);
  box-sizing: border-box;
  justify-content: center;
  gap: 4px;
  margin: 0 auto 14px;
  padding: 7px 8px 6px;
  border: 2px solid;
  border-color: #fff #91aec4 #91aec4 #fff;
  background: #dcecf7;
  box-shadow: 2px 2px 0 #a2bacd, inset 2px 2px 0 #f9fdff;
}

.falcom-tabs span {
  display: block;
  padding: 5px 12px;
  border: 2px solid;
  border-color: #fff #91a9bc #91a9bc #fff;
  color: #52748c;
  background: #edf7ff;
  font-size: 9px;
  white-space: nowrap;
  text-shadow: 1px 1px 0 #fff;
}

.falcom-tabs span.active {
  color: #7a3f63;
  border-color: #a6bfd2 #fff #fff #a6bfd2;
  background: #ffe6f2;
  font-weight: bold;
}

.falcom-cloud__body {
  min-height: 650px;
  padding: 14px 184px 0 178px;
}

.falcom-character--estelle {
  top: 45px;
  left: -5px;
  width: 202px;
  height: 330px;
}

.falcom-character--estelle > img {
  top: 0;
  left: 0;
  width: 202px;
}

.falcom-character--kou {
  top: 337px;
  right: 9px;
  width: 164px;
  height: 312px;
}

.falcom-character--kou > img {
  top: 0;
  right: 0;
  width: 139px;
}

.falcom-content {
  position: relative;
  z-index: 5;
}

.falcom-intro,
.falcom-worlds {
  border: 3px solid;
  border-color: #fff #9cb7ca #9cb7ca #fff;
  background: rgba(248,252,255,.92);
  box-shadow: 3px 3px 0 #bfd2df, inset 2px 2px 0 #fff, inset -2px -2px 0 #dbe9f2;
}

.falcom-intro {
  padding: 19px 20px 14px;
}

.falcom-section-label {
  display: inline-block;
  margin: 0 0 9px;
  padding: 3px 7px;
  border: 2px solid;
  border-color: #fff #b988a4 #b988a4 #fff;
  color: #7a3f63;
  background: #ffdcec;
  box-shadow: 1px 1px 0 #d4a7bf;
  font: bold 9px/1.25 Verdana, Arial, sans-serif;
}

.falcom-intro h1 {
  margin: 0 0 13px;
  color: #397fa6;
  font: bold 23px/1.12 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #c9deec;
}

.falcom-intro > p:not(.falcom-section-label) {
  margin: 0 0 11px;
  color: #3d5d73;
  font-size: 11px;
  line-height: 1.55;
}

.falcom-intro .falcom-placeholder-note {
  padding: 7px 8px;
  border: 2px solid;
  border-color: #b9cedd #fff #fff #b9cedd;
  color: #668298;
  background: #edf6fc;
  font-size: 9px;
}

.falcom-worlds {
  margin-top: 18px;
  padding: 7px;
}

.falcom-worlds h2 {
  margin: 0 0 7px;
  padding: 6px 8px;
  border: 2px solid;
  border-color: #fff #7ba5c1 #7ba5c1 #fff;
  color: #fff;
  background: #64add2;
  font: bold 10px/1.2 Verdana, Arial, sans-serif;
  letter-spacing: .5px;
  text-shadow: 1px 1px 0 #397899;
}

.falcom-worlds__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.falcom-world-card {
  min-height: 105px;
  padding: 9px;
  border: 2px solid;
  border-color: #fff #9db4c4 #9db4c4 #fff;
  background: #edf7ff;
  box-shadow: inset -2px -2px 0 #d1e2ee;
  font-size: 9px;
  line-height: 1.4;
}

.falcom-world-card b,
.falcom-world-card span,
.falcom-world-card i {
  display: block;
}

.falcom-world-card b {
  margin-bottom: 6px;
  color: #337ba3;
  font-size: 10px;
}

.falcom-world-card span {
  color: #587185;
}

.falcom-world-card i {
  width: max-content;
  margin-top: 8px;
  padding: 2px 4px;
  border: 1px solid #a5b8c5;
  color: #6a6473;
  background: #fff;
  font-size: 8px;
  font-style: normal;
}

.falcom-world-card--trails { background: #fff0f7; }
.falcom-world-card--trails b { color: #b55782; }
.falcom-world-card--xanadu { background: #f0f8f5; }
.falcom-world-card--xanadu b { color: #368663; }
.falcom-world-card--other { background: #fffbea; }
.falcom-world-card--other b { color: #9a7d1c; }

.falcom-cloud__status {
  margin: 18px 0 0;
  padding: 7px 8px;
  border-top: 1px dotted #8eb2ca;
  border-bottom: 1px dotted #8eb2ca;
  color: #7994a7;
  font-size: 8px;
  line-height: 1.4;
  text-align: center;
}

.falcom-cloud__footer {
  height: 152px;
  margin: 0 22px 5px;
}

.falcom-cloud__footer::before {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 18px;
  left: 12px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--fc-blue) 0 18px, transparent 18px 23px, var(--fc-pink) 23px 41px, transparent 41px 46px);
}

.falcom-cloud__footer > span {
  position: absolute;
  bottom: 25px;
  left: 50%;
  color: #8298a8;
  font-size: 8px;
  transform: translateX(-50%);
}

.falcom-parin,
.falcom-pikkards {
  position: absolute;
  z-index: 4;
  height: auto;
  filter: drop-shadow(2px 3px 1px rgba(63,93,113,.34));
}

.falcom-parin {
  bottom: -33px;
  left: -22px;
  width: 170px;
  image-rendering: auto;
}

.falcom-pikkards {
  right: -18px;
  bottom: -31px;
  width: 235px;
}

@media (prefers-reduced-motion: reduce) {
  .falcom-logo {
    animation: none;
  }
}

@media (max-width: 720px) {
  .falcom-cloud {
    min-height: 1010px;
  }

  .falcom-hero__center {
    top: 92px;
    width: 300px;
  }

  .falcom-logo {
    width: 285px;
  }

  .falcom-character--adol {
    width: 170px;
  }

  .falcom-character--adol > img {
    left: 5px;
    width: 150px;
  }

  .falcom-character--mail {
    width: 205px;
  }

  .falcom-character--mail > img {
    width: 205px;
  }

  .falcom-tabs {
    width: calc(100% - 42px);
    gap: 2px;
  }

  .falcom-tabs span {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 8px;
  }

  .falcom-cloud__body {
    padding-right: 145px;
    padding-left: 145px;
  }

  .falcom-character--estelle {
    width: 165px;
  }

  .falcom-character--estelle > img {
    width: 165px;
  }

  .falcom-character--kou {
    right: 2px;
    width: 140px;
  }

  .falcom-character--kou > img {
    width: 125px;
  }

  .falcom-worlds__grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================
   LIENS — réseaux, lecture et voisins du Web
   ========================================================== */

.links-intro {
  margin: 12px;
  border: 2px inset var(--win-mid);
  background: #f3f2df;
}

.links-intro h1 {
  margin: 0 0 10px;
  color: #214f30;
  font: bold 23px/1.15 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff;
}

.links-intro p {
  line-height: 1.5;
}

.link-section {
  margin: 12px;
  border: 2px solid;
  border-color: #fff #4b4b4b #4b4b4b #fff;
  background: var(--win-mid);
}

.link-section > h2,
.contact-alternatives > h2 {
  margin: 0;
  padding: 5px 8px;
  color: #fff;
  background: linear-gradient(90deg, #174d31, #607f49);
  font: bold 11px/1.3 Verdana, Arial, sans-serif;
  letter-spacing: .5px;
  text-shadow: 1px 1px 0 #18291a;
}

.social-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  background: #a3a59e;
}

.social-link-card {
  display: flex;
  min-width: 0;
  padding: 5px;
  border: 2px solid;
  border-color: #fff #3f403d #3f403d #fff;
  color: #111;
  background: #c6c7c1;
  flex-direction: column;
  text-decoration: none;
}

.social-link-card:hover,
.social-link-card:focus-visible {
  background: #dcddd6;
  outline: 1px dotted #111;
  outline-offset: -5px;
}

.social-link-card__screen {
  display: flex;
  height: 94px;
  padding: 5px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 2px inset var(--win-mid);
  background:
    repeating-linear-gradient(0deg, rgba(0, 0, 0, .035) 0 1px, transparent 1px 3px),
    #6f716c;
}

.social-link-card__screen img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 84px;
  object-fit: contain;
  image-rendering: pixelated;
}

.social-link-card__copy {
  display: block;
  min-height: 52px;
  padding: 7px 3px 5px;
  text-align: center;
}

.social-link-card__copy b,
.social-link-card__copy small {
  display: block;
}

.social-link-card__copy b {
  margin-bottom: 4px;
  font-size: 13px;
}

.social-link-card__copy small {
  color: #3d3d3d;
  font-size: 10px;
  line-height: 1.35;
}

.retro-link-button {
  display: block;
  margin-top: auto;
  padding: 5px;
  border: 2px solid;
  border-color: #fff #444 #444 #fff;
  background: var(--win-mid);
  font: bold 10px Verdana, Arial, sans-serif;
  text-align: center;
}

.social-link-card:active .retro-link-button {
  padding: 6px 4px 4px 6px;
  border-color: #444 #fff #fff #444;
}

.social-link-card--twitch:hover {
  box-shadow: inset 0 0 0 2px #7d45df;
}

.social-link-card--twitter:hover {
  box-shadow: inset 0 0 0 2px #159ddb;
}

.social-link-card--instagram:hover {
  box-shadow: inset 0 0 0 2px #c62591;
}

.altharys-link-panel > p {
  margin-top: 0;
  line-height: 1.45;
}

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

.reading-links a {
  display: block;
  padding: 9px 7px;
  border: 2px solid;
  border-color: #fff #454545 #454545 #fff;
  color: #193b25;
  background: #e7eadc;
  text-align: center;
  text-decoration: none;
}

.reading-links a:hover,
.reading-links a:focus-visible {
  color: #fff;
  background: #315f3d;
}

.reading-links b,
.reading-links span {
  display: block;
}

.reading-links b {
  margin-bottom: 3px;
  font-size: 12px;
}

.reading-links span {
  font-size: 9px;
}

.friends-empty {
  display: flex;
  min-height: 88px;
  align-items: center;
  gap: 12px;
  background:
    repeating-linear-gradient(135deg, rgba(62, 83, 54, .05) 0 6px, transparent 6px 12px),
    #eeeeDF;
}

.friends-empty__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border: 2px inset var(--win-mid);
  color: #497047;
  background: #cfd8bc;
  font: bold 32px/45px Georgia, serif;
  text-align: center;
}

.friends-empty h3 {
  margin: 0 0 6px;
  color: #29462d;
  font-size: 13px;
}

.friends-empty p {
  margin: 0;
  line-height: 1.4;
}

/* ==========================================================
   CONTACT — fenêtre de messagerie rétro
   ========================================================== */

.contact-desktop {
  padding: 14px;
  background:
    repeating-linear-gradient(135deg, #7e9180 0 1px, #899b8a 1px 4px);
}

.mail-window {
  max-width: 670px;
  margin: 0 auto;
  padding: 3px;
  border: 2px solid;
  border-color: #fff #282828 #282828 #fff;
  background: var(--win-mid);
  box-shadow: 4px 4px 0 rgba(28, 40, 28, .38);
}

.mail-window__bar {
  display: flex;
  min-height: 25px;
  padding: 2px 2px 2px 7px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(90deg, #174d31, #607f49);
  font: bold 11px Verdana, Arial, sans-serif;
}

.mail-window__controls {
  display: flex;
  gap: 2px;
}

.mail-window__controls i {
  display: block;
  width: 18px;
  height: 17px;
  border: 2px solid;
  border-color: #fff #444 #444 #fff;
  color: #111;
  background: var(--win-mid);
  font: normal 11px/13px Arial, sans-serif;
  text-align: center;
}

.mail-window__menu {
  min-height: 22px;
  padding: 4px 7px;
  border-bottom: 1px solid #777;
  font: 10px Verdana, Arial, sans-serif;
}

.mail-window__toolbar {
  padding: 5px;
  border-bottom: 1px solid #777;
}

.mail-send-button {
  display: inline-flex;
  min-width: 132px;
  padding: 5px 8px;
  align-items: center;
  gap: 7px;
  border: 2px solid;
  border-color: #fff #444 #444 #fff;
  color: #111;
  background: var(--win-mid);
  font: 10px Verdana, Arial, sans-serif;
  text-decoration: none;
}

.mail-send-button span {
  color: #225d36;
  font-size: 18px;
}

.mail-send-button:active {
  border-color: #444 #fff #fff #444;
}

.mail-window__fields {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 3px 6px;
  padding: 5px;
  font: 10px Verdana, Arial, sans-serif;
}

.mail-window__fields > * {
  min-width: 0;
  padding: 3px 5px;
  border: 1px inset var(--win-mid);
  background: #fff;
}

.mail-window__fields > span:nth-child(odd) {
  border: 0;
  background: transparent;
  text-align: right;
}

.mail-window__paper {
  min-height: 220px;
  margin: 0 5px 5px;
  padding: 16px;
  border: 2px inset var(--win-mid);
  background:
    repeating-linear-gradient(0deg, transparent 0 22px, #e8edf0 22px 23px),
    #fff;
  font: 13px/1.55 Verdana, Arial, sans-serif;
}

.mail-window__paper p {
  margin: 0 0 15px;
}

.mail-window__status {
  padding: 3px 5px;
  border: 1px inset var(--win-mid);
  background: #deded5;
  font: 9px Verdana, Arial, sans-serif;
}

.contact-alternatives {
  margin: 12px;
  border: 2px solid;
  border-color: #fff #444 #444 #fff;
  background: var(--win-mid);
}

.contact-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.contact-shortcuts a {
  min-width: 98px;
  padding: 6px 10px;
  border: 2px solid;
  border-color: #fff #444 #444 #fff;
  color: #173d24;
  background: #e5e6dd;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.contact-shortcuts a:hover,
.contact-shortcuts a:focus-visible {
  color: #fff;
  background: #315f3d;
}

@media (max-width: 720px) {
  .social-link-grid,
  .reading-links {
    grid-template-columns: 1fr;
  }

  .social-link-card__screen {
    height: 82px;
  }

  .social-link-card__copy {
    min-height: 0;
  }

  .mail-window__fields {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .mail-window__fields a {
    overflow-wrap: anywhere;
  }
}

/* ==========================================================
   GALERIES — coffre d'images libre-service
   ========================================================== */

.gallery-page {
  overflow: visible;
}

.gallery-intro {
  margin: 12px;
  border: 2px inset var(--win-mid);
  background:
    repeating-linear-gradient(0deg, rgba(38, 88, 50, .035) 0 1px, transparent 1px 4px),
    #f3f2df;
}

.gallery-intro h1 {
  margin: 0 0 10px;
  color: #214f30;
  font: bold 23px/1.15 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff;
}

.gallery-intro p {
  margin: 7px 0;
  line-height: 1.5;
}

.gallery-cabinet {
  margin: 12px;
}

.gallery-drawer {
  margin: 0 0 12px;
  border: 2px solid;
  border-color: #fff #343434 #343434 #fff;
  background: var(--win-mid);
  box-shadow: 2px 2px 0 rgba(38, 46, 31, .32);
}

.gallery-drawer > summary {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  min-height: 30px;
  padding: 3px 7px;
  color: #fff;
  background: linear-gradient(90deg, #174d31, #607f49);
  font: bold 12px/1.2 Verdana, Arial, sans-serif;
  letter-spacing: .6px;
  text-shadow: 1px 1px 0 #18291a;
  cursor: pointer;
  list-style: none;
}

.gallery-drawer > summary::-webkit-details-marker {
  display: none;
}

.gallery-drawer > summary:hover,
.gallery-drawer > summary:focus-visible {
  background: linear-gradient(90deg, #286c3d, #789756);
}

.gallery-drawer__arrow::before {
  content: "▶";
  color: #ffef7b;
  font-size: 10px;
}

.gallery-drawer[open] .gallery-drawer__arrow::before {
  content: "▼";
}

.gallery-drawer__count {
  padding: 3px 6px;
  border: 1px solid;
  border-color: #fff #4d5e41 #4d5e41 #fff;
  color: #152318;
  background: #d5ddbd;
  font-size: 10px;
  letter-spacing: 0;
  text-shadow: none;
}

.gallery-drawer__inside {
  padding: 8px;
  border: 2px inset var(--win-mid);
  background: #999b93;
}

.gallery-drawer__note {
  margin: 0 0 8px;
  padding: 5px 7px;
  border: 1px inset var(--win-mid);
  color: #243025;
  background: #e9eadb;
  font-size: 11px;
}

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

.gallery-grid--monkeys {
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
}

.gallery-item {
  display: flex;
  min-width: 0;
  padding: 3px;
  border: 2px solid;
  border-color: #fff #3e403b #3e403b #fff;
  color: #143320;
  background: #c6c7c1;
  flex-direction: column;
  text-decoration: none;
}

.gallery-item:hover,
.gallery-item:focus-visible {
  color: #fff;
  background: #315f3d;
  outline: 1px dotted #fff;
  outline-offset: -4px;
}

.gallery-item__image {
  display: flex;
  min-height: 92px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 2px inset var(--win-mid);
  background-color: #70726d;
  background-image:
    linear-gradient(45deg, #858781 25%, transparent 25%),
    linear-gradient(-45deg, #858781 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #858781 75%),
    linear-gradient(-45deg, transparent 75%, #858781 75%);
  background-position: 0 0, 0 4px, 4px -4px, -4px 0;
  background-size: 8px 8px;
}

.gallery-grid--monkeys .gallery-item__image {
  min-height: 132px;
}

.gallery-item img {
  display: block;
  max-width: 100%;
  max-height: 180px;
  width: auto;
  height: auto;
  image-rendering: pixelated;
}

.gallery-grid--buttons .gallery-item img {
  max-height: 92px;
}

.gallery-item__caption {
  overflow: hidden;
  padding: 4px 2px 1px;
  font: 9px/1.2 Verdana, Arial, sans-serif;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-help {
  margin-bottom: 14px;
}

.gallery-help > h2 {
  margin: 0;
  padding: 5px 8px;
  color: #fff;
  background: #466d42;
  font: bold 11px Verdana, Arial, sans-serif;
  letter-spacing: .5px;
}

.nav-list__future {
  display: block;
  padding: 4px 6px;
  color: #747474;
  font-style: italic;
}

.gallery-lightbox {
  max-width: min(92vw, 920px);
  max-height: 90vh;
  padding: 0;
  border: 0;
  color: #111;
  background: transparent;
}

.gallery-lightbox::backdrop {
  background: rgba(15, 23, 17, .76);
}

.gallery-lightbox__window {
  padding: 3px;
  border: 2px solid;
  border-color: #fff #262626 #262626 #fff;
  background: var(--win-mid);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .5);
}

.gallery-lightbox__bar {
  display: flex;
  min-height: 24px;
  padding: 2px 2px 2px 7px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(90deg, #174d31, #607f49);
  font: bold 11px Verdana, Arial, sans-serif;
}

.gallery-lightbox__close {
  width: 20px;
  height: 19px;
  padding: 0;
  border: 2px solid;
  border-color: #fff #454545 #454545 #fff;
  background: var(--win-mid);
  font: bold 14px/13px Arial, sans-serif;
}

.gallery-lightbox__screen {
  display: flex;
  min-width: 260px;
  min-height: 180px;
  max-height: calc(90vh - 105px);
  margin-top: 3px;
  padding: 12px;
  overflow: auto;
  align-items: center;
  justify-content: center;
  border: 2px inset var(--win-mid);
  background: #666862;
}

.gallery-lightbox__screen img {
  display: block;
  max-width: none;
  width: auto;
  height: auto;
  image-rendering: pixelated;
}

.gallery-lightbox__info {
  display: flex;
  min-height: 21px;
  margin-top: 3px;
  padding: 3px 5px;
  justify-content: space-between;
  gap: 16px;
  border: 1px inset var(--win-mid);
  background: #e6e6dc;
  font: 10px Verdana, Arial, sans-serif;
}

.gallery-lightbox__actions {
  display: flex;
  padding: 5px 2px 2px;
  justify-content: flex-end;
  gap: 6px;
}

.gallery-lightbox__actions a,
.gallery-lightbox__actions button {
  min-width: 88px;
  padding: 4px 8px;
  border: 2px solid;
  border-color: #fff #444 #444 #fff;
  color: #111;
  background: var(--win-mid);
  font: 10px Verdana, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
}

.gallery-lightbox__actions a:active,
.gallery-lightbox__actions button:active {
  border-color: #444 #fff #fff #444;
}

@media (max-width: 720px) {
  .gallery-grid,
  .gallery-grid--monkeys {
    grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  }

  .gallery-grid--monkeys .gallery-item__image {
    min-height: 108px;
  }

  .gallery-lightbox__screen {
    min-width: 0;
    max-width: 86vw;
  }

  .gallery-lightbox__actions {
    flex-wrap: wrap;
  }
}

/* =========================================================
   FALCOM SHRINE V0.2 — BASE COMPACTE CONSERVÉE
   Mise en page resserrée servant de support au nouveau visuel.
   ========================================================= */
.falcom-page {
  padding: 72px 0 92px;
}

.falcom-cloud {
  width: 82%;
  min-height: 0;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.falcom-cloud::after {
  display: none;
}

.falcom-hero {
  height: 260px;
  overflow: visible;
  border-radius: 0;
}

.falcom-hero::after {
  right: 42px;
  left: 42px;
}

.falcom-hero__center {
  top: 58px;
  width: 330px;
}

.falcom-logo {
  width: 305px;
}

.falcom-character--adol {
  top: -55px;
  left: -96px;
  width: 270px;
  height: 315px;
}

.falcom-character--adol > img {
  top: 0;
  left: 23px;
  width: 215px;
}

.falcom-character--mail {
  top: -48px;
  right: -112px;
  width: 318px;
  height: 308px;
}

.falcom-character--mail > img {
  top: 2px;
  right: 2px;
  width: 294px;
}

.falcom-tabs {
  width: 86%;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.falcom-tabs span {
  padding: 4px 9px;
}

.falcom-cloud__body {
  min-height: 540px;
  padding: 10px 116px 0;
}

.falcom-character--estelle {
  top: 38px;
  left: -112px;
  width: 260px;
  height: 355px;
}

.falcom-character--estelle > img {
  top: 2px;
  left: 3px;
  width: 235px;
}

.falcom-character--kou {
  top: 270px;
  right: -102px;
  width: 218px;
  height: 370px;
}

.falcom-character--kou > img {
  top: 0;
  right: 6px;
  width: 166px;
}

.falcom-character__dither {
  height: 78px;
}

.falcom-intro {
  padding: 14px 15px 10px;
}

.falcom-intro h1 {
  margin-bottom: 10px;
  font-size: 21px;
}

.falcom-intro > p:not(.falcom-section-label) {
  margin-bottom: 8px;
  line-height: 1.45;
}

.falcom-worlds {
  margin-top: 13px;
}

.falcom-world-card {
  min-height: 88px;
  padding: 7px;
}

.falcom-world-card i {
  margin-top: 6px;
}

.falcom-cloud__status {
  margin-top: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.falcom-cloud__footer {
  height: 126px;
  margin-right: 14px;
  margin-left: 14px;
}

.falcom-parin {
  bottom: -46px;
  left: -91px;
  width: 184px;
}

.falcom-pikkards {
  right: -91px;
  bottom: -42px;
  width: 242px;
}

@media (max-width: 720px) {
  .falcom-cloud {
    width: 86%;
  }

  .falcom-hero__center {
    top: 64px;
    width: 285px;
  }

  .falcom-logo {
    width: 270px;
  }

  .falcom-character--adol {
    left: -78px;
    width: 230px;
  }

  .falcom-character--adol > img {
    width: 190px;
  }

  .falcom-character--mail {
    right: -92px;
    width: 275px;
  }

  .falcom-character--mail > img {
    width: 260px;
  }

  .falcom-cloud__body {
    padding-right: 98px;
    padding-left: 98px;
  }

  .falcom-character--estelle {
    left: -90px;
    width: 220px;
  }

  .falcom-character--estelle > img {
    width: 205px;
  }

  .falcom-character--kou {
    right: -82px;
    width: 185px;
  }

  .falcom-character--kou > img {
    width: 150px;
  }
}

:root {
  --site-width: 980px;
  --ink: #101010;
  --line: #3f3f3f;
  --paper: #c0c0c0;
  --paper-2: #d8d8d8;
  --bg-1: #8ec2df;
  --bg-2: #6d7fd4;
  --blue: #356eb7;
  --green: #6fa63c;
  --orange: #eb9a2f;
  --purple: #875db2;
  --pink: #d74a8c;
  --teal: #44a8b2;
  --gold: #efd55f;
  --red: #d34b40;
  --jungle-deep: #28573a;
  --jungle-leaf: #3f763b;
  --jungle-moss: #66813c;
  --jungle-olive: #7a7c35;
  --jungle-teal: #2f6f60;
  --jungle-ochre: #bd762c;
  --jungle-bark: #875735;
  --win-light: #ffffff;
  --win-mid: #dfdfdf;
  --win-shadow: #808080;
  --win-dark: #303030;
  --win-green-dark: #073f2b;
  --win-green-mid: #087451;
  --win-green-light: #29a66e;
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body {
  margin: 0;
  min-width: calc(var(--site-width) + 40px);
  color: var(--ink);
  font: 13px/1.45 Verdana, Arial, sans-serif;
  cursor: url("images/spo15.cur") 0 0, auto;
  background-color: #0d8b7e;
  background-image: url("images/backgrounds/win98-green-tile.png");
  background-repeat: repeat;
}

a {
  color: #124db8;
  text-decoration: underline;
  cursor: url("images/spo15.cur") 0 0, pointer;
}
a:visited { color: #6c3fa2; }
a:hover { background: #fff1a5; color: #cf2e75; }

input,
textarea,
[contenteditable="true"] {
  cursor: text;
}

.site-shell {
  position: relative;
  width: var(--site-width);
  min-height: 900px;
  margin: 12px auto 34px;
  padding: 0;
}

/* =========================================================
   RÉGLAGE DU LOGO
   Modifie uniquement top, left et width ci-dessous.
   ========================================================= */
.logo-joint {
  position: absolute;
  top: 0;
  left: -35px;
  width: 225px;
  display: block;
  z-index: 50;
}
.logo-joint img {
  display: block;
  width: 90%;
  height: auto;
  filter: drop-shadow(4px 5px 0 rgba(0,0,0,.22));
}
.logo-joint:hover,
.logo-joint:focus {
  background: transparent;
}

/* =========================================================
   BANDEAU TEMPORAIRE DE CONSTRUCTION
   Supprimer le bloc .construction-ribbon dans index.html
   lorsque le site sera terminé.
   ========================================================= */
.construction-ribbon {
  position: absolute;
  top: 45px;
  right: 10px;
  z-index: 45;
  width: 220px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 12px;
  border: 2px solid;
  border-color: #fff7a8 #171717 #171717 #fff7a8;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(0,0,0,.09) 0,
      rgba(0,0,0,.09) 7px,
      transparent 7px,
      transparent 14px
    ),
    #f3d24f;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.55),
    inset -1px -1px 0 rgba(0,0,0,.25),
    4px 4px 0 rgba(0,0,0,.28);
  color: #111;
  text-align: center;
  transform: rotate(-6deg);
  transform-origin: center;
}

.construction-ribbon__light {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #400;
  border-radius: 50%;
  background: #e32424;
  box-shadow:
    inset 2px 2px 0 #ff8b63,
    inset -2px -2px 0 #720000,
    0 0 4px #ff2d1d;
  animation: construction-light 1.1s steps(2, end) infinite;
}

.construction-ribbon__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.construction-ribbon strong {
  font-size: 11px;
  letter-spacing: .4px;
}

.construction-ribbon small {
  margin-top: 4px;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@keyframes construction-light {
  50% {
    opacity: .35;
    box-shadow:
      inset 2px 2px 0 #ff8b63,
      inset -2px -2px 0 #720000;
  }
}

@media (prefers-reduced-motion: reduce) {
  .construction-ribbon__light { animation: none; }
}

/* =========================================================
   COLONNE DE BOUTONS RÉTRO À DROITE
   Elle habille l'espace extérieur sans déplacer le site.
   ========================================================= */
.right-button-column {
  position: absolute;
  top: 224px;
  left: calc(100% + 16px);
  z-index: 10;
  width: 150px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.right-button-column img {
  display: block;
  width: 150px;
  height: 20px;
  image-rendering: pixelated;
}

.top-nav {
  position: absolute;
  top: 88px;
  left: 190px;
  right: 0;
  z-index: 20;
  min-height: 0;
  display: flex;
  gap: 0;
  align-items: stretch;
  padding: 4px;
  border: 2px solid;
  border-color: var(--win-light) var(--win-dark) var(--win-dark) var(--win-light);
  border-radius: 7px;
  background: var(--paper);
  box-shadow:
    inset 1px 1px 0 var(--win-mid),
    inset -1px -1px 0 var(--win-shadow),
    4px 4px 0 rgba(0,0,0,.24);
}

.top-nav a {
  flex: 1;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 34px;
  margin-left: -1px;
  padding: 7px 3px;
  border: 2px solid;
  border-color: var(--win-light) var(--win-dark) var(--win-dark) var(--win-light);
  background: var(--paper);
  color: #111;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2px;
  box-shadow: none;
}

.top-nav a:first-of-type {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  background: var(--paper-2);
  color: var(--win-green-dark);
  outline: 1px dotted #111;
  outline-offset: -5px;
}

.top-nav a.active,
.top-nav a:active {
  border-color: var(--win-dark) var(--win-light) var(--win-light) var(--win-dark);
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.10) 0,
      rgba(255,255,255,.10) 1px,
      transparent 1px,
      transparent 4px
    ),
    linear-gradient(
      90deg,
      var(--win-green-dark) 0%,
      var(--win-green-mid) 58%,
      var(--win-green-light) 100%
    );
  color: #fff;
  text-shadow: 1px 1px 0 #17382b;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,.28);
}

.top-nav a:active {
  padding-top: 8px;
  padding-bottom: 6px;
}

.top-nav__pointer {
  flex: 0 0 43px;
  display: grid;
  place-items: center;
  min-width: 0;
  margin-left: -1px;
  padding: 0 4px;
  border: 2px solid;
  border-color: var(--win-light) var(--win-dark) var(--win-dark) var(--win-light);
  border-radius: 0 3px 3px 0;
  background: var(--paper);
}

.top-nav__pointer img {
  display: block;
  width: 33px;
  height: 14px;
  image-rendering: pixelated;
}

.left-stack {
  float: left;
  position: relative;
  z-index: 10;
  width: 150px;
  margin: 0;
  padding-top: 224px;
}

.main-column {
  position: relative;
  z-index: 2;
  margin-left: 190px;
  padding-top: 158px;
}

.side-box,
.content-box {
  border: 2px solid;
  border-color: var(--win-light) var(--win-dark) var(--win-dark) var(--win-light);
  background: var(--paper);
  box-shadow:
    inset 1px 1px 0 var(--win-mid),
    inset -1px -1px 0 var(--win-shadow),
    4px 4px 0 rgba(0,0,0,.22);
}

.side-box {
  margin-bottom: 14px;
  background: var(--paper);
}
.side-box.small-offset { margin-left: 7px; }

.side-box h2,
.content-box h2 {
  margin: 0;
  padding: 5px 8px;
  border-bottom: 2px solid var(--line);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .8px;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.10) 0,
      rgba(255,255,255,.10) 1px,
      transparent 1px,
      transparent 4px
    ),
    linear-gradient(
      90deg,
      var(--win-green-dark) 0%,
      var(--win-green-mid) 58%,
      var(--win-green-light) 100%
    );
}

.menu-box { margin-left: 0; }
.menu-box h2,
.status-box h2,
.update-box h2,
.counter-box h2 { background-color: var(--win-green-dark); }

.box-inner { padding: 10px 11px; }
.box-inner.compact { padding: 8px 10px; }
.box-inner p { margin: 0 0 9px; }
.box-inner p:last-child { margin-bottom: 0; }
.center { text-align: center; }
.tiny { font-size: 11px; }
.big-date { font: bold 15px Georgia, "Times New Roman", serif; }

.nav-list {
  list-style: none;
  margin: 0;
  padding: 5px;
}
.nav-list li + li { margin-top: 4px; }
.nav-list a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 5px;
  border: 1px solid #224175;
  background: var(--paper-2);
  color: #1b4b95;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}
.nav-list a::before {
  content: "";
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  background: url("images/menu-bullet.gif") no-repeat center;
  background-size: 14px 14px;
  image-rendering: pixelated;
}
.nav-list a:hover { background: #ffe67d; color: #152340; }

.sidebar-panel .nav-list a.active {
  border-color: var(--win-dark) var(--win-light) var(--win-light) var(--win-dark);
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.10) 0,
      rgba(255,255,255,.10) 1px,
      transparent 1px,
      transparent 4px
    ),
    linear-gradient(
      90deg,
      var(--win-green-dark) 0%,
      var(--win-green-mid) 58%,
      var(--win-green-light) 100%
    );
  color: #fff;
  text-shadow: 1px 1px 0 #17382b;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,.28);
}

.sidebar-panel .nav-list a.active:hover {
  color: #fff;
}

.counter {
  display: inline-block;
  padding: 4px 6px;
  border: 2px inset #bbb;
  background: #111;
  color: #eaf9dd;
  font: bold 16px/1.1 "Courier New", monospace;
  letter-spacing: 2px;
}

.guestbook-area {
  padding: 8px 5px 7px;
  border-top: 3px ridge var(--win-mid);
  text-align: center;
}

.guestbook-link {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.guestbook-gif {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 5px auto 0;
  image-rendering: pixelated;
}

.content-box { margin-bottom: 14px; }

.title-strip {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 10px;
  border-bottom: 2px solid var(--line);
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.12) 0,
      rgba(255,255,255,.12) 1px,
      transparent 1px,
      transparent 4px
    ),
    linear-gradient(
      90deg,
      var(--win-green-dark) 0%,
      var(--win-green-mid) 58%,
      var(--win-green-light) 100%
    );
}
.site-tag {
  display: inline-block;
  padding: 2px 6px;
  border: 2px solid #173160;
  background: #fff2a4;
  color: #173160;
  font-weight: bold;
  letter-spacing: 1px;
}
.site-sub {
  font-size: 12px;
  font-weight: bold;
  color: #fff8df;
}

.main-feature-box h1 {
  margin: 0;
  padding: 10px 12px 0;
  color: var(--jungle-deep);
  font: bold 34px/1 Georgia, "Times New Roman", serif;
  text-shadow: 2px 2px 0 #fff;
}

.main-feature-box h1.rainbow-greeting {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 11px 12px 3px;
  font: normal 28px/1.1 "Venice Classic", Verdana, Arial, sans-serif;
  letter-spacing: .1px;
  text-shadow: 1px 1px 0 #fff;
}

.rainbow-greeting__text {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.rainbow-greeting__text > span {
  display: inline-block;
}

.rainbow-greeting__text > .rainbow-gap {
  width: .32em;
}

.rainbow-greeting__flag {
  flex: 0 0 auto;
  display: block;
  width: 38px;
  height: 27px;
  image-rendering: pixelated;
}

.article-box h2,
.feature-box h2,
.falcom-box h2,
.mini-box h2,
.accent-pink h2,
.buttons-box h2 { background-color: var(--win-green-dark); }

.article-layout {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  align-items: start;
}

.thumb {
  min-height: 96px;
  display: grid;
  place-items: center;
  border: 2px solid #173160;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.thumb-purple {
  background: repeating-linear-gradient(-45deg, #8a67b2 0 10px, #4f7fcc 10px 20px);
}
.thumb-orange {
  background: repeating-linear-gradient(-45deg, #ec9830 0 10px, #d86394 10px 20px);
}

.article-gif {
  width: 150px;
  min-height: 100px;
  display: grid;
  place-items: center;
}

.article-gif img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: pixelated;
}

.article-gif--news img {
  width: 128px;
  height: 64px;
}

.article-gif--monkey img {
  width: 96px;
  height: 100px;
}

.content-box h3 {
  margin: 0 0 4px;
  color: var(--jungle-deep);
  font: bold 16px Georgia, "Times New Roman", serif;
}
.meta { color: #675d55; font-size: 11px; }
.signature { text-align: right; font-weight: bold; color: #7a437c; }

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

.box-inner ul { margin: 0; padding-left: 18px; }
.box-inner li + li { margin-top: 4px; }

.buttons-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.mini-button {
  width: 88px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid #111;
  color: #fff;
  text-align: center;
  font: bold 9px/1 Verdana, sans-serif;
  text-shadow: 1px 1px 0 #000;
}
.mini-button.blue { background: #3a72ba; }
.mini-button.green { background: #4e9b58; }
.mini-button.orange { background: #de8730; }
.mini-button.purple { background: #825eaa; }
.mini-button.cyan { background: #257a86; }

.neocities-large-credit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-top: 12px;
}

.bottom-extras {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 6px;
}

.bottom-extras img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: pixelated;
}

.neocities-large-credit a {
  display: block;
  line-height: 0;
}

.neocities-credit-stack {
  flex: 0 0 300px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.bottom-button-grid {
  display: grid;
  grid-template-columns: repeat(3, 88px);
  grid-template-rows: repeat(2, 31px);
  gap: 6px;
  justify-content: center;
}

.bottom-button-grid img {
  display: block;
  width: 88px;
  height: 31px;
  image-rendering: pixelated;
}

.neocities-badge {
  width: 300px;
}

.neocities-badge img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  image-rendering: pixelated;
}

.neocities-large-credit a:hover,
.neocities-large-credit a:focus {
  background: transparent;
}


/* Fin du fichier : aucune ancienne surcharge de version ne suit. */

/* =========================================================
   FENÊTRE PIXEL DÉPLAÇABLE
   Sa position n'affecte pas la mise en page du site.
   ========================================================= */
.pixel-window {
  position: fixed;
  top: 485px;
  right: auto;
  left: calc(50% + 502px);
  z-index: 1000;
  width: 300px;
  margin: 0;
  border: 2px solid;
  border-color: var(--win-light) var(--win-dark) var(--win-dark) var(--win-light);
  background: var(--paper);
  box-shadow:
    inset 1px 1px 0 var(--win-mid),
    inset -1px -1px 0 var(--win-shadow),
    6px 6px 0 rgba(0,0,0,.24);
  color: var(--ink);
}

.pixel-window__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 8px;
  border-bottom: 2px solid var(--line);
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.11) 0,
      rgba(255,255,255,.11) 1px,
      transparent 1px,
      transparent 4px
    ),
    linear-gradient(
      90deg,
      var(--win-green-dark) 0%,
      var(--win-green-mid) 58%,
      var(--win-green-light) 100%
    );
  color: #fff8df;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .8px;
  cursor: grab;
  user-select: none;
  touch-action: none;
}

.pixel-window__bar:focus-visible {
  outline: 2px dashed #fff3a1;
  outline-offset: -4px;
}

.pixel-window.is-dragging .pixel-window__bar {
  cursor: grabbing;
  background-color: var(--jungle-leaf);
}

.pixel-window__hint {
  color: #dcefc0;
  font-size: 9px;
  letter-spacing: 1px;
}

.pixel-window__screen {
  padding: 5px;
  border-bottom: 1px solid #67704a;
  background: #152139;
}

.pixel-window__screen img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: pixelated;
  user-select: none;
  pointer-events: none;
}

.pixel-window__caption {
  margin: 0;
  padding: 5px 7px 6px;
  background: var(--paper-2);
  color: #4f513a;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
}

/* =========================================================
   PROTOTYPE : COLONNE LATÉRALE CONTINUE
   Silhouette adoucie façon XP, relief dur façon Windows 95/98.
   ========================================================= */
.sidebar-panel {
  position: relative;
  border: 2px solid;
  border-color: var(--win-light) var(--win-dark) var(--win-dark) var(--win-light);
  border-radius: 7px;
  background: var(--paper);
  box-shadow:
    inset 1px 1px 0 var(--win-mid),
    inset -1px -1px 0 var(--win-shadow),
    4px 4px 0 rgba(0,0,0,.24);
}

.sidebar-panel .side-box,
.sidebar-panel .side-box.small-offset {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sidebar-panel .side-box + .side-box {
  border-top: 3px ridge var(--win-mid);
}

.sidebar-panel .side-box h2 {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.35),
    inset -1px -1px 0 rgba(0,0,0,.30);
}

.sidebar-panel .menu-box h2 {
  border-radius: 5px 5px 0 0;
}

.sidebar-panel .counter-box .box-inner {
  border-radius: 0 0 5px 5px;
}

.sidebar-panel .nav-list a {
  box-shadow:
    inset 1px 1px 0 var(--win-light),
    inset -1px -1px 0 var(--win-shadow);
}

.news-box .box-inner {
  position: relative;
  min-height: 76px;
  padding-right: 74px;
}

.news-mascot {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 60px;
  height: auto;
  transform: translateY(-50%);
  image-rendering: pixelated;
  pointer-events: none;
}

/* =========================================================
   FENÊTRES PRINCIPALES ALIGNÉES ET EN RELIEF
   Même langage visuel que la colonne latérale continue.
   ========================================================= */
.main-column .content-box {
  border: 2px solid;
  border-color: var(--win-light) var(--win-dark) var(--win-dark) var(--win-light);
  border-radius: 7px;
  background: var(--paper);
  box-shadow:
    inset 1px 1px 0 var(--win-mid),
    inset -1px -1px 0 var(--win-shadow),
    4px 4px 0 rgba(0,0,0,.24);
}

.main-column .content-box > h2,
.main-column .content-box > .title-strip {
  border-radius: 5px 5px 0 0;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.35),
    inset -1px -1px 0 rgba(0,0,0,.30);
}

.main-column .content-box > .box-inner:last-child {
  border-radius: 0 0 5px 5px;
}

.main-column .split-row {
  gap: 14px;
}

/* =========================================================
   RUBAN DE BOUTONS 88×31
   Pour en ajouter : copier l'image dans images/web-buttons,
   puis ajouter une balise <img> dans .web-buttons-track.
   ========================================================= */
.web-buttons-strip {
  margin-bottom: 14px;
  padding: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  border: 2px solid;
  border-color: var(--win-light) var(--win-dark) var(--win-dark) var(--win-light);
  border-radius: 7px;
  background: var(--paper);
  box-shadow:
    inset 1px 1px 0 var(--win-mid),
    inset -1px -1px 0 var(--win-shadow),
    4px 4px 0 rgba(0,0,0,.24);
  scrollbar-color: var(--win-green-mid) var(--paper);
  scrollbar-width: thin;
}

.web-buttons-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  gap: 5px;
  align-items: center;
}

.web-buttons-track img {
  flex: 0 0 88px;
  display: block;
  width: 88px;
  height: 31px;
  image-rendering: pixelated;
}

/* =========================================================
   GRANDE FENÊTRE ÉDITORIALE UNIQUE
   Les anciennes fenêtres sont désormais des zones internes.
   ========================================================= */
.main-feature-box {
  overflow: hidden;
}

.main-feature-section {
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.main-feature-section + .main-feature-section {
  border-top: 3px ridge var(--win-mid);
}

.main-feature-section > h2 {
  margin: 0;
  padding: 5px 8px;
  border-bottom: 2px solid var(--line);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .8px;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.10) 0,
      rgba(255,255,255,.10) 1px,
      transparent 1px,
      transparent 4px
    ),
    linear-gradient(
      90deg,
      var(--win-green-dark) 0%,
      var(--win-green-mid) 58%,
      var(--win-green-light) 100%
    );
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.35),
    inset -1px -1px 0 rgba(0,0,0,.30);
}

.main-feature-box > .title-strip {
  border-radius: 5px 5px 0 0;
}

.main-feature-box .falcom-box .box-inner {
  border-radius: 0 0 5px 5px;
}

/* =========================================================
   GOATCOUNTER — COMPTEUR DE VISITES
   ========================================================= */

#goatcounter-visitors {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 32px;
  margin: 0;
  padding: 4px 3px;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px inset #bbb;
  background: #111;
  color: #eaf9dd;
  font: bold 14px/1 "Courier New", monospace;
  letter-spacing: .5px;
  white-space: nowrap;
}

#goatcounter-visitors.counter--compact {
  font-size: 12px;
  letter-spacing: 0;
}

/* =========================================================
   JOURNAL PERSO
   Styles partagés par journal.html et les billets individuels.
   ========================================================= */
.journal-page,
.journal-entry {
  overflow: hidden;
}

.journal-intro {
  padding: 15px 16px 13px;
  border-bottom: 3px ridge var(--win-mid);
}

.journal-intro h1,
.journal-entry__header h1 {
  margin: 0 0 8px;
  color: var(--jungle-deep);
  font: bold 25px/1.15 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff;
}

.journal-list > h2,
.journal-archives > h2,
.journal-entry__body > h2 {
  background-color: var(--win-green-dark);
}

.journal-preview {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: center;
}

.journal-preview__icon {
  min-height: 82px;
  display: grid;
  place-items: center;
}

.journal-preview__icon img {
  display: block;
  width: 96px;
  height: 48px;
  image-rendering: pixelated;
}

.journal-entry__header {
  padding: 17px 18px 13px;
  border-bottom: 3px ridge var(--win-mid);
  background: var(--paper-2);
}

.journal-entry__meta {
  margin: 0;
  color: #675d55;
  font-size: 11px;
}

.journal-entry__body {
  min-height: 320px;
  padding: 18px;
  font-size: 14px;
  line-height: 1.65;
}

.journal-entry__body p {
  margin: 0 0 15px;
}

.journal-entry__body h2 {
  margin: 22px -18px 14px;
  padding: 6px 10px;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  color: #fff;
  font-size: 13px;
  letter-spacing: .7px;
}

.journal-entry__body code {
  padding: 1px 4px;
  border: 1px solid #888;
  background: #eee;
  color: #173160;
  font: 12px "Courier New", monospace;
}

.journal-entry__image {
  margin: 18px auto;
  padding: 6px;
  border: 2px inset var(--win-mid);
  background: #aaa;
  text-align: center;
}

.journal-entry__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.journal-entry__image figcaption {
  padding-top: 5px;
  color: #333;
  font-size: 10px;
}

.journal-navigation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-top: 3px ridge var(--win-mid);
  background: var(--paper-2);
  font-size: 11px;
  font-weight: bold;
}

.journal-navigation a {
  text-align: center;
}

.journal-navigation__disabled {
  color: #777;
}

.journal-navigation__disabled:last-child {
  text-align: right;
}

.journal-caution-divider {
  margin: -6px 0 8px;
  padding: 0 5px;
  line-height: 0;
}

.journal-caution-divider img {
  display: block;
  width: 100%;
  height: 15px;
  object-fit: fill;
  image-rendering: pixelated;
}

/* =========================================================
   ACTUALITÉS DU SITE / CHANGELOG
   Dupliquer un bloc .changelog-entry dans actualites.html
   pour ajouter une nouvelle date.
   ========================================================= */
.changelog-page {
  overflow: hidden;
}

.changelog-intro {
  min-height: 170px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 18px;
  align-items: center;
  padding: 15px 16px 13px;
  border-bottom: 3px ridge var(--win-mid);
}

.changelog-intro h1 {
  margin: 0 0 8px;
  color: var(--jungle-deep);
  font: bold 25px/1.15 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff;
}

.changelog-intro__text p:last-child {
  margin-bottom: 0;
}

.changelog-intro__mascot {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto;
  image-rendering: pixelated;
}

.changelog-entry {
  margin: 0;
}

.changelog-entry + .changelog-entry {
  border-top: 3px ridge var(--win-mid);
}

.changelog-entry h2 {
  margin: 0;
  padding: 5px 8px;
  border-bottom: 2px solid var(--line);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .8px;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.10) 0,
      rgba(255,255,255,.10) 1px,
      transparent 1px,
      transparent 4px
    ),
    linear-gradient(
      90deg,
      var(--win-green-dark) 0%,
      var(--win-green-mid) 58%,
      var(--win-green-light) 100%
    );
}

.changelog-entry ul {
  margin: 0;
  padding-left: 18px;
}

.changelog-entry li + li {
  margin-top: 7px;
}

.changelog-label {
  display: inline-block;
  min-width: 66px;
  margin-right: 5px;
  padding: 1px 5px;
  border: 1px solid #111;
  color: #fff;
  text-align: center;
  font: bold 9px/1.35 Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 0 #000;
}

.changelog-label--new {
  background: #257a86;
}

.changelog-label--style {
  background: #825eaa;
}

.changelog-label--fix {
  background: #a75739;
}

/* =========================================================
   LIVRE D'OR
   Atabook est intégré dans livredor.html.
   ========================================================= */
.guestbook-page {
  overflow: hidden;
}

.guestbook-intro {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 120px;
  padding: 14px 16px;
  border-bottom: 3px ridge var(--win-mid);
}

.guestbook-intro h1 {
  margin: 0 0 8px;
  color: var(--jungle-deep);
  font: bold 25px/1.15 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff;
}

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

.guestbook-intro p:last-child {
  margin-bottom: 0;
}

.guestbook-intro__image {
  display: block;
  width: 118px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  image-rendering: pixelated;
}

.guestbook-embed {
  padding: 10px;
  background: #aaa;
}

.guestbook-embed iframe {
  display: block;
  width: 100%;
  height: 540px;
  box-sizing: border-box;
  border: 2px inset var(--win-mid);
  background: #fff;
}

.guestbook-direct-link {
  margin: 0;
  padding: 8px 10px 10px;
  border-top: 2px solid var(--win-light);
  background: var(--paper-2);
  text-align: center;
  font-size: 11px;
}

/* =========================================================
   PORTAIL JEUX VIDÉO
   Grand carrefour visuel orientant vers le menu de gauche.
   ========================================================= */
.games-page {
  overflow: hidden;
}

.games-portal {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background: var(--paper);
}

.games-portal__copy {
  position: relative;
  z-index: 3;
  width: 53%;
  min-height: 400px;
  padding: 30px 18px 22px;
}

.games-portal__eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 2px 7px;
  border: 1px solid;
  border-color: var(--win-light) var(--win-dark) var(--win-dark) var(--win-light);
  color: #fff;
  background: var(--win-green-mid);
  font: bold 10px/1.35 Verdana, Arial, sans-serif;
  letter-spacing: .7px;
  text-shadow: 1px 1px 0 #000;
}

.games-portal h1 {
  margin: 0 0 18px;
  color: var(--jungle-deep);
  font: bold 28px/1.12 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff;
}

.games-portal__copy > p:not(.games-portal__eyebrow) {
  margin: 0 0 13px;
  line-height: 1.55;
}

.games-portal__direction {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 25px;
  padding: 8px 9px;
  border: 2px inset var(--win-mid);
  background: var(--paper-2);
}

.games-portal__direction p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}

.games-portal__arrow {
  flex: 0 0 auto;
  color: #7c3095;
  font: bold 22px/1 "Courier New", monospace;
  text-shadow: 1px 1px 0 #fff;
}

.games-portal__art {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  overflow: hidden;
  background: var(--paper);
}

.games-portal__art > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: pixelated;
}

/*
   Fondu tramé : cinq bandes de densité décroissante remplacent
   la transparence douce par un damier façon écran 256 couleurs.
*/
.games-portal__dither {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  width: 140px;
  pointer-events: none;
}

.games-portal__fade {
  flex: 1 1 20%;
  height: 100%;
  image-rendering: pixelated;
}

.games-portal__fade--100 {
  background: var(--paper);
}

.games-portal__fade--75 {
  background: conic-gradient(
    var(--paper) 0 75%,
    transparent 0 100%
  ) 0 0 / 4px 4px;
}

.games-portal__fade--50 {
  background: conic-gradient(
    from 90deg,
    var(--paper) 0 25%,
    transparent 0 50%,
    var(--paper) 0 75%,
    transparent 0 100%
  ) 0 0 / 4px 4px;
}

.games-portal__fade--25 {
  background: conic-gradient(
    var(--paper) 0 25%,
    transparent 0 100%
  ) 0 0 / 4px 4px;
}

.games-portal__fade--12 {
  background: conic-gradient(
    from 45deg,
    var(--paper) 0 12.5%,
    transparent 0 100%
  ) 0 0 / 8px 8px;
}

/* =========================================================
   DÉCOUVERTES & AVIS
   Carnet de jeux : une fiche principale puis les anciennes
   explorations, tout en conservant l'habillage JungleRoad.
   ========================================================= */
.discoveries-page {
  overflow: hidden;
  background: var(--paper);
}

.discoveries-banner {
  position: relative;
  height: 190px;
  overflow: hidden;
  border-bottom: 1px solid var(--win-mid);
  background: #010619;
}

.discoveries-banner > img {
  position: absolute;
  top: -50px;
  left: 50%;
  display: block;
  width: 480px;
  height: 300px;
  transform: translateX(-50%);
  image-rendering: pixelated;
}

/* Le bas de l'image disparaît par paliers tramés, comme sur
   l'accueil Jeux vidéo, sans transparence lisse moderne. */
.discoveries-banner__dither {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 55px;
  pointer-events: none;
}

.discoveries-banner__fade {
  flex: 1 1 20%;
  width: 100%;
  image-rendering: pixelated;
}

.discoveries-banner__fade--12 {
  background: conic-gradient(
    from 45deg,
    var(--paper) 0 12.5%,
    transparent 0 100%
  ) 0 0 / 8px 8px;
}

.discoveries-banner__fade--25 {
  background: conic-gradient(
    var(--paper) 0 25%,
    transparent 0 100%
  ) 0 0 / 4px 4px;
}

.discoveries-banner__fade--50 {
  background: conic-gradient(
    from 90deg,
    var(--paper) 0 25%,
    transparent 0 50%,
    var(--paper) 0 75%,
    transparent 0 100%
  ) 0 0 / 4px 4px;
}

.discoveries-banner__fade--75 {
  background: conic-gradient(
    var(--paper) 0 75%,
    transparent 0 100%
  ) 0 0 / 4px 4px;
}

.discoveries-banner__fade--100 {
  background: var(--paper);
}

.discoveries-intro {
  padding: 2px 18px 15px;
  border-bottom: 3px ridge var(--win-mid);
}

.discoveries-intro h1 {
  margin: 0 0 8px;
  color: var(--jungle-deep);
  font: bold 25px/1.15 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff;
}

.discoveries-intro p {
  max-width: 690px;
  margin: 0;
  line-height: 1.45;
}

.featured-discovery,
.past-discoveries {
  background: var(--paper);
}

.featured-discovery > h2,
.past-discoveries > h2 {
  min-height: 24px;
  margin: 0;
  padding: 2px 9px;
  border-top: 2px solid #fff;
  border-bottom: 2px ridge var(--win-mid);
  color: #fff;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.08) 0,
      rgba(255,255,255,.08) 1px,
      transparent 1px,
      transparent 3px
    ),
    var(--win-green-mid);
  font: bold 13px/23px Georgia, "Times New Roman", serif;
  letter-spacing: .5px;
  text-shadow: 1px 1px 0 #000;
}

.featured-discovery > h2 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.featured-discovery__pointer {
  display: block;
  width: 49px;
  height: 23px;
  image-rendering: pixelated;
}

.featured-discovery__body {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 15px;
  padding: 13px 15px 15px;
}

.featured-discovery__visual {
  min-width: 0;
}

.featured-discovery__copy {
  min-width: 0;
}

.featured-discovery__heading {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 9px;
}

.featured-discovery h3,
.past-discovery h3 {
  color: var(--jungle-deep);
  font-family: Georgia, "Times New Roman", serif;
}

.featured-discovery h3 {
  margin: 0 0 3px;
  font-size: 19px;
}

.featured-discovery__copy > p {
  margin: 0 0 9px;
  line-height: 1.42;
}

.game-meta {
  margin: 0;
  color: #5f503e;
  font-size: 11px;
}

.game-image-placeholder {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 3px ridge var(--win-mid);
  color: #ddd;
  background:
    repeating-linear-gradient(
      135deg,
      #171717 0,
      #171717 6px,
      #222 6px,
      #222 12px
    );
  text-align: center;
  font: bold 10px/1.3 Verdana, Arial, sans-serif;
  letter-spacing: .8px;
  text-shadow: 1px 1px 0 #000;
}

.game-image-placeholder--large {
  width: 190px;
  height: 145px;
}

.game-image-placeholder--small {
  width: 78px;
  height: 62px;
}

.star-rating {
  flex: 0 0 auto;
  color: #5f503e;
  text-align: center;
  font: bold 10px/1.1 Verdana, Arial, sans-serif;
}

.star-rating__stars {
  display: flex;
  justify-content: flex-end;
}

.star-rating img {
  display: block;
  image-rendering: pixelated;
}

.star-rating img.is-off {
  filter: grayscale(1) brightness(.45);
  opacity: .42;
}

.star-rating--large img {
  width: 25px;
  height: 21px;
}

.star-rating--large b {
  display: block;
  margin-top: 2px;
}

.past-discoveries {
  border-top: 3px ridge var(--win-mid);
}

.past-discovery {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 105px;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
}

.past-discovery__copy {
  min-width: 0;
}

.past-discovery h3 {
  margin: 3px 0 2px;
  font-size: 15px;
}

.past-discovery__copy > p {
  margin: 0 0 4px;
  line-height: 1.3;
}

.discovery-label {
  display: inline-block;
  padding: 1px 6px;
  border: 1px solid;
  border-color: var(--win-light) var(--win-dark) var(--win-dark) var(--win-light);
  color: #fff;
  background: #257a86;
  font: bold 9px/1.35 Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 0 #000;
}

.discovery-label--opinion {
  background: #825eaa;
}

.discovery-label--return {
  background: #3563a0;
}

.star-rating--small img {
  width: 18px;
  height: 15px;
}

.star-rating--small b {
  display: block;
  margin-top: 3px;
}

.past-discoveries__divider {
  display: block;
  width: calc(100% - 32px);
  height: 3px;
  margin: 0 16px;
  image-rendering: pixelated;
}

.past-discoveries__archive {
  margin: 0;
  padding: 9px 15px 11px;
  border-top: 2px ridge var(--win-mid);
  color: #4d4135;
  background: var(--paper-2);
  font-size: 11px;
  text-align: center;
}

@media (max-width: 720px) {
  .discoveries-banner {
    height: 160px;
  }

  .discoveries-banner > img {
    top: -35px;
    width: 400px;
    height: 250px;
  }

  .featured-discovery__body {
    grid-template-columns: 135px minmax(0, 1fr);
  }

  .game-image-placeholder--large {
    width: 135px;
    height: 115px;
  }

  .featured-discovery__heading {
    display: block;
  }

  .star-rating--large {
    display: inline-block;
    margin-top: 7px;
  }

  .past-discovery {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .game-image-placeholder--small {
    width: 64px;
    height: 54px;
  }

  .past-discovery .star-rating {
    grid-column: 2;
    justify-self: start;
  }
}

/* =========================================================
   HALF-LIFE SHRINE
   Ici, le bloc central EST l'ancienne fenêtre Steam : il
   n'est plus encastré dans un second panneau gris.
   ========================================================= */
.half-life-page {
  --hl-olive: #485440;
  --hl-olive-dark: #303b2d;
  --hl-olive-deep: #20291f;
  --hl-olive-light: #687461;
  --hl-line-light: #788371;
  --hl-line-dark: #1d251c;
  --hl-text: #c4cabd;
  --hl-text-dim: #929b8b;
  --hl-yellow: #d5ba36;
  --hl-orange: #e77b22;
  position: relative;
  overflow: visible;
  padding-bottom: 78px;
}

.hl-steam-window {
  position: relative;
  margin: 0;
  border: 2px solid;
  border-color: #85907f #172017 #172017 #85907f;
  color: var(--hl-text);
  background: var(--hl-olive);
  box-shadow: 2px 2px 0 #111;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

.hl-steam-window__bar {
  display: flex;
  min-height: 24px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: 2px 4px 2px 7px;
  border-bottom: 1px solid var(--hl-line-dark);
  color: #d8ddd3;
  background: var(--hl-olive-dark);
  font-size: 10px;
}

.hl-steam-window__brand {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hl-steam-window__brand b {
  color: var(--hl-orange);
  font: bold 17px/1 Arial, sans-serif;
}

.hl-steam-window__controls {
  display: flex;
  gap: 2px;
}

.hl-steam-window__controls i {
  display: block;
  width: 16px;
  height: 15px;
  border: 1px solid;
  border-color: var(--hl-line-light) var(--hl-line-dark) var(--hl-line-dark) var(--hl-line-light);
  color: var(--hl-text);
  background: #4b5744;
  font: normal 11px/13px Arial, sans-serif;
  text-align: center;
}

.hl-steam-tabs {
  display: flex;
  gap: 2px;
  padding: 6px 7px 0;
  border-bottom: 1px solid var(--hl-line-dark);
  background: #3c4838;
}

.hl-steam-tabs span {
  display: block;
  padding: 4px 11px 5px;
  border: 1px solid;
  border-color: var(--hl-line-light) var(--hl-line-dark) var(--hl-line-dark) var(--hl-line-light);
  color: var(--hl-text-dim);
  background: #46513f;
  font-size: 10px;
}

.hl-steam-tabs span.active {
  color: #edf0e9;
  border-bottom-color: var(--hl-olive);
  background: var(--hl-olive);
}

.hl-shrine-hero {
  position: relative;
  height: 315px;
  overflow: hidden;
  border-bottom: 2px solid;
  border-color: var(--hl-line-light) var(--hl-line-dark) var(--hl-line-dark) var(--hl-line-light);
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.025) 0,
      rgba(255,255,255,.025) 1px,
      transparent 1px,
      transparent 3px
    ),
    var(--hl-olive);
}

.hl-shrine-hero::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(24,31,23,.7);
  box-shadow: inset 1px 1px 0 rgba(132,145,124,.35);
  pointer-events: none;
}

.hl-shrine-hero__center {
  position: absolute;
  z-index: 4;
  top: 57px;
  left: 50%;
  width: 330px;
  transform: translateX(-50%);
  text-align: center;
}

.hl-shrine-logo {
  display: block;
  width: 330px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  image-rendering: auto;
  animation: hl-logo-signal 6s steps(1, end) infinite;
}

.hl-shrine-hero__center > p {
  margin: 15px 0 12px;
  color: #aeb7a7;
  font: bold 9px/1.4 Verdana, Arial, sans-serif;
  letter-spacing: 1.2px;
  text-shadow: 1px 1px 0 #20281e;
}

@keyframes hl-logo-signal {
  0%, 89%, 94%, 100% {
    transform: translate(0, 0);
    filter: drop-shadow(0 0 0 transparent);
  }
  90% {
    transform: translate(1px, 0);
    filter: drop-shadow(0 0 3px rgba(231,123,34,.55));
  }
  91% {
    transform: translate(-1px, 1px);
    filter: drop-shadow(0 0 1px rgba(231,123,34,.35));
  }
  92% {
    transform: translate(0, 0);
    filter: drop-shadow(0 0 4px rgba(231,123,34,.65));
  }
}

.hl-update-status {
  width: 245px;
  margin: 0 auto;
  padding: 7px 8px;
  border: 1px solid;
  border-color: var(--hl-line-dark) var(--hl-line-light) var(--hl-line-light) var(--hl-line-dark);
  color: var(--hl-text-dim);
  background: #354031;
  font-size: 9px;
  text-align: left;
}

.hl-update-status__bar {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2px;
  height: 8px;
  margin-top: 5px;
  padding: 2px;
  border: 1px inset #697361;
  background: #253022;
}

.hl-update-status__bar i {
  display: block;
  background: var(--hl-yellow);
  animation: hl-loading 1.2s steps(1, end) infinite;
}

.hl-update-status__bar i:nth-child(2) { animation-delay: .15s; }
.hl-update-status__bar i:nth-child(3) { animation-delay: .30s; }
.hl-update-status__bar i:nth-child(4) { animation-delay: .45s; }
.hl-update-status__bar i:nth-child(5) { animation-delay: .60s; }
.hl-update-status__bar i:nth-child(6) { animation-delay: .75s; }
.hl-update-status__bar i:nth-child(7) { animation-delay: .90s; }
.hl-update-status__bar i:nth-child(8) { animation-delay: 1.05s; }

@keyframes hl-loading {
  0%, 45% { opacity: .22; }
  46%, 100% { opacity: 1; }
}

.hl-character {
  position: absolute;
  z-index: 2;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

.hl-character > img {
  display: block;
  max-width: none;
  image-rendering: auto;
}

.hl-character--gordon {
  left: -7px;
  width: 265px;
  height: 315px;
}

.hl-character--gordon > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 254px;
  height: auto;
}

.hl-character--alyx {
  right: 26px;
  width: 198px;
  height: 315px;
}

.hl-character--alyx > img {
  position: absolute;
  top: 4px;
  right: 0;
  width: 190px;
  height: auto;
  filter: drop-shadow(0 0 1px #1e281d);
}

.hl-character__dither {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 82px;
}

.hl-dither {
  flex: 1 1 20%;
  width: 100%;
  image-rendering: pixelated;
}

.hl-dither--12 {
  background: conic-gradient(
    from 45deg,
    var(--hl-olive) 0 12.5%,
    transparent 0 100%
  ) 0 0 / 8px 8px;
}

.hl-dither--25 {
  background: conic-gradient(
    var(--hl-olive) 0 25%,
    transparent 0 100%
  ) 0 0 / 4px 4px;
}

.hl-dither--50 {
  background: conic-gradient(
    from 90deg,
    var(--hl-olive) 0 25%,
    transparent 0 50%,
    var(--hl-olive) 0 75%,
    transparent 0 100%
  ) 0 0 / 4px 4px;
}

.hl-dither--75 {
  background: conic-gradient(
    var(--hl-olive) 0 75%,
    transparent 0 100%
  ) 0 0 / 4px 4px;
}

.hl-dither--100 {
  background: var(--hl-olive);
}

.hl-steam-content {
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 8px;
  padding: 8px;
  background: var(--hl-olive);
}

.hl-library-panel,
.hl-personal-panel {
  border: 1px solid;
  border-color: var(--hl-line-dark) var(--hl-line-light) var(--hl-line-light) var(--hl-line-dark);
  background: #3d4938;
}

.hl-library-panel {
  position: relative;
  min-height: 315px;
  padding-bottom: 62px;
}

.hl-library-panel h2 {
  margin: 0;
  padding: 6px 7px;
  border-bottom: 1px solid var(--hl-line-dark);
  color: #e0e4db;
  background: #303b2d;
  font: bold 10px/1.2 Tahoma, Verdana, Arial, sans-serif;
}

.hl-library-panel ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.hl-library-panel li {
  padding: 4px 6px;
  color: var(--hl-text-dim);
  font-size: 10px;
  white-space: nowrap;
}

.hl-library-panel li span {
  display: inline-block;
  width: 18px;
  color: #7b8674;
  font-weight: bold;
  text-align: center;
}

.hl-library-panel li.active {
  color: #f2f3ef;
  background: #53604b;
}

.hl-library-panel li.active span {
  color: var(--hl-orange);
}

.hl-library-panel__status {
  position: absolute;
  right: 7px;
  bottom: 7px;
  left: 7px;
  margin: 0;
  padding: 7px;
  border: 1px inset #687360;
  color: var(--hl-text-dim);
  background: #303a2d;
  font-size: 8px;
  line-height: 1.5;
}

.hl-library-panel__status b {
  color: #bbc4b2;
}

.hl-panel-title {
  display: flex;
  justify-content: space-between;
  padding: 6px 8px;
  border-bottom: 1px solid var(--hl-line-dark);
  color: #e1e5dd;
  background: #303b2d;
  font-size: 9px;
}

.hl-panel-title span:last-child {
  color: #879280;
}

.hl-personal-panel__intro {
  padding: 14px 15px 11px;
}

.hl-section-label {
  display: inline-block;
  margin: 0 0 8px;
  padding: 2px 6px;
  border: 1px solid;
  border-color: var(--hl-line-light) var(--hl-line-dark) var(--hl-line-dark) var(--hl-line-light);
  color: #20281e;
  background: var(--hl-yellow);
  font: bold 9px/1.3 Tahoma, Verdana, Arial, sans-serif;
}

.hl-personal-panel h1 {
  margin: 0 0 11px;
  color: #e3e7df;
  font: normal 20px/1.15 Tahoma, Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 0 #1c251a;
}

.hl-personal-panel__intro > p:not(.hl-section-label) {
  margin: 0 0 10px;
  color: #bbc2b5;
  font-size: 11px;
  line-height: 1.45;
}

.hl-personal-panel__intro .hl-placeholder-note {
  padding: 7px 8px;
  border: 1px inset var(--hl-line-light);
  color: #9fa898;
  background: #343f31;
  font-size: 9px;
}

.hl-future-sections {
  margin: 0 8px 9px;
  border: 1px solid;
  border-color: var(--hl-line-dark) var(--hl-line-light) var(--hl-line-light) var(--hl-line-dark);
}

.hl-future-sections h2 {
  margin: 0;
  padding: 5px 7px;
  border-bottom: 1px solid var(--hl-line-dark);
  color: #d7dcd1;
  background: #354130;
  font: bold 9px/1.2 Tahoma, Verdana, Arial, sans-serif;
}

.hl-future-sections__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 7px;
}

.hl-future-sections__grid div {
  min-height: 75px;
  padding: 7px;
  border: 1px solid;
  border-color: var(--hl-line-light) var(--hl-line-dark) var(--hl-line-dark) var(--hl-line-light);
  color: #aeb6a7;
  background: #46513f;
  font-size: 9px;
  line-height: 1.35;
}

.hl-future-sections__grid b,
.hl-future-sections__grid span {
  display: block;
}

.hl-future-sections__grid b {
  margin-bottom: 6px;
  color: var(--hl-yellow);
}

.hl-steam-window__footer {
  display: flex;
  justify-content: space-between;
  padding: 5px 8px;
  border-top: 1px solid var(--hl-line-light);
  color: #818c7a;
  background: var(--hl-olive-dark);
  font-size: 8px;
}

/* Objets posés sur le bord inférieur du Shrine.
   Ils ne jouent leur son qu'après un clic volontaire. */
.hl-interactive-props {
  position: absolute;
  z-index: 12;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
}

.hl-prop-button {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #d9d42d;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  filter: drop-shadow(2px 3px 1px rgba(13, 18, 12, .7));
}

.hl-prop-button img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: auto;
}

.hl-prop-button span {
  position: absolute;
  padding: 1px 3px;
  border: 1px solid #1d251c;
  color: #e3df88;
  background: #303b2d;
  font: bold 8px/1 Tahoma, Verdana, sans-serif;
  letter-spacing: .5px;
  opacity: 0;
}

.hl-prop-button--headcrab {
  bottom: -76px;
  left: -19px;
  width: 150px;
  transform-origin: 50% 78%;
}

.hl-prop-button--headcrab span {
  top: 54px;
  left: 109px;
}

.hl-prop-button--crowbar {
  right: 2px;
  bottom: -43px;
  width: 410px;
  transform-origin: 90% 50%;
}

.hl-prop-button--crowbar span {
  right: 8px;
  bottom: 28px;
}

.hl-prop-button:hover span,
.hl-prop-button:focus-visible span {
  opacity: 1;
}

.hl-prop-button:focus-visible {
  filter:
    drop-shadow(0 0 2px #f1d641)
    drop-shadow(2px 3px 1px rgba(13, 18, 12, .7));
}

.hl-prop-button--headcrab.is-playing {
  animation: hl-headcrab-click .36s steps(2, end);
}

.hl-prop-button--crowbar.is-playing {
  animation: hl-crowbar-click .36s steps(2, end);
}

@keyframes hl-headcrab-click {
  0%, 100% { transform: translate(0, 0) rotate(0); }
  35% { transform: translate(8px, -12px) rotate(4deg); }
  70% { transform: translate(-3px, -4px) rotate(-3deg); }
}

@keyframes hl-crowbar-click {
  0%, 100% { transform: translate(0, 0) rotate(0); }
  35% { transform: translate(-6px, -7px) rotate(-5deg); }
  70% { transform: translate(-2px, -2px) rotate(2deg); }
}

@media (prefers-reduced-motion: reduce) {
  .hl-shrine-logo,
  .hl-update-status__bar i,
  .hl-prop-button--headcrab.is-playing,
  .hl-prop-button--crowbar.is-playing {
    animation: none;
  }
}

@media (max-width: 720px) {
  .hl-steam-tabs span {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 9px;
  }

  .hl-shrine-hero {
    height: 280px;
  }

  .hl-shrine-hero__center {
    top: 62px;
    width: 270px;
  }

  .hl-shrine-logo {
    width: 270px;
  }

  .hl-character--gordon {
    width: 205px;
    height: 280px;
  }

  .hl-character--gordon > img {
    width: 210px;
  }

  .hl-character--alyx {
    right: 12px;
    width: 150px;
    height: 280px;
  }

  .hl-character--alyx > img {
    top: 3px;
    width: 145px;
  }

  .hl-steam-content {
    grid-template-columns: 138px minmax(0, 1fr);
  }

  .hl-library-panel li {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hl-future-sections__grid {
    grid-template-columns: 1fr;
  }

  .hl-prop-button--headcrab {
    left: -10px;
    width: 125px;
  }

  .hl-prop-button--crowbar {
    width: 330px;
  }
}

/* =========================================================
   FALCOM SHRINE V0.3 — PERSONNAGES EN CADRE
   Placé en fin de feuille pour prendre le pas sur la V0.2.
   Les PNG transparents restent entiers, sans fondu rectangulaire.
   ========================================================= */
.falcom-page {
  padding-top: 106px;
  padding-bottom: 132px;
}

.falcom-character {
  overflow: visible;
}

.falcom-character__dither {
  display: none;
}

.falcom-tabs {
  z-index: 6;
}

.falcom-character--adol {
  top: -102px;
  left: -70px;
  width: 310px;
  height: 535px;
}

.falcom-character--adol > img {
  top: 0;
  left: 5px;
  width: 300px;
}

.falcom-character--mail {
  top: -82px;
  right: -112px;
  width: 400px;
  height: 490px;
}

.falcom-character--mail > img {
  top: 0;
  right: 0;
  width: 388px;
}

.falcom-character--estelle {
  top: 42px;
  left: -72px;
  width: 312px;
  height: 445px;
}

.falcom-character--estelle > img {
  top: 0;
  left: 0;
  width: 305px;
}

.falcom-character--kou {
  top: 245px;
  right: -67px;
  width: 242px;
  height: 525px;
}

.falcom-character--kou > img {
  top: 0;
  right: 0;
  width: 232px;
}

.falcom-content {
  z-index: 5;
}

@media (max-width: 720px) {
  .falcom-character--adol {
    top: -82px;
    left: -56px;
    width: 265px;
  }

  .falcom-character--adol > img {
    width: 255px;
  }

  .falcom-character--mail {
    top: -66px;
    right: -88px;
    width: 342px;
  }

  .falcom-character--mail > img {
    width: 332px;
  }

  .falcom-character--estelle {
    left: -58px;
    width: 270px;
  }

  .falcom-character--estelle > img {
    width: 263px;
  }

  .falcom-character--kou {
    right: -54px;
    width: 210px;
  }

  .falcom-character--kou > img {
    width: 200px;
  }
}

/* =========================================================
   FALCOM SHRINE V0.4 — LE NUAGE DEVIENT LE BLOC
   L'illustration transparente remplace entièrement les ronds CSS.
   ========================================================= */
.falcom-cloud__art {
  position: absolute;
  z-index: 0;
  top: -56px;
  right: -48px;
  bottom: -58px;
  left: -48px;
  display: block;
  width: calc(100% + 96px);
  height: calc(100% + 114px);
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.falcom-character--estelle {
  top: 28px;
  left: -138px;
  width: 372px;
  height: 535px;
}

.falcom-character--estelle > img {
  top: 0;
  left: 0;
  width: 365px;
}

.falcom-pikkards {
  right: -72px;
  bottom: -94px;
  width: 220px;
}

@media (max-width: 720px) {
  .falcom-cloud__art {
    top: -46px;
    right: -40px;
    bottom: -50px;
    left: -40px;
    width: calc(100% + 80px);
    height: calc(100% + 96px);
  }

  .falcom-character--estelle {
    top: 34px;
    left: -108px;
    width: 322px;
    height: 475px;
  }

  .falcom-character--estelle > img {
    width: 315px;
  }

  .falcom-pikkards {
    right: -58px;
    bottom: -78px;
    width: 205px;
  }
}

/* =========================================================
   FALCOM SHRINE V0.5 — CONTENU INTÉGRÉ AU NUAGE
   Estelle passe devant le contenu et les mondes deviennent
   quatre destinations illustrées plutôt que quatre panneaux.
   ========================================================= */
.falcom-tabs span {
  padding-right: 7px;
  padding-left: 7px;
}

.falcom-character--estelle {
  left: -185px;
  z-index: 7;
}

.falcom-pikkards {
  right: 40px;
}

.falcom-intro,
.falcom-worlds {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.falcom-intro {
  padding: 14px 12px 8px;
}

.falcom-intro .falcom-placeholder-note {
  padding: 6px 8px;
  border: 0;
  border-left: 3px solid #b9cedd;
  background: rgba(237, 246, 252, .56);
}

.falcom-worlds {
  margin-top: 12px;
  padding: 8px 0 4px;
}

.falcom-worlds h2 {
  margin: 0 0 10px;
  padding: 5px 8px;
  border: 0;
  border-top: 1px dotted #8eb2ca;
  border-bottom: 1px dotted #8eb2ca;
  color: #4c89aa;
  background: transparent;
  box-shadow: none;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}

.falcom-worlds__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}

.falcom-world-link {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 122px;
  padding: 5px 2px 7px;
  flex-direction: column;
  align-items: center;
  color: #4d6d83;
  text-align: center;
  text-decoration: none;
}

.falcom-world-link::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 0;
  left: 7px;
  height: 1px;
  background: repeating-linear-gradient(90deg, #f39bc3 0 9px, transparent 9px 13px, #4fa8d8 13px 22px, transparent 22px 26px);
  opacity: .55;
}

.falcom-world-link:hover,
.falcom-world-link:focus-visible {
  color: #2e7298;
  background: rgba(255, 255, 255, .42);
  outline: 1px dotted #79a8c5;
  outline-offset: 1px;
}

.falcom-world-link__logo {
  display: flex;
  width: 100%;
  height: 67px;
  align-items: center;
  justify-content: center;
}

.falcom-world-link__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  filter: drop-shadow(1px 2px 0 rgba(98, 137, 163, .24));
}

.falcom-world-link__logo--legend {
  overflow: hidden;
  align-items: flex-start;
  padding-top: 9px;
}

.falcom-world-link__logo--legend img {
  width: 126px;
  max-width: none;
  max-height: none;
  clip-path: inset(0 0 42% 0);
}

.falcom-world-link--other .falcom-world-link__logo img {
  width: 98px;
  max-width: 98px;
}

.falcom-world-link__overline {
  position: absolute;
  top: 2px;
  color: #8a6b18;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: .4px;
}

.falcom-world-link--other .falcom-world-link__logo {
  padding-top: 10px;
}

.falcom-world-link__text {
  display: block;
  margin-top: 3px;
  font-size: 8px;
  line-height: 1.35;
}

@media (max-width: 720px) {
  .falcom-character--estelle {
    left: -148px;
  }

  .falcom-pikkards {
    right: 22px;
  }

  .falcom-worlds__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   FALCOM SHRINE V0.6 — FINITIONS DES MONDES
   Le logo Legend of Heroes est désormais un fichier déjà
   détouré ; les Pikkards habitent l'espace sous le statut.
   ========================================================= */
.falcom-world-link__logo--legend {
  overflow: visible;
  align-items: center;
  padding-top: 0;
}

.falcom-world-link__logo--legend img {
  width: auto;
  max-width: 100%;
  max-height: 57px;
  clip-path: none;
}

.falcom-content > .falcom-pikkards {
  /* Le PNG garde de la transparence au-dessus des personnages :
     ce décalage place leur silhouette juste sous le bandeau. */
  top: calc(100% - 88px);
  right: 56px;
  bottom: auto;
  width: 218px;
  z-index: 6;
}

/* =========================================================
   RÉTRO & MICRO-ORDINATEURS — BASE V0.1
   Une salle informatique intégrée à l'interface habituelle
   de JungleRoad : gris Windows, biseaux et écrans au phosphore.
   ========================================================= */
.retro-page {
  overflow: visible;
  padding-bottom: 15px;
  background: #c8c8c8;
}

.retro-hero {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-bottom: 3px solid;
  border-color: #fff #555 #555 #fff;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 3px),
    linear-gradient(135deg, #c9c9c9 0 58%, #b7b7b7 100%);
  box-shadow: inset 2px 2px 0 #e8e8e8, inset -2px -2px 0 #8b8b8b;
}

.retro-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background: repeating-linear-gradient(90deg, #0d775c 0 18px, #e8bb35 18px 24px, #7a256d 24px 30px, transparent 30px 35px);
  opacity: .76;
}

.retro-hero__copy {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 22px 0 22px 20px;
}

.retro-kicker {
  display: inline-block;
  margin: 0 0 8px;
  padding: 3px 7px;
  border: 2px solid;
  border-color: #effff7 #173f33 #173f33 #effff7;
  color: #d8ffcc;
  background: #245743;
  font: bold 9px/1.3 "Courier New", monospace;
  letter-spacing: .7px;
  text-shadow: 1px 1px 0 #000;
}

.retro-hero h1 {
  margin: 0 0 12px;
  color: #064f3b;
  font: bold 25px/1.05 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff;
}

.retro-hero__copy > p:not(.retro-kicker) {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.45;
}

.retro-boot {
  margin-top: 15px;
  padding: 9px 10px;
  border: 3px solid;
  border-color: #656565 #f4f4f4 #f4f4f4 #656565;
  color: #72dc78;
  background: #07150c;
  box-shadow: inset 0 0 11px rgba(52,255,89,.12);
  font: 9px/1.55 "Courier New", monospace;
}

.retro-boot span {
  display: block;
}

.retro-boot__ready {
  color: #f3ce54;
}

.retro-hero__computer {
  position: absolute;
  z-index: 1;
  top: 2px;
  right: -14px;
  width: 315px;
  height: 315px;
}

.retro-hero__computer img {
  display: block;
  width: 315px;
  height: auto;
  filter: drop-shadow(5px 7px 3px rgba(0,0,0,.34));
}

.retro-hero__machine-label {
  position: absolute;
  right: 26px;
  bottom: 12px;
  padding: 2px 5px;
  border: 1px solid #454545;
  color: #222;
  background: #dfdfd2;
  font: bold 8px/1.2 Arial, sans-serif;
  box-shadow: 1px 1px 0 #fff;
}

.retro-section-title {
  display: flex;
  margin-top: 6px;
  min-height: 27px;
  align-items: center;
  border: 2px solid;
  border-color: #5aa590 #003e2f #003e2f #5aa590;
  color: #fff;
  background: #08745a;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
  text-shadow: 1px 1px 0 #003a2c;
}

.retro-section-title > span {
  padding: 0 8px;
  color: #f3d04f;
  font-size: 14px;
}

.retro-section-title h2 {
  margin: 0;
  font: bold 11px/1.2 Verdana, Arial, sans-serif;
  letter-spacing: .4px;
}

.retro-current-machine {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 14px;
  padding: 14px;
  border: 2px solid;
  border-color: #fff #797979 #797979 #fff;
  background: #bebebe;
}

.retro-current-machine__screen {
  display: flex;
  min-height: 135px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 5px solid;
  border-color: #50504a #eeeede #eeeede #50504a;
  color: #79dc7d;
  background:
    repeating-linear-gradient(0deg, rgba(97,255,113,.05) 0 1px, transparent 1px 3px),
    #07130a;
  box-shadow: inset 0 0 16px rgba(69,255,87,.15);
  font: bold 10px/1.5 "Courier New", monospace;
  text-align: center;
}

.retro-current-machine__screen small {
  margin-top: 7px;
  color: #6e9671;
  font-size: 8px;
}

.retro-status-tag {
  display: inline-block;
  margin: 0 0 5px;
  padding: 2px 5px;
  color: #fff;
  background: #8a275f;
  font: bold 8px/1.3 Verdana, Arial, sans-serif;
}

.retro-current-machine h2 {
  margin: 0 0 3px;
  color: #07523e;
  font: bold 20px/1.1 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff;
}

.retro-current-machine__copy > p {
  margin: 0 0 8px;
  font-size: 10px;
  line-height: 1.42;
}

.retro-current-machine__copy .retro-meta {
  color: #755b29;
  font-size: 9px;
}

.retro-current-machine__copy a {
  color: #003fc0;
  font-weight: bold;
}

.retro-systems {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  padding: 10px;
  border: 2px solid;
  border-color: #fff #777 #777 #fff;
  background: #bcbcbc;
}

.retro-system {
  display: flex;
  min-width: 0;
  min-height: 116px;
  padding: 5px;
  flex-direction: column;
  align-items: center;
  border: 2px solid;
  border-color: #fff #777 #777 #fff;
  color: #164d40;
  background: #d6d6d6;
  box-shadow: inset 1px 1px 0 #ededed;
  text-align: center;
  text-decoration: none;
}

.retro-system:hover,
.retro-system:focus-visible {
  color: #fff;
  border-color: #444 #fff #fff #444;
  background: #18775f;
  outline: 1px dotted #111;
  outline-offset: -5px;
}

.retro-system__logo {
  display: flex;
  width: 100%;
  height: 66px;
  margin-bottom: 3px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid;
  border-color: #999 #fff #fff #999;
  background: rgba(255,255,255,.72);
}

.retro-system__logo img {
  display: block;
  width: auto;
  max-width: 96px;
  max-height: 62px;
  object-fit: contain;
  filter: drop-shadow(1px 1px 0 rgba(255,255,255,.7));
  transform: scale(1.7);
}

.retro-system__logo--wide img {
  max-width: 108px;
  max-height: 50px;
  transform: none;
}

.retro-system__name {
  font: bold 9px/1.3 Verdana, Arial, sans-serif;
}

.retro-system__state {
  margin-top: auto;
  padding-top: 4px;
  color: #727272;
  font: 7px/1.2 Verdana, Arial, sans-serif;
}

.retro-system:hover .retro-system__state,
.retro-system:focus-visible .retro-system__state {
  color: #d7f8e9;
}

.retro-logbook {
  padding: 9px;
  border: 2px solid;
  border-color: #fff #777 #777 #fff;
  background: #bebebe;
}

.retro-log-entry {
  display: grid;
  grid-template-columns: 27px 1fr auto;
  gap: 8px;
  padding: 7px 6px;
  align-items: center;
  border-bottom: 1px dotted #777;
}

.retro-floppy {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #111;
  background: #343d46;
  box-shadow: inset 5px 0 0 #6d7882, inset 0 -5px 0 #1c2228;
}

.retro-floppy::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 3px;
  left: 4px;
  height: 6px;
  background: #d8d5bd;
}

.retro-log-entry p,
.retro-log-entry small {
  margin: 0;
}

.retro-log-entry p {
  color: #164c3e;
  font-size: 10px;
}

.retro-log-entry p span {
  margin-left: 6px;
  color: #666;
  font-size: 8px;
}

.retro-log-entry small {
  font-size: 8px;
}

.retro-log-entry em {
  padding: 2px 5px;
  border: 1px solid #75541d;
  color: #4e3408;
  background: #f2cf55;
  font: bold 7px/1.3 Verdana, Arial, sans-serif;
  font-style: normal;
}

.retro-logbook__note {
  margin: 8px 3px 1px;
  color: #676767;
  font-size: 8px;
  text-align: center;
}

@media (max-width: 720px) {
  .retro-hero {
    min-height: 390px;
  }

  .retro-hero__copy {
    width: 64%;
    padding-left: 13px;
  }

  .retro-hero__computer {
    top: 86px;
    right: -72px;
    width: 295px;
  }

  .retro-hero__computer img {
    width: 295px;
  }

  .retro-current-machine {
    grid-template-columns: 1fr;
  }

  .retro-systems {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .retro-log-entry {
    grid-template-columns: 27px 1fr;
  }

  .retro-log-entry em {
    grid-column: 2;
    width: max-content;
  }
}

@media (max-width: 720px) {
  .falcom-content > .falcom-pikkards {
    top: calc(100% - 76px);
    right: 18px;
    bottom: auto;
    width: 190px;
  }
}

/* =========================================================
   MODS & BRICOLAGES — BASE V0.1
   Trois établis dans l'habillage normal de JungleRoad,
   avec fondus tramés façon Windows 98 entre image et texte.
   ========================================================= */
.mods-page {
  --mods-panel: #c6c6c6;
  overflow: hidden;
  padding-bottom: 10px;
  background: var(--mods-panel);
}

.mods-hero {
  display: grid;
  min-height: 210px;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 17px;
  padding: 18px 18px 16px;
  align-items: center;
  border-bottom: 3px solid;
  border-color: #fff #686868 #686868 #fff;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.07) 0 1px, transparent 1px 3px),
    linear-gradient(135deg, #d0d0d0 0 62%, #b6b6b6 100%);
  box-shadow: inset 2px 2px 0 #ededed, inset -2px -2px 0 #8a8a8a;
}

.mods-kicker {
  display: inline-block;
  margin: 0 0 8px;
  padding: 3px 7px;
  border: 2px solid;
  border-color: #ffe0b3 #542400 #542400 #ffe0b3;
  color: #fff;
  background: #a84a0d;
  font: bold 9px/1.3 Verdana, Arial, sans-serif;
  letter-spacing: .6px;
  text-shadow: 1px 1px 0 #542400;
}

.mods-hero h1 {
  margin: 0 0 11px;
  color: #174f43;
  font: bold 25px/1.08 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff;
}

.mods-hero__copy > p:not(.mods-kicker) {
  margin: 0 0 9px;
  font-size: 11px;
  line-height: 1.45;
}

.mods-hero__notice {
  border: 3px solid;
  border-color: #fff #666 #666 #fff;
  background: #bdbdbd;
  box-shadow: 3px 3px 0 rgba(0,0,0,.2);
}

.mods-hero__notice-bar {
  padding: 4px 6px;
  color: #fff;
  background: #075944;
  font: bold 9px/1.2 Verdana, Arial, sans-serif;
  letter-spacing: .4px;
  text-shadow: 1px 1px 0 #002d22;
}

.mods-hero__notice-body {
  padding: 10px 7px 8px;
  text-align: center;
}

.mods-hero__notice-body img {
  display: block;
  width: 158px;
  height: auto;
  margin: 0 auto 8px;
  image-rendering: pixelated;
}

.mods-hero__notice-body span {
  display: block;
  color: #555;
  font-size: 8px;
  line-height: 1.35;
}

.mods-section-title {
  display: flex;
  min-height: 29px;
  margin-top: 6px;
  padding: 0 8px;
  align-items: center;
  gap: 7px;
  border: 2px solid;
  border-color: #46a68d #003e2e #003e2e #46a68d;
  color: #fff;
  background: #08745a;
  text-shadow: 1px 1px 0 #00372a;
}

.mods-section-title > span {
  color: #ff8a24;
  font: bold 20px/1 Georgia, serif;
}

.mods-section-title h2 {
  margin: 0;
  font: bold 11px/1.2 Verdana, Arial, sans-serif;
  letter-spacing: .4px;
}

.mods-engine-list {
  padding: 9px;
  border: 2px solid;
  border-color: #fff #777 #777 #fff;
  background: #aeaeae;
}

.mods-engine {
  display: grid;
  min-height: 188px;
  grid-template-columns: 43% minmax(0, 1fr);
  overflow: hidden;
  border: 3px solid;
  border-color: #fff #696969 #696969 #fff;
  background: var(--mods-panel);
  box-shadow: 2px 2px 0 #8b8b8b;
}

.mods-engine + .mods-engine {
  margin-top: 10px;
}

.mods-engine__visual {
  position: relative;
  min-height: 188px;
  overflow: hidden;
  background: #111;
}

.mods-engine--goldsrc .mods-engine__visual {
  background:
    repeating-linear-gradient(0deg, rgba(255,154,58,.035) 0 1px, transparent 1px 3px),
    linear-gradient(135deg, #16120f, #3a251a);
}

.mods-engine--source .mods-engine__visual {
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 4px),
    linear-gradient(135deg, #11171a, #273238);
}

.mods-engine__banner {
  position: absolute;
  display: block;
}

.mods-engine__banner--hammer {
  top: 51px;
  left: 12px;
  width: 220px;
  height: auto;
  image-rendering: auto;
}

.mods-engine__banner--source {
  top: 57px;
  left: 12px;
  width: 222px;
  height: auto;
}

.mods-engine__banner--other {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.mods-engine__lambda {
  position: absolute;
  z-index: 2;
  display: block;
  height: auto;
  filter: drop-shadow(2px 3px 1px rgba(0,0,0,.5));
}

.mods-engine__lambda--goldsrc {
  right: 9px;
  bottom: 3px;
  width: 64px;
}

.mods-engine__lambda--source {
  right: 12px;
  bottom: 10px;
  width: 72px;
}

.mods-engine__dither {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 72px;
  pointer-events: none;
}

.mods-engine__fade {
  flex: 1 1 20%;
  height: 100%;
  image-rendering: pixelated;
}

.mods-engine__fade--12 {
  background: conic-gradient(from 45deg, var(--mods-panel) 0 12.5%, transparent 0 100%) 0 0 / 8px 8px;
}

.mods-engine__fade--25 {
  background: conic-gradient(var(--mods-panel) 0 25%, transparent 0 100%) 0 0 / 4px 4px;
}

.mods-engine__fade--50 {
  background: conic-gradient(from 90deg, var(--mods-panel) 0 25%, transparent 0 50%, var(--mods-panel) 0 75%, transparent 0 100%) 0 0 / 4px 4px;
}

.mods-engine__fade--75 {
  background: conic-gradient(var(--mods-panel) 0 75%, transparent 0 100%) 0 0 / 4px 4px;
}

.mods-engine__fade--100 {
  background: var(--mods-panel);
}

.mods-engine__copy {
  position: relative;
  z-index: 4;
  padding: 14px 14px 11px 7px;
}

.mods-engine__index {
  margin: 0 0 3px;
  color: #8a4a14;
  font: bold 8px/1.2 "Courier New", monospace;
}

.mods-engine__copy h2 {
  margin: 0 0 7px;
  color: #105744;
  font: bold 22px/1.05 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff;
}

.mods-engine__copy > p:not(.mods-engine__index) {
  margin: 0 0 10px;
  font-size: 10px;
  line-height: 1.45;
}

.mods-engine__links {
  display: flex;
  margin-bottom: 9px;
  flex-wrap: wrap;
  gap: 5px;
}

.mods-engine__links a {
  display: inline-block;
  padding: 3px 6px;
  border: 2px solid;
  border-color: #fff #6f6f6f #6f6f6f #fff;
  color: #003f94;
  background: #dedede;
  font-size: 8px;
  text-decoration: none;
}

.mods-engine__links a:hover,
.mods-engine__links a:focus-visible {
  border-color: #555 #fff #fff #555;
  color: #fff;
  background: #0a6c53;
  outline: 1px dotted #fff;
  outline-offset: -3px;
}

.mods-engine__copy small {
  color: #777;
  font: 7px/1.3 Verdana, Arial, sans-serif;
}

.mods-page__status {
  margin: 8px 9px 0;
  padding: 6px;
  border-top: 1px dotted #777;
  border-bottom: 1px dotted #777;
  color: #666;
  font-size: 8px;
  text-align: center;
}

@media (max-width: 720px) {
  .mods-hero {
    grid-template-columns: 1fr;
  }

  .mods-hero__notice {
    width: 190px;
    margin: 0 auto;
  }

  .mods-engine {
    grid-template-columns: 1fr;
  }

  .mods-engine__visual {
    min-height: 155px;
  }

  .mods-engine__dither {
    top: auto;
    left: 0;
    width: 100%;
    height: 58px;
    flex-direction: column;
  }

  .mods-engine__fade {
    width: 100%;
    height: auto;
  }

  .mods-engine__copy {
    padding: 12px;
  }
}

/* =========================================================
   ALTHARYS — PAGE D'ACCUEIL
   Une porte d'entrée sobre : le logo, Kael et le texte de
   présentation. Les autres contenus restent dans les rubriques.
   ========================================================= */
.altharys-page {
  overflow: hidden;
  background: var(--paper);
}

.altharys-home {
  min-height: 570px;
  padding-bottom: 24px;
  background:
    repeating-linear-gradient(0deg, rgba(30, 92, 65, .025) 0 1px, transparent 1px 4px),
    var(--paper);
}

.altharys-hero {
  position: relative;
  min-height: 326px;
  margin: 0 18px;
  overflow: hidden;
  border: 0;
  background: var(--paper);
  box-shadow: none;
}

.altharys-hero::after {
  content: none;
}

.altharys-hero__logo {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: block;
  width: 620px;
  max-width: 92%;
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter:
    drop-shadow(5px 6px 0 rgba(24, 38, 29, .72))
    drop-shadow(-1px -1px 0 rgba(255, 239, 170, .28));
}

.altharys-hero__background {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  image-rendering: pixelated;
}

.altharys-hero__dither {
  position: absolute;
  z-index: 2;
  display: flex;
  pointer-events: none;
}

.altharys-hero__dither--left,
.altharys-hero__dither--right {
  top: 0;
  bottom: 0;
  width: 94px;
}

.altharys-hero__dither--left {
  left: 0;
}

.altharys-hero__dither--right {
  right: 0;
}

.altharys-hero__dither--bottom {
  right: 0;
  bottom: 0;
  left: 0;
  height: 82px;
  flex-direction: column;
}

.altharys-hero__fade {
  flex: 1 1 20%;
  image-rendering: pixelated;
}

.altharys-hero__dither--left .altharys-hero__fade,
.altharys-hero__dither--right .altharys-hero__fade {
  height: 100%;
}

.altharys-hero__dither--bottom .altharys-hero__fade {
  width: 100%;
}

.altharys-hero__fade--12 {
  background: conic-gradient(from 45deg, var(--paper) 0 12.5%, transparent 0 100%) 0 0 / 8px 8px;
}

.altharys-hero__fade--25 {
  background: conic-gradient(var(--paper) 0 25%, transparent 0 100%) 0 0 / 4px 4px;
}

.altharys-hero__fade--50 {
  background: conic-gradient(from 90deg, var(--paper) 0 25%, transparent 0 50%, var(--paper) 0 75%, transparent 0 100%) 0 0 / 4px 4px;
}

.altharys-hero__fade--75 {
  background: conic-gradient(var(--paper) 0 75%, transparent 0 100%) 0 0 / 4px 4px;
}

.altharys-hero__fade--100 {
  background: var(--paper);
}

@keyframes altharys-kael-bounce {
  0%, 100% { transform: translateY(0) rotate(7deg); }
  38% { transform: translateY(-10px) rotate(10deg) scale(1.025); }
  68% { transform: translateY(2px) rotate(6deg); }
}

.altharys-copy {
  position: relative;
  margin: 7px 22px 0;
}

.altharys-divider {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: transparent;
}

.altharys-divider::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  left: 0;
  height: 4px;
  transform: translateY(-50%);
  background:
    linear-gradient(
      180deg,
      #dff2b9 0 1px,
      #43845a 1px 2px,
      #214f39 2px 3px,
      #8a4598 3px 4px
    );
  box-shadow: 1px 1px 0 rgba(255,255,255,.58), -1px -1px 0 rgba(59,72,61,.28);
}

.altharys-divider__art {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 431px;
  max-width: 100%;
  height: 73px;
  transform: translate(-50%, -50%);
}

.altharys-divider__art > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
}

.altharys-divider__dither {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: flex;
  width: 88px;
  pointer-events: none;
}

.altharys-divider__dither--left {
  left: 0;
}

.altharys-divider__dither--right {
  right: 0;
}

.altharys-divider__fade {
  flex: 1 1 20%;
  height: 100%;
  image-rendering: pixelated;
}

.altharys-divider__fade--12 {
  background: conic-gradient(from 45deg, var(--paper) 0 12.5%, transparent 0 100%) 0 0 / 8px 8px;
}

.altharys-divider__fade--25 {
  background: conic-gradient(var(--paper) 0 25%, transparent 0 100%) 0 0 / 4px 4px;
}

.altharys-divider__fade--50 {
  background: conic-gradient(from 90deg, var(--paper) 0 25%, transparent 0 50%, var(--paper) 0 75%, transparent 0 100%) 0 0 / 4px 4px;
}

.altharys-divider__fade--75 {
  background: conic-gradient(var(--paper) 0 75%, transparent 0 100%) 0 0 / 4px 4px;
}

.altharys-divider__fade--100 {
  background: var(--paper);
}

.altharys-divider--bottom {
  transform: rotate(180deg);
}

.altharys-copy__inner {
  padding: 2px 20px 1px;
}

.altharys-kicker {
  display: inline-block;
  margin: 0 0 9px;
  padding: 3px 8px;
  border: 2px solid;
  border-color: #fff #6f7f61 #6f7f61 #fff;
  color: #fff;
  background: #648a4c;
  font: bold 10px/1.3 Verdana, Arial, sans-serif;
  letter-spacing: .8px;
  text-shadow: 1px 1px 0 #28411d;
}

.altharys-copy h1 {
  margin: 0 0 16px;
  color: #74401d;
  font: bold 28px/1.15 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff;
}

.altharys-copy__inner > p:not(.altharys-kicker) {
  margin: 0 0 13px;
  color: #26362b;
  font-size: 16px;
  line-height: 1.58;
}

.altharys-direction {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  margin-top: 21px;
  padding: 10px 125px 10px 12px;
  border: 2px inset var(--win-mid);
  background: #eef3df;
}

.altharys-direction p {
  margin: 0;
  color: #344731;
  font-size: 13px;
  line-height: 1.45;
}

.altharys-direction__arrow {
  flex: 0 0 auto;
  color: #7b3b91;
  font: bold 24px/1 "Courier New", monospace;
  text-shadow: 1px 1px 0 #fff;
  animation: altharys-arrow-pulse 1.2s steps(2, end) infinite;
}

.altharys-direction__kael {
  position: absolute;
  z-index: 2;
  right: -8px;
  bottom: -8px;
  display: block;
  width: 112px;
  height: auto;
  transform: rotate(7deg);
  transform-origin: 50% 82%;
  filter: drop-shadow(3px 4px 1px rgba(67, 43, 21, .28));
  cursor: url("images/spo15.cur") 0 0, pointer;
}

.altharys-direction__kael:hover,
.altharys-direction__kael:focus-visible {
  animation: altharys-kael-bounce .52s ease-in-out;
}

.altharys-placeholder {
  min-height: 390px;
  padding: 42px 38px;
  color: #26362b;
  background:
    linear-gradient(rgba(255,255,255,.58), rgba(255,255,255,.58)),
    repeating-linear-gradient(0deg, rgba(30, 92, 65, .04) 0 1px, transparent 1px 4px),
    #edf1dd;
}

.altharys-placeholder h1 {
  margin: 0 0 18px;
  color: #74401d;
  font: bold 28px/1.15 Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 0 #fff;
}

.altharys-placeholder > p:not(.altharys-kicker) {
  max-width: 650px;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.58;
}

@keyframes altharys-arrow-pulse {
  50% { transform: translateX(-4px); }
}

@media (prefers-reduced-motion: reduce) {
  .altharys-direction__kael:hover,
  .altharys-direction__kael:focus-visible,
  .altharys-direction__arrow {
    animation: none;
  }
}

@media (max-width: 720px) {
  .altharys-hero {
    min-height: 274px;
    margin-right: 6px;
    margin-left: 6px;
  }

  .altharys-hero__logo {
    top: 50%;
    width: 510px;
    max-width: 94%;
    height: auto;
    transform: translate(-50%, -50%);
  }

  .altharys-hero__background {
    object-position: center 40%;
  }

  .altharys-hero__dither--left,
  .altharys-hero__dither--right {
    width: 66px;
  }

  .altharys-hero__dither--bottom {
    height: 62px;
  }

  .altharys-direction {
    min-height: 54px;
    padding-right: 102px;
  }

  .altharys-direction__kael {
    right: -6px;
    bottom: -6px;
    width: 92px;
  }

  .altharys-copy {
    margin-right: 12px;
    margin-left: 12px;
  }

  .altharys-divider {
    height: 44px;
  }

  .altharys-divider__dither {
    width: 68px;
  }

  .altharys-copy__inner {
    padding-right: 8px;
    padding-left: 8px;
  }

  .altharys-copy h1 {
    font-size: 24px;
  }

  .altharys-copy__inner > p:not(.altharys-kicker) {
    font-size: 15px;
  }

  .altharys-placeholder {
    min-height: 320px;
    padding: 30px 22px;
  }

  .altharys-placeholder h1 {
    font-size: 24px;
  }

  .altharys-placeholder > p:not(.altharys-kicker) {
    font-size: 15px;
  }
}
