@font-face {
  font-family: "NR";
  src: url("NR.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "VCR";
  src: url("VCR.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  background: white;
}

body {
  margin: 0;
  padding: 50px 20px;
  color: white;
  background: rgb(0, 0, 0);
  background-image: url('https://i.postimg.cc/J4ncDz5Q/1356123p588bbgb3x.jpg');
  background-repeat: repeat;

  font-family: Arial, Helvetica, sans-serif;
}



.site-wrapper {
  width: 980px;
  margin: 0 auto;
  /* background-color: #161616; */
  padding: 10px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 20px;
  /* background-image: url('https://i3.glitter-graphics.org/pub/163/163723tt33sv5pt3.jpg'); */
    background-repeat: repeat;
    background-color: #080808;
background-image: repeating-linear-gradient(
  135deg,
  #080808 0,
  #080808 6px,
  #0f0f0f 6px,
  #0f0f0f 12px
);
}

.body-corner-overlay {
  position: fixed;
  top: 0;
  left: 0;

  width: 300px;
  height: auto;

  z-index: 9998;

  pointer-events: none;
  user-select: none;

  display: block;
}

.site-wrapper::after {
  content: "";
  position: fixed;
  inset: 0;

  pointer-events: none;
  z-index: 9999;

background:
    repeating-linear-gradient(
      to bottom,
      transparent 0px,
      transparent 2px,
      rgba(0, 0, 0, 0.20) 3px,
      rgba(0, 0, 0, 0.20) 4px
    ),
    repeating-linear-gradient(
      to right,
      rgba(255, 0, 0, 0.025) 0px,
      rgba(255, 0, 0, 0.025) 1px,
      rgba(0, 255, 0, 0.015) 1px,
      rgba(0, 255, 0, 0.015) 2px,
      rgba(0, 0, 255, 0.025) 2px,
      rgba(0, 0, 255, 0.025) 3px
    );
}

/* Header */

.site-header {
  display: grid;
  grid-template-columns: 3fr 1.2fr;
  gap: 12px;
  margin-bottom: 14px;
    position: relative;
  overflow: visible;
}

.logo-box{
    height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #090a0f;
  border-radius: 20px 20px 0 0; 
    border: 1px solid rgb(209, 0, 0);  
}

.logo-box {
    background: url('https://i.postimg.cc/0ykQzbrn/1415214zyxlne802z.jpg');
    background-size: contain;
}

.logo-box img {
  margin: 0;
  max-height: 100%;
}

.header-extra {
  min-height: 125px;
  display: grid;
  gap: 5px;
}

.header-stamps,
.header-mini {
    max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #090a0f;
  text-align: center;
    border: 1px solid rgb(58, 58, 58);
}

.header-stamps {
  height: 60px;
}

.header-mini {
 height: 65px;
  background: #cf0000;
  border-radius: 30px 30px 0 0;
background-image: url('https://dl.glitter-graphics.com/pub/3360/3360061nsc1dy8af1.gif');
  background-repeat: repeat;
}

.site-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 180px;
  gap: 14px;
  align-items: stretch;
}

.center-column {
  min-width: 0;
}

.sidebar {
  max-height: 900px;
  padding: 18px 14px;
position: relative;
  color: white;
  background: #7c0101;
    border: 1px solid rgb(80, 80, 80);
  border-radius: 0 0 20px 20px;

  text-align: center;
}

.sidebar-section {
  margin-bottom: 120px;
}

.sidebar-section:last-child {
  margin-bottom: 0;
}

.sidebar h2 {
  margin: 0;

  font-size: 28px;
  line-height: 1.2;
}

.sidebar-divider{
  max-width: 100%;
  height: auto;
  margin-top: 14px;
}

/* Navigation */

.navigation {
  display: flex;
  flex-direction: column;
  gap: 42px;

  margin-top: 60px;
}

.navigation a {
  color: white;

  font-size: 24px;
  font-weight: bold;

  text-decoration: none;
}

.navigation a:hover {
  color: black;
}

/* Center top strip */

.blinkie-bar {
  min-height: 30px;
  margin-bottom: 14px;
    padding: 4px 0px;
  color: white;
  background: #090a0f;
  border:#313131 solid 1px;
}

/* Main content */

.main-content {
    height: 845px;

    overflow-y: auto;
  overflow-x: hidden;
  color: white;
  background: #000000;
    border-radius: 0 0 20px 20px;
    border: 1px solid rgb(63, 6, 6);
}

.main-content::-webkit-scrollbar {
  width: 12px;
}

.main-content::-webkit-scrollbar-track {
  background: #090a0f;
}

.main-content::-webkit-scrollbar-thumb {
  background: #d00000;
  border: 3px solid #090a0f;
  border-radius: 10px;
}

.welcome-section > h1 {
  margin: 0;

  font-size: 64px;
  text-align: center;
}


/* navigation */

.side-nav {
  width: 100%;
  max-height: 300px;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #d11919;
  scrollbar-width: thin;
  scrollbar-color: #d11919 #090a0f;
  background-image: url('https://i4.glitter-graphics.org/pub/178/178994s5fofj3y0w.jpg');
  background-repeat: repeat;
}

.side-nav__item {
  min-height: 35px;
  margin-bottom: 9px;
  padding: 7px 10px 7px 14px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  color: white;
  background: #090a0f;

  border: 1px solid #d11919;
    font-family: "NR", Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: lowercase;

  transition:
    background 0.15s ease,
    color 0.15s ease,
    transform 0.15s ease;
}

.side-nav__item:last-child {
  margin-bottom: 0;
}

.side-nav__item:hover,
.side-nav__item:focus-visible {
  color: #090a0f;
  background: #d11919;
  transform: translateX(-3px);
}

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

.side-nav__icon {
  width: 20pxx;
  height: 20px;

  flex: 0 0 auto;

  object-fit: contain;
  image-rendering: pixelated;
}

.side-nav::-webkit-scrollbar {
  width: 10px;
}

.side-nav::-webkit-scrollbar-track {
  background: #090a0f;
}

.side-nav::-webkit-scrollbar-thumb {
  background: #d11919;
  border: 2px solid #090a0f;
}

.side-nav::-webkit-scrollbar-thumb:hover {
  background: white;
}

/* site info section */

.site-info-card {
  position: relative;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  background: rgb(0, 0, 0);
  border: 1px solid #000000;
  color: #b0b0b0;
  font-family: "VCR", Arial, sans-serif;
  margin-top: 15px
}

.site-info-card__decoration {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
}

.site-info-card__decoration--top {
  top: 0;
}

.site-info-card__decoration--bottom {
  bottom: 0;
}


.site-info-card__content {
  position: relative;
  z-index: 1;
  padding: 32px 24px;
}

.site-info-card__content p {
  font-size: 10px;
}

/* header stamps */

.stamp-marquee {
  width: 280px;
  height: 60px;

  overflow: hidden;

  background: #090a0f;
  border: 1px solid #3a3a3a;
}

.stamp-marquee__track {
  width: max-content;
  height: 100%;

  display: flex;
  align-items: center;
  gap: 8px;

  animation: stamp-scroll 20s linear infinite;
}

.stamp-marquee__track img {
  height: 48px;
  width: auto;

  flex-shrink: 0;
  display: block;

  image-rendering: pixelated;
}

@keyframes stamp-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.stamp-marquee:hover .stamp-marquee__track {
  animation-play-state: paused;
}

/* blinkies */

.blinkie-marquee {
  width: 100%;

  overflow: hidden;
}

.blinkie-marquee__track {
  width: max-content;
  height: 100%;

  display: flex;

  animation: blinkie-scroll 45s linear infinite;
}

.blinkie-marquee__group {
  display: flex;
  align-items: center;
  gap: 8px;

  flex-shrink: 0;
  padding-right: 8px;
}

.blinkie-marquee__group img {
  height: 20px;
  width: auto;

  display: block;
  flex-shrink: 0;

  image-rendering: pixelated;
}

@keyframes blinkie-scroll {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.blinkie-marquee:hover .blinkie-marquee__track {
  animation-play-state: paused;
}

/* webmaster */

.webmaster-card {
  width: 100%;
  overflow: hidden;

  color: #f5f5f5;
  background: #09090d;
border: 1px solid #d00000;

  font-family: "NR", Arial, sans-serif;
}

.webmaster-card__header {
  padding: 9px 12px;

  color: white;
  background:
    repeating-linear-gradient(
      135deg,
      #8d0000 0,
      #8d0000 8px,
      #c00000 8px,
      #c00000 16px
    );

  border-bottom: 2px solid #1b1b1b;

  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: lowercase;

  text-shadow:
    2px 2px 0 #000,
    0 0 5px #ff0000;
}

.webmaster-card__body {
  padding: 12px;

  background:
    linear-gradient(rgba(5, 5, 8, 0.94), rgba(5, 5, 8, 0.94)),
    repeating-linear-gradient(
      to bottom,
      #111 0,
      #111 2px,
      #080808 2px,
      #080808 4px
    );
}


.webmaster-card__info {
    font-family: "VCR", Arial, sans-serif;
}

.webmaster-card__info p,
.webmaster-card__currently p {
  margin: 3px 0;
  font-size: 12px;
}

.webmaster-card span {
  color: #ff3131;
  font-weight: bold;
  text-transform: lowercase;
}

.webmaster-card__bio {
  margin: 0 0 12px;
  padding: 10px;

  color: #d8d8d8;
  background: #07070a;
    font-family: "VCR", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}


.webmaster-card__footer {
  padding: 7px 10px;

  color: #bfbfbf;
  background: #050507;

  border-top: 1px solid #d00000;

  font-size: 10px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: lowercase;
}

/* buttons */

.button-strip {
  width: 100%;
  margin-top: 14px;

  overflow: hidden;

background-image: url('https://i7.glitter-graphics.org/pub/1589/1589117saqe3av991.gif');
background-repeat: repeat;
  border: 1px solid #010101;
}


.button-marquee {
  width: 100%;
  height: 44px;
  overflow: hidden;
}

.button-marquee__track {
  width: max-content;
  height: 100%;

  display: flex;

  animation: button-scroll 28s linear infinite;
}

.button-marquee__group {
  display: flex;
  align-items: center;
  gap: 6px;

  flex-shrink: 0;
  padding-right: 6px;
}

.button-marquee__group img {
  height: 31px;
  width: auto;

  display: block;
  flex-shrink: 0;

  image-rendering: pixelated;
}

@keyframes button-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.button-marquee:hover .button-marquee__track {
  animation-play-state: paused;
}

/* updates */

.updates-box {
  position: relative;
  width: 100%;
  max-height: 170px;
  margin-top: 14px;
  overflow-y: auto;
  overflow-x: hidden;
  color: #eeeeee;
  background: #000000;
 overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid black;
}

.updates-box__decoration {
  width: 100%;
  height: auto;

  display: block;

  pointer-events: none;
  user-select: none;
}

.updates-box__decoration--top {
  position: sticky;
  top: 0;
  z-index: 2;
}

.updates-box__decoration--bottom {
  position: sticky;
  bottom: 0;
  z-index: 2;
}

.updates-box__content {
  padding: 8px 10px;

  background:
    repeating-linear-gradient(
      to bottom,
      #09090d 0,
      #09090d 3px,
      #111116 3px,
      #111116 6px
    );
}

.update-entry {
  padding: 8px 0;
  border-bottom: 1px dashed #7a0000;
}

.update-entry:last-child {
  border-bottom: 0;
}

.update-entry time {
  display: block;
  margin-bottom: 3px;

  color: #ff3131;

  font-family: "NR", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.update-entry p {
  margin: 0;
  font-family: "VCR", Arial, sans-serif;

  font-size: 11px;
  line-height: 1.4;
}

.updates-box__header {
  padding: 7px 10px;
  flex-shrink: 0;

  color: white;
  background: rgba(120, 0, 0, 0.92);

  border-bottom: 1px solid black;

  font-family: "NR", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: lowercase;

  text-shadow:
    1px 1px 0 black,
    0 0 4px red;
}

/* todo */

.todo-box {
  width: 100%;
  height: 200px;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;

  color: white;

  background-color: #09090d;
  background-image: url("https://64.media.tumblr.com/6ac574ab2e53f79e01b85dc206a59cc4/2814a9ff8d4f45a0-c1/s250x400/c37f5be016c4ac102e8c4eeeadf0e28ae700fa95.gifv");
  background-repeat: repeat;

  border: 1px solid black;
}

.todo-box__header {
  padding: 7px 10px;
  flex-shrink: 0;

  color: white;
  background: rgba(0, 0, 0, 0.92);

  border-bottom: 1px solid rgb(65, 3, 3);

  font-family: "NR", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: lowercase;

  text-shadow:
    1px 1px 0 black,
    0 0 4px red;
}

.todo-box__scroll {
  min-height: 0;
  padding: 10px;

  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;

  background: rgba(0, 0, 0, 0.55);
  background-image: url("https://64.media.tumblr.com/6ac574ab2e53f79e01b85dc206a59cc4/2814a9ff8d4f45a0-c1/s250x400/c37f5be016c4ac102e8c4eeeadf0e28ae700fa95.gifv");
  background-repeat: repeat;
}

.todo-list {
  margin: 0;
  padding: 0;

  list-style: none;
}

.todo-list li {
  position: relative;

  margin-bottom: 8px;
  padding: 1px 8px 1px 28px;
  font-family: "VCR", Arial, sans-serif;
  color: #eeeeee;

  font-size: 11px;
  line-height: 1.35;
}

.todo-list li:last-child {
  margin-bottom: 0;
}

.todo-list li::before {
  content: "";

  position: absolute;
  left: 7px;
  top: 50%;

  width: 14px;
  height: 14px;

  background-image: url("https://i.imgur.com/4CzsKFY.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transform: translateY(-50%);
}

/* site tech info */

.tech-info-panel {
  width: 100%;
  overflow: hidden;
  margin-top: 14px;
  color: white;
  background: black;

  border: 1px solid black;
}

.tech-info-panel__title {
  padding: 8px 10px;

  color: white;

  background-color: #660000;
  background-image: url("https://64.media.tumblr.com/7302b34d3d9c1c4bda7b0c65c36ce8ef/476acd39e8d77265-88/s250x400/c4d6d3ddd45cb2c24bcf8bb18c00bb18827e1316.gifv");
  background-repeat: repeat;

  border-bottom: 1px solid black;

  font-family: "NR", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: lowercase;

  text-shadow:
    1px 1px 0 black,
    0 0 4px red;
}

.tech-info-panel__body {
  padding: 10px;
  background: #050505;
}

.tech-info-panel__list {
  margin: 0;
}

.tech-info-panel__row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 6px;

  padding: 6px 0;

  border-bottom: 1px dashed #3a3a3a;
}

.tech-info-panel__row:last-child {
  border-bottom: 0;
}

.tech-info-panel__row dt {
  margin: 0;

  color: #ff3131;

  font-family: "NR", Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: lowercase;
}

.tech-info-panel__row dd {
  margin: 0;

  color: #d7d7d7;
  font-family: "VCR", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.35;
  text-align: right;
}

.mobile-warning-box {
  width: 100%;
  padding: 3px;
  margin-top: 14px;
  color: white;
  background-color: #8b0000;
  background-image: url("https://i5.glitter-graphics.org/pub/845/845105qsa2te9abl.gif");
  background-repeat: repeat;

  border: 1px solid black;

  font-family: "NR", Arial, sans-serif;
  text-align: center;
}

.mobile-warning-box h2 {
  margin: 0 0 2px;

  color: #ff2020;

  font-size: 18px;
  text-transform: uppercase;

  text-shadow:
    2px 2px 0 black,
    0 0 6px red;
}

.mobile-warning-box p {
  margin: 0 0 8px;
  padding: 8px;
  font-family: "VCR", Arial, sans-serif;
  color: #eeeeee;
  background: rgba(0, 0, 0, 0.82);

  border: 1px solid #3a0000;

  font-size: 11px;
  line-height: 1.4;
}

.mobile-warning-box strong {
  display: block;

  color: white;

  font-size: 13px;
  text-transform: uppercase;

  text-shadow:
    1px 1px 0 black,
    0 0 5px red;
}

/* STICKERS */

.sticker1 {
  position: absolute;

  width: auto;
  height: 300px;

  bottom: -50px;
  right: -75px;

  z-index: 20;

  pointer-events: none;
  user-select: none;
}

/* guestbook */

.guestbook-sticker {
  position: absolute;

  /* Change these to move it around */
  top: -22px;
  right: -75px;

  z-index: 50;

  padding: 0;
  border: 0;
  background: transparent;

  cursor: pointer;

  transform: rotate(8deg);
  transform-origin: center;

  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.guestbook-sticker img {
  width: 170px;
  height: auto;

  display: block;

  image-rendering: pixelated;
}

.guestbook-sticker:hover,
.guestbook-sticker:focus-visible {
  transform: rotate(3deg) scale(1.04);

  filter:
    drop-shadow(0 0 4px #ff0000)
    drop-shadow(3px 4px 0 rgba(0, 0, 0, 0.7));
}

.guestbook-sticker:active {
  transform: rotate(1deg) scale(0.97);
}

.guestbook-sticker:focus-visible {
  outline: 2px dashed #ff3131;
  outline-offset: 5px;
}

.guestbook-modal {
  width: min(850px, 90vw);
  height: min(750px, 88vh);

  padding: 0;

  color: white;
  background: transparent;

  border: 0;
  overflow: visible;
}

.guestbook-modal::backdrop {
  backdrop-filter: blur(3px);
}

.guestbook-modal__window {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  background: #000000;
  border: 1px solid #d00000;
  border-radius: 16px;

  box-shadow:
    0 0 25px rgba(255, 0, 0, 0.5);
}

.guestbook-modal__header {
  min-height: 46px;
  padding: 7px 10px 7px 16px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  color: white;

  background:
    repeating-linear-gradient(
      135deg,
      #7a0000 0,
      #7a0000 8px,
      #bd0000 8px,
      #bd0000 16px
    );

  border-bottom: 2px solid black;

  font-family: "NR", Arial, sans-serif;
  font-size: 16px;
  text-transform: lowercase;

  text-shadow:
    1px 1px 0 black,
    0 0 5px red;
}

.guestbook-modal__close {
  width: 32px;
  height: 32px;
  padding: 0;

  color: white;
  background: #090a0f;

  border: 1px solid white;
  border-radius: 4px;

  font-size: 25px;
  line-height: 1;

  cursor: pointer;
}

.guestbook-modal__close:hover {
  color: black;
  background: white;
}

.guestbook-modal__frame {
  width: 100%;
  min-height: 0;

  flex: 1;

  background: white;
  border: 0;
}

.cursor-glitter {
  position: fixed;
  left: 0;
  top: 0;

  z-index: 10001;

  pointer-events: none;
  user-select: none;

  font-size: 13px;
  line-height: 1;

  text-shadow:
    0 0 3px currentColor,
    0 0 7px currentColor;

  transform: translate(-50%, -50%);

  animation: glitter-fall 700ms ease-out forwards;
}

@keyframes glitter-fall {
  0% {
    opacity: 1;

    transform:
      translate(-50%, -50%)
      translate(0, 0)
      rotate(0deg)
      scale(1);
  }

  100% {
    opacity: 0;

    transform:
      translate(-50%, -50%)
      translate(var(--glitter-x), var(--glitter-y))
      rotate(var(--glitter-rotation))
      scale(0.2);
  }
}

.home-updates-grid {
  height: 430px;

  display: grid;
  grid-template-columns:
    minmax(0, 1.6fr)
    minmax(230px, 1fr);

  grid-template-rows:
    minmax(0, 1fr)
    minmax(0, 1fr);

  gap: 14px;
  margin-top: 10px;
}

.recent-journal,
.new-features,
.website-button-box {
  min-width: 0;
  min-height: 0;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  background:
    linear-gradient(
      rgba(5, 5, 8, 0.96),
      rgba(5, 5, 8, 0.96)
    ),
    repeating-linear-gradient(
      to bottom,
      #111111 0,
      #111111 2px,
      #080808 2px,
      #080808 4px
    );

  border: 1px solid #61070b;
}

/* Journal fills the full height of both right-side boxes. */

.recent-journal {
  grid-column: 1;
  grid-row: 1 / 3;
}

/* Right-side boxes */

.new-features {
  grid-column: 2;
  grid-row: 1;
}

.website-button-box {
  grid-column: 2;
  grid-row: 2;
}

/* Shared headers */

.home-section-header {
  margin: 0;
  padding: 8px 12px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  flex: 0 0 auto;

  background-color: #080808;
  background-image:
    repeating-linear-gradient(
      to right,
      transparent 0,
      transparent 22px,
      rgba(176, 0, 0, 0.45) 22px,
      rgba(176, 0, 0, 0.45) 28px,
      transparent 28px,
      transparent 34px,
      rgba(255, 255, 255, 0.08) 34px,
      rgba(255, 255, 255, 0.08) 36px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 22px,
      rgba(176, 0, 0, 0.45) 22px,
      rgba(176, 0, 0, 0.45) 28px,
      transparent 28px,
      transparent 34px,
      rgba(255, 255, 255, 0.08) 34px,
      rgba(255, 255, 255, 0.08) 36px
    );
  background-size: 36px 36px;


  border-bottom: 1px solid #61070b;
}

.home-section-header h2 {
  margin: 0;

  color: #ffffff;

  font-family: "NR", monospace;
  font-size: 16px;
  font-weight: normal;
  text-transform: lowercase;
}

.home-section-header a {
  color: #ffffff;

  font-family: "VCR", monospace;
  font-size: 9px;
  text-transform: lowercase;
}

.home-section-header a:hover,
.home-section-header a:focus-visible {
  color: #ff3131;
}

/* Internally scrolling content */

.recent-journal__scroll,
.new-features__scroll,
.website-button-box__scroll {
  min-height: 0;
  flex: 1 1 auto;

  overflow-y: auto;
  overflow-x: hidden;

  scrollbar-width: thin;
  scrollbar-color: #8e0008 #090909;
}

.recent-journal__scroll::-webkit-scrollbar,
.new-features__scroll::-webkit-scrollbar,
.website-button-box__scroll::-webkit-scrollbar {
  width: 8px;
}

.recent-journal__scroll::-webkit-scrollbar-track,
.new-features__scroll::-webkit-scrollbar-track,
.website-button-box__scroll::-webkit-scrollbar-track {
  background: #090909;
}

.recent-journal__scroll::-webkit-scrollbar-thumb,
.new-features__scroll::-webkit-scrollbar-thumb,
.website-button-box__scroll::-webkit-scrollbar-thumb {
  background: #8e0008;
  border: 2px solid #090909;
}

.recent-journal__scroll::-webkit-scrollbar-thumb:hover,
.new-features__scroll::-webkit-scrollbar-thumb:hover,
.website-button-box__scroll::-webkit-scrollbar-thumb:hover {
  background: #d00000;
}

/* Journal posts */

.recent-journal__posts {
  padding: 10px;

  display: grid;
  gap: 10px;
}

/* New things list */

.new-features__list {
  margin: 0;
  padding: 0;

  background: #080808;
}

.new-features__item {
  min-width: 0;
  padding: 7px 10px;

  display: flex;
  align-items: center;
  gap: 8px;

  color: #dedede;
  background: transparent;

  border: 0;
  border-bottom: 1px dashed #4a0b0e;

  font-family: "VCR", monospace;
  font-size: 11px;
  line-height: 1.35;
  text-decoration: none;

  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    padding-left 0.15s ease;
}

.new-features__item:last-child {
  border-bottom: 0;
}

.new-features__item:hover,
.new-features__item:focus-visible {
  padding-left: 14px;

  color: #ffffff;
  background: #210507;

  outline: none;
}

.new-features__symbol {
  width: 16px;
  flex: 0 0 16px;

  color: #d00000;

  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1;
  text-align: center;

  text-shadow: 0 0 4px currentColor;
}

.new-features__text {
  min-width: 0;
}

.new-features__text strong {
  display: inline;

  color: #ffffff;

  font-family: "NR", monospace;
  font-size: 12px;
  font-weight: normal;
  text-transform: lowercase;
}

.new-features__text small {
  display: block;
  margin-top: 2px;

  color: #8f8f8f;

  font-family: "VCR", monospace;
  font-size: 9px;
  line-height: 1.35;
}

/* Website button box */

.website-button-box__scroll {
  padding: 12px;

  text-align: center;
}

.website-button-box__scroll p {
  margin: 0 0 10px;

  color: #a9a9a9;

  font-family: "VCR", monospace;
  font-size: 10px;
  line-height: 1.4;
}

.website-button-box__button {
  width: fit-content;

  display: block;

  margin: 0 auto 12px;
}

.website-button-box__button img {
  width: 88px;
  height: 31px;

  display: block;

  image-rendering: pixelated;

  transition:
    filter 0.15s ease,
    transform 0.15s ease;
}

.website-button-box__button:hover img,
.website-button-box__button:focus-visible img {
  filter: brightness(1.25);
  transform: scale(1.05);
}

.website-button-box__scroll label {
  display: block;

  margin-bottom: 5px;

  color: #ff3131;

  font-family: "VCR", monospace;
  font-size: 9px;
  text-align: left;
  text-transform: lowercase;
}

.website-button-box__scroll textarea {
  width: 100%;
  height: 0px;
  min-height: 60px;
  padding: 7px;

  display: block;

  resize: vertical;

  color: #d6d6d6;
  background: #030303;

  border: 1px solid #61070b;

  font-family: monospace;
  font-size: 10px;
  line-height: 1.4;

  scrollbar-width: thin;
  scrollbar-color: #8e0008 #090909;
}

.website-button-box__scroll textarea:focus {
  border-color: #d00000;
  outline: 1px solid #d00000;
  outline-offset: 2px;
}


/* ENTIRE CAMERA SECTION */

.camera-area {
  position: relative;
  width: 100%;
  margin-top: 10px;
}


/* CAMERA TAKES THE REMAINING WIDTH */

.camera-widget {
  position: relative;
  width: calc(100% - 170px);
  margin-left: 170px;
}


/* FRAME STAYS IN NORMAL FLOW AND CREATES THE HEIGHT */

.camera-widget__frame {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}


/* PHOTO SCREEN INSIDE THE FRAME */

.camera-widget__screen {
  position: absolute;
  left: 10%;
  top: 22.5%;
  width: 58%;
  height: 63%;
  overflow: hidden;
  background: black;
  z-index: 1;
}

.camera-widget__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(40%);
  opacity: 0;
  transition: opacity 0.8s ease;
}

.camera-widget__photo.is-active {
  opacity: 1;
}


/* BLINKIES MATCH THE CAMERA HEIGHT */

.blinkies-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: 10px;
}

.blinkies-box img {
  display: block;
  width: 150px;
  height: auto;
  border: 1px solid #660000;
}

/* Firefox */
.blinkies-box {
  scrollbar-width: thin;
  scrollbar-color: #d40000 #111;
}

/* Chrome, Edge, Safari */
.blinkies-box::-webkit-scrollbar {
  width: 10px;
}

.blinkies-box::-webkit-scrollbar-track {
  background: #111;
  border-left: 1px solid #5a0000;
}

.blinkies-box::-webkit-scrollbar-thumb {
  background: linear-gradient(#ff1a1a, #8b0000);
  border: 1px solid #ff3b3b;
  border-radius: 0;
}

.blinkies-box::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(#ff3b3b, #b00000);
}

.blinkies-box::-webkit-scrollbar-button {
  display: none;
}

#random-page-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

#random-page-button img {
  display: block;
  width: 100%;
  height: auto;
}

#random-page-button:hover img {
  filter: brightness(1.15);
}

#random-page-button:active img {
  transform: translateY(2px);
}