:root {
    --accent-color: #fff;
    --bg-color: #008ee8;
    --text-color: #fff;
    --link-color: #000;
}
body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: monospace;
    border-top: 9px dashed var(--accent-color);
    box-sizing: border-box;    
}
.page h1:first-child {
    margin-top: 0;
}
iframe {
    border: none;
    height: 100%;
    width: 100%;
}
.page {
    background-color: var(--bg-color);
    padding: 24px;
}
img {
    max-width: 100%;
}
a {
    color: var(--link-color);
}
.wrapper {
    position: relative;
    top: 40%;
    margin: auto;
    margin-top: -200px;
    width: 1190px;
    height: 600px;
    display: flex;
    gap: 20px; 
}
h1, h2, h3, h4 {
    color: var(--accent-color);
}
h1 {
    font-size: 20px;
    background: var(--accent-color);
    color: var(--bg-color);
    display: inline-block;
    padding: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h5 {
    font-size: 60px;
    background: var(--accent-color);
    color: var(--bg-color);
    display: inline-block;
    padding: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    border-bottom: 1px dashed var(--accent-color);
    padding-bottom: 4px;
    margin-top: 2rem;
}
.border {
    padding: 2px;
    border: 1px solid var(--accent-color);
}
th, td {
    padding: 6px 12px;
    vertical-align: top;
}
th {
    background: var(--accent-color);
    color: var(--bg-color);
}
.width-50 {
    width: 50%;
}
.flip-frame {
  position: relative;
  width: 200px;
  aspect-ratio: 200 / 200;
  overflow: hidden;
  cursor: pointer;
}
.flip-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: flip-cycle 1.6s steps(1) infinite;
  animation-play-state: paused;
}
.flip-frame img:first-child {
  opacity: 1;
}
.flip-frame:hover img {
  animation-play-state: running;
}
.flip-frame img:nth-child(1) { animation-delay: 0s; }
.flip-frame img:nth-child(2) { animation-delay: -0.4s; }
.flip-frame img:nth-child(3) { animation-delay: -0.8s; }
.flip-frame img:nth-child(4) { animation-delay: -1.2s; }
@keyframes flip-cycle {
  0%   { opacity: 1; }
  25%  { opacity: 0; }
  100% { opacity: 0; }
}
.flip-frame-row {
  display: flex;
  gap: 10px;
}
.flip-frame-row > * {
  min-width: 0;
}

.cursor-tooltip {
  position: fixed;
  pointer-events: none;
  display: none;
  font-size: 20px;
  background: var(--accent-color);
  color: var(--bg-color);
  padding: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 10;
}
.flip-frame-hover {
  position: relative;
  width: 250px;
  aspect-ratio: 250 / 375;
  overflow: hidden;
  cursor: pointer;
}
.flip-frame-hover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.flip-frame-hover img:first-child {
  opacity: 1;
  z-index: 2;
}
.flip-frame-hover img:last-child {
  opacity: 0;
  z-index: 1;
}
.flip-frame-hover:hover img:first-child {
  opacity: 0;
}
.flip-frame-hover:hover img:last-child {
  opacity: 1;
}
.flip-frame-hover-tv {
  position: relative;
  width: 150px;
  aspect-ratio: 150 / 225;
  overflow: hidden;
  cursor: pointer;
}
.flip-frame-hover-tv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.flip-frame-hover-tv img:first-child {
  opacity: 1;
  z-index: 2;
}
.flip-frame-hover-tv img:last-child {
  opacity: 0;
  z-index: 1;
}
.flip-frame-hover-tv:hover img:first-child {
  opacity: 0;
}
.flip-frame-hover-tv:hover img:last-child {
  opacity: 1;
}
.game-frame {
  width: 300px;
  aspect-ratio: 300 / 450;
  overflow: hidden;
}
.game-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mascot-frame {
  width: 100px;
  aspect-ratio: 100 / 100;
  overflow: hidden;
}
.mascot-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-block {
  display: flex;
  gap: 20px;
  align-items: center;
}
.intro-block img {
  width: 150px;
  aspect-ratio: 150 / 150;
  object-fit: cover;
  flex-shrink: 0;
}
.cursor-image-preview {
  position: fixed;
height: 150px;
  pointer-events: none;
  display: none;
  z-index: 10;
}
.cursor-image-preview img {
  max-width: 200px;
  height: auto;
  display: block;
  border: 1px solid var(--accent-color);
}
.year-list details {
  margin-bottom: 8px;
  padding-bottom: 4px;
}
.year-list summary {
  cursor: pointer;
  color: var(--bg-color);
  background: var(--accent-color);
  display: inline-block;
  padding: 4px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  list-style: none;
}
.year-list summary::-webkit-details-marker {
  display: none;
}
.year-list summary::before {
  content: "- ";
}
.year-list summary::after {
  content: " +";
}
.year-list details[open] summary::after {
  content: " -";
}
.year-list ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0 0 0 16px;
}
.year-list ul li::before {
  content: "-- ";
  color: var(--accent-color);
}
.speech-bubble {
      position: relative; 
      background: #008ee8; 
      
      border-top: 1.2px dashed #fff;
      border-right: 1.2px dashed #fff;
      border-bottom: 1.2px dashed #fff;
      border-left: none;
      
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
      padding: 16px 16px 16px 16px; 
    }

    .speech-bubble p {
      color: #fff; 
      margin: 0; 
      font-size: 12px;
        text-align: justify;
    }

    .speech-bubble::before {
      content: "";
      position: absolute;
      left: -12px;
      top: 0;
      bottom: 0;
      width: 12px;
      background: #008ee8;
        
      border-top: 1.2px dashed #fff;
      border-bottom: 1.2px dashed #fff;
      border-left: 1.2px dashed #fff;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
      
      mask-image: linear-gradient(to bottom, #fff 0% 35%, transparent 35% 65%, #fff 65% 100%);
      -webkit-mask-image: linear-gradient(to bottom, #fff 0% 65%, transparent 65% 35%, #fff 65% 100%);
    }

    .speech-bubble::after {
      content: "";
      position: absolute;
      left: -18px;
      top: 50%;
      transform: translateY(-50%) rotate(-45deg); 
      width: 10px;
      height: 10px;
      background: #008ee8;
      
      border-top: 1.2px dashed #fff;
      border-left: 1.2px dashed #fff;
    }