::selection {

    background: rgba(126, 30, 48, 0.88);

    color: #dffbff;

    text-shadow: none;

}

::-moz-selection {

    background: rgba(126, 30, 48, 0.88);

    color: #dffbff;

    text-shadow: none;

}

html, body {

    width: 100%;

    height: 100%;

    margin: 0;

	line-height: 1.4em;

}

body {

    font-size: 14pt;

    font-family: monospace;

    color: white;

    position: relative;

    isolation: isolate;

    overflow-x: hidden;

    background:
      linear-gradient(90deg, rgba(0, 126, 186, 0.24) 0%, rgba(6, 10, 18, 0.58) 42%, rgba(6, 10, 18, 0.58) 58%, rgba(178, 38, 38, 0.24) 100%),
      radial-gradient(circle at 14% 20%, rgba(0, 181, 255, 0.2), transparent 56%),
      radial-gradient(circle at 86% 20%, rgba(255, 67, 67, 0.2), transparent 56%),
      radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.08), transparent 62%),
      #02040a;
    background-color: #02040a;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

body.page-cursor-pluma-activo,
body.page-cursor-pluma-activo * {

    cursor: none !important;

}

.page-cursor-pluma {

    position: fixed;

    left: 0;

    top: 0;

    width: 44px;

    height: 44px;

    opacity: 0;

    pointer-events: none;

    z-index: 20000;

    transform: translate(-33px, -38px);

    transition: opacity 120ms ease;

    will-change: left, top, opacity;

}

.page-cursor-pluma.activa {

    opacity: 1;

}

.page-cursor-pluma::before {

    content: "";

    position: absolute;

    inset: 0;

    display: block;

    background-repeat: no-repeat;

    background-position: center;

    background-size: contain;

    background-image: url("../1p_scrib/game/img/pluma_azul.png");

    image-rendering: pixelated;

    image-rendering: crisp-edges;

    transform: rotate(-14deg);

    transform-origin: center;

    filter: drop-shadow(0 0 0.28em rgba(55, 236, 255, 0.95)) drop-shadow(0 0 0.58em rgba(55, 236, 255, 0.6));

    animation: pageCursorPlumaGlow 1.35s ease-in-out infinite;

    transition: transform 90ms ease;

}

.page-cursor-pluma.is-pressing::before {

    transform: rotate(-8deg) scale(0.94);

}

@keyframes pageCursorPlumaGlow {

    0%,
    100% {

        filter: drop-shadow(0 0 0.24em rgba(55, 236, 255, 0.9)) drop-shadow(0 0 0.52em rgba(55, 236, 255, 0.52));

    }

    50% {

        filter: drop-shadow(0 0 0.34em rgba(55, 236, 255, 1)) drop-shadow(0 0 0.74em rgba(55, 236, 255, 0.74));

    }

}

@media (pointer: coarse) {

    body.page-cursor-pluma-activo,
    body.page-cursor-pluma-activo * {

        cursor: auto !important;

    }

    .page-cursor-pluma {

        display: none !important;

    }

}

#background-effects {

    position: fixed;

    inset: 0;

    z-index: 0;

    overflow: hidden;

    pointer-events: none;

}

.aquarium-glow,
.aquarium-current,
.aquarium-shimmer,
.aquarium-bloom {

    position: absolute;

    display: block;

    pointer-events: none;

    mix-blend-mode: screen;

}

.aquarium-glow {

    width: 70vw;

    height: 80vh;

    border-radius: 50%;

    filter: blur(34px);

    opacity: 0.42;

}

.aquarium-glow--blue {

    left: -18vw;

    top: -10vh;

    background:
      radial-gradient(circle at 42% 44%, rgba(150, 246, 255, 0.48) 0 15%, rgba(73, 211, 255, 0.34) 28%, rgba(16, 116, 212, 0.18) 48%, rgba(0, 0, 0, 0) 74%);

    animation: aquariumDriftBlue 24s ease-in-out infinite;

}

.aquarium-glow--red {

    right: -18vw;

    top: -8vh;

    background:
      radial-gradient(circle at 58% 42%, rgba(255, 195, 195, 0.4) 0 14%, rgba(255, 109, 109, 0.28) 30%, rgba(193, 28, 28, 0.18) 52%, rgba(0, 0, 0, 0) 76%);

    animation: aquariumDriftRed 26s ease-in-out infinite;

}

.aquarium-current {

    width: 108vw;

    height: 36vh;

    border-radius: 50%;

    filter: blur(28px);

    opacity: 0.24;

}

.aquarium-current--one {

    left: -12vw;

    top: 14vh;

    transform: rotate(-6deg);

    background:
      linear-gradient(90deg, rgba(66, 216, 255, 0) 0%, rgba(66, 216, 255, 0.1) 14%, rgba(73, 201, 255, 0.26) 30%, rgba(235, 251, 255, 0.14) 48%, rgba(255, 160, 160, 0.16) 72%, rgba(255, 83, 83, 0.08) 86%, rgba(255, 83, 83, 0) 100%);

    animation: aquariumCurrentOne 20s ease-in-out infinite;

}

.aquarium-current--two {

    left: -4vw;

    bottom: 10vh;

    transform: rotate(8deg);

    background:
      linear-gradient(90deg, rgba(66, 216, 255, 0) 0%, rgba(66, 216, 255, 0.06) 12%, rgba(140, 238, 255, 0.18) 28%, rgba(255, 249, 252, 0.12) 50%, rgba(255, 170, 170, 0.14) 74%, rgba(255, 83, 83, 0.08) 88%, rgba(255, 83, 83, 0) 100%);

    animation: aquariumCurrentTwo 24s ease-in-out infinite;

}

.aquarium-shimmer {

    left: -18%;

    top: -24%;

    width: 136%;

    height: 148%;

    opacity: 0.12;

    filter: blur(10px);

    background:
      repeating-linear-gradient(108deg,
        rgba(255, 255, 255, 0) 0 8%,
        rgba(255, 255, 255, 0.05) 10% 11.5%,
        rgba(255, 255, 255, 0) 14% 21%);

    animation: aquariumShimmer 18s linear infinite;

}

.aquarium-bloom {

    width: min(22vw, 18rem);

    height: min(22vw, 18rem);

    border-radius: 50%;

    filter: blur(18px);

    opacity: 0.2;

}

.aquarium-bloom--blue {

    left: 12%;

    top: 46%;

    background: radial-gradient(circle, rgba(126, 243, 255, 0.3) 0, rgba(31, 166, 241, 0.16) 40%, rgba(0, 0, 0, 0) 74%);

    animation: aquariumBloomBlue 28s ease-in-out infinite;

}

.aquarium-bloom--red {

    right: 14%;

    top: 52%;

    background: radial-gradient(circle, rgba(255, 203, 203, 0.28) 0, rgba(229, 72, 72, 0.16) 42%, rgba(0, 0, 0, 0) 74%);

    animation: aquariumBloomRed 30s ease-in-out infinite;

}

 img {

	 max-height: 100%;

	 max-width: 100%;

	 width:auto;

	 height:auto;

    }



#container {

    padding: .1em 1.5em 1em 1em;

    margin-left: 25%;

    margin-right: 25%;

	align-self: center;

}

#site-footer {

    margin: 3rem 25% 1.75rem;

    padding: 1rem 0 0;

    border-top: 1px solid rgba(255, 255, 255, 0.12);

    text-align: center;

    font-size: 0.88rem;

    letter-spacing: 0.06em;

    color: rgba(249, 252, 255, 0.6);

}

body,
#container,
#containerascii,
#sidenav,
#log,
#hero-subtitle,
#output,
#site-footer {

    -webkit-user-select: text;

    -moz-user-select: text;

    user-select: text;

}

#container,
#containerascii,
#hero-subtitle,
#site-footer,
#sidenav,
#log {

    position: relative;

    z-index: 1;

}

#containerascii {
    padding: .1em 1em 1em 1em;

    display: table;

    margin: 0 auto 0.55rem;

    text-align: left;

    white-space: pre;

    line-height: 1.08;

    letter-spacing: 0;

    color: #f4fcff;

    animation: heroSubtitleColorShift 3.8s ease-in-out infinite alternate;

    will-change: color, text-shadow;

}

#hero-subtitle {

    max-width: 52rem;

    margin: -0.15rem auto 2rem;

    padding: 0 1.25rem;

    display: block;

    text-align: center;

    font-size: clamp(1rem, 1.8vw, 1.28rem);

    line-height: 1.45;

    font-weight: 700;

    letter-spacing: 0.08em;

    color: inherit;

}

.hero-subtitle__word {

    display: inline-block;

    margin-right: 0.3em;

    white-space: nowrap;

    animation: heroSubtitleColorShift 3.8s ease-in-out infinite alternate;

    will-change: color, text-shadow;

}

.hero-subtitle__word--joined {

    margin-right: 0;

}

.hero-subtitle__word:last-child {

    margin-right: 0;

}

.hero-subtitle__word--blue {

    animation-direction: alternate;

}

.hero-subtitle__word--red {

    animation-direction: alternate-reverse;

}

@keyframes heroSubtitleColorShift{
  0% {
    color: #e4fbff;
    text-shadow:
      white 0 0 12px,
      #40f2fe 0 0 10px,
      #40f2fe 0 0 10px;
  }
  100% {
    color: #ffe5e5;
    text-shadow:
      white 0 0 12px,
      #ff6b6b 0 0 10px,
      #ff3b3b 0 0 10px;
  }
}

@keyframes aquariumDriftBlue {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  34% {
    transform: translate3d(5vw, 5vh, 0) scale(1.06);
  }
  68% {
    transform: translate3d(-3vw, 11vh, 0) scale(0.95);
  }
}

@keyframes aquariumDriftRed {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  38% {
    transform: translate3d(-4vw, 4vh, 0) scale(1.04);
  }
  72% {
    transform: translate3d(3vw, 10vh, 0) scale(0.96);
  }
}

@keyframes aquariumCurrentOne {
  0%, 100% {
    transform: rotate(-6deg) translate3d(0, 0, 0) scaleX(1);
    opacity: 0.18;
  }
  50% {
    transform: rotate(-2deg) translate3d(6vw, 3vh, 0) scaleX(1.08);
    opacity: 0.32;
  }
}

@keyframes aquariumCurrentTwo {
  0%, 100% {
    transform: rotate(8deg) translate3d(0, 0, 0) scaleX(1);
    opacity: 0.14;
  }
  50% {
    transform: rotate(12deg) translate3d(-7vw, -4vh, 0) scaleX(1.12);
    opacity: 0.28;
  }
}

@keyframes aquariumShimmer {
  0% {
    transform: translate3d(-2%, -1%, 0) rotate(7deg);
    opacity: 0.08;
  }
  50% {
    transform: translate3d(2%, 2%, 0) rotate(11deg);
    opacity: 0.16;
  }
  100% {
    transform: translate3d(-2%, -1%, 0) rotate(7deg);
    opacity: 0.08;
  }
}

@keyframes aquariumBloomBlue {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(0.92);
    opacity: 0.14;
  }
  50% {
    transform: translate3d(3vw, -2vh, 0) scale(1.18);
    opacity: 0.26;
  }
}

@keyframes aquariumBloomRed {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(0.94);
    opacity: 0.12;
  }
  50% {
    transform: translate3d(-3vw, 3vh, 0) scale(1.16);
    opacity: 0.24;
  }
}

@media (prefers-reduced-motion: reduce) {

    .aquarium-glow,
    .aquarium-current,
    .aquarium-shimmer,
    .aquarium-bloom {

        animation: none;

    }

    .aquarium-glow {

        opacity: 0.34;

    }

    .aquarium-current {

        opacity: 0.16;

    }

    .aquarium-shimmer {

        opacity: 0.08;

    }

    .aquarium-bloom {

        opacity: 0.16;

    }

}

#scribd_iframe_embed{

	width: 1000px;

}

#cmdline {

    outline: none;

    background-color: transparent;

    margin: 0;

    width: 100%;

    font: inherit;

    border: none;

    color: inherit;

	

}

#output {

    clear: both;

    width: 100%;

	text-align: left;

}

#output strong,
#output b {

    font-weight: 700;

    color: #fff0b8;

}

.output-title {

    display: block;

    margin: 0 0 0.65em;

    font-size: clamp(1.55rem, 4vw, 2.8rem);

    line-height: 1.08;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    color: #f9fcff;

    text-shadow:
      -0.08em 0 rgba(255, 72, 72, 0.78),
      0 0 0.9em rgba(99, 231, 255, 0.52);

}

.output-command-entry {

    display: inline-flex;

    align-items: center;

    gap: 0.35em;

}

.output-command-bullet {

    color: #f7d07e;

}

.output-command-link {

    padding: 0;

    border: none;

    background: transparent;

    color: #63e7ff;

    cursor: pointer;

    font: inherit;

    text-transform: lowercase;

    text-shadow: -0.0625em -0.0625em black, 0.0625em 0.0625em red;

}

.output-command-link:hover,
.output-command-link:focus {

    color: #ffffff;

    text-decoration: underline;

    outline: none;

}

.output-command-inline {

    white-space: nowrap;

}

.output-command-link--inline {

    font-weight: inherit;

    color: #63e7ff;

    text-shadow: -0.0625em -0.0625em black, 0.0625em 0.0625em red;

}

.output-command-link--inline:hover,
.output-command-link--inline:focus {

    color: #ffffff;

}

.output-text-link {

    color: #8fefff;

    text-decoration: underline;

    text-underline-offset: 0.15em;

    font-weight: 700;

}

.output-text-link:hover,
.output-text-link:focus {

    color: #ffffff;

    outline: none;

}

.output-strikethrough {

    text-decoration: line-through;

    text-decoration-thickness: 0.08em;

    text-decoration-color: rgba(255, 240, 184, 0.92);

    opacity: 0.78;

}

.output-gallery {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));

    gap: 1rem;

    margin: 0.5rem 0 0;

}

.output-album {

    display: grid;

    gap: 1.15rem;

    margin-top: 0.15rem;

}

.output-album-event {

    display: grid;

    gap: 0.9rem;

    padding: 1rem;

    border: 1px solid rgba(143, 239, 255, 0.18);

    border-radius: 1rem;

    background:
      linear-gradient(135deg, rgba(0, 126, 186, 0.08), rgba(178, 38, 38, 0.08)),
      rgba(4, 9, 18, 0.72);

    box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.22);

}

.output-album-event__header {

    display: grid;

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

    align-items: start;

    gap: 0.65rem;

}

.output-album-event__title {

    color: #f9fcff;

    font-size: 1.02rem;

    font-weight: 700;

    letter-spacing: 0.05em;

    text-transform: uppercase;

    min-width: 0;

    line-height: 1.15;

}

.output-album-event__meta {

    color: rgba(255, 240, 184, 0.9);

    font-size: 0.78rem;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    white-space: nowrap;

    justify-self: end;

}

.output-album-carousel {

    display: grid;

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

    position: relative;

    align-items: center;

    gap: 0.75rem;

}

.output-album-track-shell {

    position: relative;

    min-width: 0;

    overflow: hidden;

}

.output-album-track-shell::before,
.output-album-track-shell::after {

    content: "";

    position: absolute;

    top: 0;

    bottom: 0;

    width: clamp(1.9rem, 5vw, 3.2rem);

    z-index: 2;

    pointer-events: none;

    transition: opacity 180ms ease;

}

.output-album-track-shell::before {

    left: 0;

    background: linear-gradient(90deg, rgba(4, 9, 18, 0.96), rgba(4, 9, 18, 0));

}

.output-album-track-shell::after {

    right: 0;

    background: linear-gradient(270deg, rgba(4, 9, 18, 0.96), rgba(4, 9, 18, 0));

}

.output-album-event.is-at-start .output-album-track-shell::before,
.output-album-event.is-at-end .output-album-track-shell::after,
.output-album-event.is-not-scrollable .output-album-track-shell::before,
.output-album-event.is-not-scrollable .output-album-track-shell::after {

    opacity: 0;

}

.output-album-nav {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 2.55rem;

    height: 2.55rem;

    padding: 0;

    border: 1px solid rgba(143, 239, 255, 0.3);

    border-radius: 999px;

    background: rgba(2, 7, 15, 0.72);

    color: #f9fcff;

    font: inherit;

    font-size: 1.6rem;

    line-height: 1;

    box-shadow: 0 0.45rem 1.2rem rgba(0, 0, 0, 0.24);

    cursor: pointer;

    transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease, background-color 180ms ease;

}

.output-album-nav:hover,
.output-album-nav:focus {

    transform: translateY(-0.08rem);

    border-color: rgba(255, 240, 184, 0.6);

    background: rgba(7, 15, 29, 0.9);

    outline: none;

}

.output-album-nav:disabled {

    opacity: 0.28;

    border-color: rgba(255, 255, 255, 0.08);

    background: rgba(0, 0, 0, 0.28);

    box-shadow: none;

    cursor: default;

    transform: none;

}

.output-gallery--album {

    margin: 0;

    grid-auto-flow: column;

    grid-auto-columns: minmax(220px, 28vw);

    overflow-x: auto;

    overflow-y: hidden;

    padding-bottom: 0;

    scroll-snap-type: x proximity;

    overscroll-behavior-x: contain;

    scrollbar-width: none;

    -ms-overflow-style: none;

}

.output-gallery--album::-webkit-scrollbar {

    display: none;

}

.output-gallery--album > * {

    scroll-snap-align: start;

}

@media (max-width: 720px) {

    .output-album-event__header {

        grid-template-columns: 1fr;

    }

    .output-album-event__meta {

        justify-self: start;

        white-space: normal;

    }

    .output-album-carousel {

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

    }

    .output-album-nav {

        position: absolute;

        top: 50%;

        z-index: 4;

        width: 2.2rem;

        height: 2.2rem;

        background: rgba(2, 7, 15, 0.9);

        backdrop-filter: blur(8px);

        transform: translateY(-50%);

    }

    .output-album-nav:hover,
    .output-album-nav:focus {

        transform: translateY(-50%);

    }

    .output-album-nav--prev {

        left: 0.45rem;

    }

    .output-album-nav--next {

        right: 0.45rem;

    }

    .output-album-track-shell {

        grid-column: 1 / -1;

    }

    .output-gallery--album {

        grid-auto-columns: minmax(74vw, 74vw);

    }

}

.output-materials-layout {

    display: grid;

    gap: 1.5rem;

    margin: 0.5rem 0 0;

}

.output-materials-section {

    display: grid;

    gap: 0.9rem;

}

.output-materials-heading {

    color: #f7d07e;

    font-size: 1rem;

    font-weight: 700;

    letter-spacing: 0.08em;

    text-transform: uppercase;

}

.output-lightbox-open {

    overflow: hidden;

}

.output-gallery-item {

    position: relative;

    display: block;

    overflow: hidden;

    border: 1px solid rgba(143, 239, 255, 0.32);

    border-radius: 0.85rem;

    background:
      linear-gradient(135deg, rgba(0, 126, 186, 0.16), rgba(178, 38, 38, 0.16)),
      rgba(4, 9, 18, 0.82);

    box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.3);

    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;

    cursor: zoom-in;

}

.output-gallery-item:hover,
.output-gallery-item:focus {

    transform: translateY(-0.2rem);

    border-color: rgba(255, 240, 184, 0.65);

    box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.38);

    outline: none;

}

.output-gallery-image {

    display: block;

    width: 100%;

    aspect-ratio: 4 / 3;

    object-fit: cover;

}

.output-gallery--album .output-gallery-item,
.output-gallery--album .output-gallery-video-card {

    min-width: 0;

}

.output-gallery-video-card {

    position: relative;

    overflow: hidden;

    border: 1px solid rgba(143, 239, 255, 0.32);

    border-radius: 0.85rem;

    background:
      linear-gradient(135deg, rgba(0, 126, 186, 0.16), rgba(178, 38, 38, 0.16)),
      rgba(4, 9, 18, 0.82);

    box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.3);

}

.output-gallery-video {

    display: block;

    width: 100%;

    aspect-ratio: 4 / 3;

    object-fit: cover;

    background: #000;

}

.output-gallery-video-badge {

    position: absolute;

    right: 0.7rem;

    bottom: 0.7rem;

    padding: 0.28rem 0.55rem;

    border-radius: 999px;

    background: rgba(2, 4, 10, 0.78);

    border: 1px solid rgba(143, 239, 255, 0.38);

    color: #f9fcff;

    font-size: 0.78rem;

    font-weight: 700;

    letter-spacing: 0.03em;

}

.output-video-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

    gap: 1rem;

}

.output-video-card {

    display: block;

    overflow: hidden;

    border: 1px solid rgba(143, 239, 255, 0.32);

    border-radius: 0.85rem;

    background:
      linear-gradient(135deg, rgba(0, 126, 186, 0.16), rgba(178, 38, 38, 0.16)),
      rgba(4, 9, 18, 0.82);

    box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.3);

}

.output-video-card--portrait {

    grid-column: span 2;

    width: min(100%, 33rem);

    justify-self: center;

    padding: 0 0 0.55rem;

}

.output-video-card--landscape {

    grid-column: span 2;

}

.output-video-card--fallback {

    text-decoration: none;

    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;

}

.output-video-card--fallback:hover,
.output-video-card--fallback:focus {

    transform: translateY(-0.2rem);

    border-color: rgba(255, 240, 184, 0.65);

    box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.38);

    outline: none;

}

.output-video-preview {

    display: block;

    background: #000;

}

.output-video-thumb {

    display: block;

    width: 100%;

    object-fit: cover;

}

.output-video-frame {

    display: block;

    width: 100%;

    height: auto;

    border: 0;

    background: #000;

}

.output-video-title {

    display: block;

    max-width: 94%;

    padding: 1rem 1rem 0.35rem 1.15rem;

    color: #f9fcff;

    font-weight: 700;

    font-size: clamp(1rem, 1.2vw, 1.35rem);

    line-height: 1.22;

    letter-spacing: 0.01em;

    text-wrap: balance;

}

.output-video-card--portrait .output-video-title {

    max-width: min(100% - 2.4rem, 20rem);

    margin: 0 auto;

    padding-left: 0;

    padding-right: 0;

    font-size: clamp(0.98rem, 1.05vw, 1.15rem);

    text-align: center;

}

.output-video-card--portrait .output-video-preview,
.output-video-card--portrait .output-video-frame {

    width: min(100% - 2rem, 20rem);

    margin: 1rem auto 0;

    border-radius: 1.1rem;

    overflow: hidden;

    border: 1px solid rgba(143, 239, 255, 0.22);

    box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.34);

}

.output-video-card--landscape .output-video-title {

    font-size: clamp(1.08rem, 1.35vw, 1.55rem);

    max-width: 88%;

}

.output-reading-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));

    gap: 1rem;

}

.output-reading-card {

    position: relative;

    display: grid;

    gap: 0.55rem;

    padding: 1.2rem 1.1rem 1rem 1.2rem;

    border: 1px solid rgba(255, 110, 110, 0.26);

    border-radius: 0.85rem;

    background:
      linear-gradient(135deg, rgba(32, 13, 18, 0.96), rgba(17, 20, 33, 0.94));

    box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.3);

    text-decoration: none;

    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;

}

.output-reading-card::before {

    content: "PDF";

    position: absolute;

    top: 0.9rem;

    right: 0.95rem;

    padding: 0.16rem 0.42rem;

    border-radius: 0.42rem;

    background: linear-gradient(135deg, rgba(255, 113, 113, 0.95), rgba(185, 24, 24, 0.98));

    color: #fff7f7;

    font-size: 0.68rem;

    font-weight: 700;

    letter-spacing: 0.08em;

    line-height: 1;

    box-shadow: 0 0.3rem 0.9rem rgba(122, 11, 11, 0.35);

}

.output-reading-card:hover,
.output-reading-card:focus {

    transform: translateY(-0.2rem);

    border-color: rgba(255, 132, 132, 0.62);

    box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.38);

    outline: none;

}

.output-reading-title {

    color: #f9fcff;

    font-size: 1.18rem;

    font-weight: 700;

    line-height: 1.2;

    padding-right: 3.2rem;

}

.output-reading-description {

    color: rgba(249, 252, 255, 0.76);

    line-height: 1.4;

}

.showcase-page {

    display: grid;

    gap: 1.15rem;

    margin-top: 0.4rem;

}

.showcase-copy {

    display: grid;

    gap: 0.9rem;

    padding: 0;

    border: none;

    border-radius: 0;

    background: none;

}

.showcase-copy p {

    margin: 0;

    color: rgba(249, 252, 255, 0.92);

    line-height: 1.62;

}

.showcase-copy--closing {

    border: none;

}

.showcase-emphasis {

    color: #8fefff;

    font-weight: 700;

    text-decoration: underline;

    text-underline-offset: 0.15em;

}

.showcase-media-grid {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 1rem;

}

.showcase-figure {

    display: grid;

    gap: 0.55rem;

    margin: 0;

}

.showcase-figure__link {

    display: block;

    width: 100%;

}

.showcase-figure__image {

    width: 100%;

    aspect-ratio: 16 / 10;

    object-fit: cover;

}

.showcase-figure--wide .showcase-figure__image {

    aspect-ratio: 16 / 9;

}

.showcase-figure__caption {

    color: rgba(255, 240, 184, 0.9);

    font-size: 0.86rem;

    line-height: 1.35;

}

.output-video-note {

    margin-top: 0.85rem;

    color: rgba(249, 252, 255, 0.72);

    font-size: 0.92rem;

}

@media (max-width: 900px) {

    .output-video-card--landscape {

        grid-column: auto;

    }

    .output-video-card--portrait {

        grid-column: auto;

        padding-bottom: 0;

    }

    .output-video-card--portrait .output-video-preview,
    .output-video-card--portrait .output-video-frame {

        width: 100%;

        margin-top: 0;

        border-radius: 0;

        border-left: 0;

        border-right: 0;

        border-top: 0;

    }

    .output-video-card--portrait .output-video-title {

        max-width: 94%;

        padding-left: 1.15rem;

        padding-right: 1rem;

        text-align: left;

    }

    .showcase-media-grid {

        grid-template-columns: 1fr;

    }

}

.output-gallery-hint {

    position: absolute;

    right: 0.7rem;

    bottom: 0.7rem;

    padding: 0.28rem 0.55rem;

    border-radius: 999px;

    background: rgba(2, 4, 10, 0.78);

    border: 1px solid rgba(143, 239, 255, 0.38);

    color: #f9fcff;

    font-size: 0.78rem;

    font-weight: 700;

    letter-spacing: 0.03em;

}

.output-lightbox {

    position: fixed;

    inset: 0;

    z-index: 9999;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 2rem;

    background: rgba(2, 4, 10, 0.88);

    backdrop-filter: blur(10px);

}

.output-lightbox--hidden {

    display: none;

}

.output-lightbox__dialog {

    position: relative;

    max-width: min(92vw, 1100px);

    width: 100%;

}

.output-lightbox__viewer {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}

.output-lightbox__image {

    display: block;

    max-width: 100%;

    max-height: 82vh;

    border-radius: 1.1rem;

    border: 1px solid rgba(143, 239, 255, 0.3);

    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.5);

}

.output-lightbox__nav {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 3rem;

    height: 3rem;

    border: 1px solid rgba(143, 239, 255, 0.42);

    border-radius: 999px;

    background: rgba(2, 4, 10, 0.9);

    color: #f9fcff;

    font: inherit;

    font-size: 2rem;

    line-height: 1;

    cursor: pointer;

    z-index: 1;

    transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease, background-color 180ms ease;

}

.output-lightbox__nav:hover,
.output-lightbox__nav:focus {

    border-color: rgba(255, 240, 184, 0.7);

    background: rgba(7, 15, 29, 0.96);

    outline: none;

}

.output-lightbox__nav:disabled {

    opacity: 0.28;

    cursor: default;

}

.output-lightbox__nav--prev {

    left: 1rem;

}

.output-lightbox__nav--next {

    right: 1rem;

}

.output-lightbox__caption {

    margin-top: 0.85rem;

    text-align: center;

    color: #f9fcff;

    font-weight: 700;

}

.output-lightbox__close {

    position: absolute;

    top: -0.9rem;

    right: -0.9rem;

    width: 2.4rem;

    height: 2.4rem;

    border: 1px solid rgba(143, 239, 255, 0.42);

    border-radius: 999px;

    background: rgba(2, 4, 10, 0.94);

    color: #f9fcff;

    font-size: 1.5rem;

    cursor: pointer;

}

.output-lightbox--single .output-lightbox__nav {

    display: none;

}

@media (max-width: 720px) {

    .output-lightbox {

        padding: 1rem;

    }

    .output-lightbox__nav {

        width: 2.5rem;

        height: 2.5rem;

        font-size: 1.7rem;

    }

    .output-lightbox__nav--prev {

        left: 0.5rem;

    }

    .output-lightbox__nav--next {

        right: 0.5rem;

    }

    .output-lightbox__close {

        top: 0.4rem;

        right: 0.4rem;

        width: 2.2rem;

        height: 2.2rem;

    }

}

.article-mosaic {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

    gap: 1rem;

    margin-top: 0.5rem;

}

.article-card {

    display: flex;

    flex-direction: column;

    overflow: hidden;

    border-radius: 1.1rem;

    border: 1px solid rgba(143, 239, 255, 0.2);

    background:
      linear-gradient(180deg, rgba(9, 18, 34, 0.52), rgba(2, 4, 10, 0.92)),
      rgba(4, 9, 18, 0.82);

    box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.24);

    color: inherit;

    text-decoration: none;

    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;

}

.article-card:hover,
.article-card:focus {

    transform: translateY(-0.25rem);

    border-color: rgba(255, 240, 184, 0.48);

    box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.34);

    outline: none;

}

.article-card__media {

    display: block;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: rgba(255, 255, 255, 0.04);

}

.article-card__image {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.article-card__body {

    display: grid;

    gap: 0.7rem;

    padding: 1rem;

}

.article-card__date {

    font-size: 0.76rem;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    color: #fff0b8;

}

.article-card__title {

    font-size: 1.08rem;

    line-height: 1.28;

    font-weight: 700;

    color: #f9fcff;

}

.article-card__excerpt {

    color: rgba(249, 252, 255, 0.76);

    line-height: 1.5;

}

.article-card__cta {

    color: #63e7ff;

    font-weight: 700;

    text-decoration: underline;

    text-underline-offset: 0.15em;

}

.schedule-layout {

    display: grid;

    gap: 1.4rem;

    margin-top: 0.5rem;

}

.schedule-section {

    padding: 1.15rem;

    border-radius: 1.3rem;

    border: 1px solid rgba(143, 239, 255, 0.16);

    background: rgba(4, 9, 18, 0.72);

    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.22);

}

.schedule-section--tournament {

    background:
      linear-gradient(135deg, rgba(0, 126, 186, 0.15), rgba(0, 126, 186, 0.03)),
      rgba(4, 9, 18, 0.78);

    border-color: rgba(99, 231, 255, 0.25);

}

.schedule-section--showcase {

    background:
      linear-gradient(135deg, rgba(178, 38, 38, 0.14), rgba(178, 38, 38, 0.03)),
      rgba(4, 9, 18, 0.78);

    border-color: rgba(255, 116, 116, 0.22);

}

.schedule-section__header {

    margin-bottom: 1rem;

}

.schedule-section__title {

    font-size: clamp(1.1rem, 2.7vw, 1.55rem);

    font-weight: 700;

    letter-spacing: 0.05em;

}

.schedule-section__subtitle {

    margin-top: 0.35rem;

    color: rgba(249, 252, 255, 0.76);

}

.schedule-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    gap: 1rem;

}

.schedule-card {

    display: flex;

    flex-direction: column;

    gap: 0.9rem;

    padding: 1rem;

    border-radius: 1rem;

    border: 1px solid rgba(255, 255, 255, 0.08);

    background: rgba(2, 4, 10, 0.78);

}

.schedule-card--tournament {

    border-color: rgba(99, 231, 255, 0.2);

}

.schedule-card--showcase {

    border-color: rgba(255, 116, 116, 0.18);

}

.schedule-card--past {

    opacity: 0.58;

}

.schedule-card__body {

    display: grid;

    gap: 0.55rem;

}

.schedule-card__date {

    font-size: 1.02rem;

    font-weight: 700;

}

.schedule-card__meta,
.schedule-card__address,
.schedule-card__ticket {

    line-height: 1.45;

}

.schedule-card__address {

    color: rgba(249, 252, 255, 0.75);

}

.schedule-card__ticket {

    display: inline-flex;

    align-items: center;

    gap: 0.35rem;

    font-weight: 700;

    text-decoration: none;

}

.schedule-card__ticket-label {

    text-decoration: underline;

    text-underline-offset: 0.15em;

}

.schedule-card__ticket--pending {

    color: #fff0b8;

}

#prompt {

    white-space: nowrap;

    display: -webkit-box;

    -webkit-box-pack: center;

    -webkit-box-orient: vertical;

    display: -moz-box;

    -moz-box-pack: center;

    -moz-box-orient: vertical;

    display: box;

    box-pack: center;

    box-orient: vertical;

    -webkit-user-select: text;

    -moz-user-select: text;

    user-select: text;

}

.prompt-color {

    color: #e09f14;

}

.input-line {

    display: -webkit-box;

    -webkit-box-orient: horizontal;

    -webkit-box-align: stretch;

    display: -moz-box;

    -moz-box-orient: horizontal;

    -moz-box-align: stretch;

    display: box;

    box-orient: horizontal;

    box-align: stretch;

    clear: both;

}

.input-line > div:nth-child(2) {

    -webkit-box-flex: 1;

    -moz-box-flex: 1;

    box-flex: 1;

}



#githubImg img {

    position: fixed;

    bottom: 0; right: 0;

    border: 0;

}



/* SIDE NAV */



#sidenavBtn {

    position: absolute !important;

    padding: 2px !important; 

    top: 0 !important;

    right: 7px !important;

    font-size: 35px !important;

}



#sidenav img {

    display: block;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 100px;

    transition: 0.3s;

    opacity: 0;

}



#sidenav img:focus {

    outline: none;

}



#sidenav button {

    padding: 8px 8px 8px 32px;

    cursor: pointer;

    text-decoration: none;

    font-size: 15pt;

    color: white;

    display: block;

    transition: 0.3s;

    background:none !important;

    border:none;

}

#sidenav button:hover {

    color: #442e00;

}



@media screen and (max-height: 450px) {



    body {

        font-size: 11pt;

    }

    #sidenav {

       padding-top: 15px;

   }

    #sidenav a {

       font-size: 13px;

   }

}

/*Estilo para la clasificación*/

ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none
}

ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
}

ul.leaders span:first-child {
    padding-right: 0.33em;
    background: rgba(2, 4, 10, 0.92)
}

ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: rgba(2, 4, 10, 0.92)
}

@media screen and (max-width: 1024px) {

		html, body {

    font-size: 15px;

}

    #container {

	 padding: .1em 1.5em 1em 1em;

    margin-left: 0%;

    margin-right: 0%;

	align-self: center;

		width: auto;

    }

    #site-footer {

        margin-left: 1rem;

        margin-right: 1rem;

        font-size: 0.82rem;

    }

	    #containerascii {

		 
	font-size: 2.5vw;
	line-height: 3vw;		

    }

    #hero-subtitle {

        margin: 0 auto 1.65rem;

        font-size: 0.95rem;

        letter-spacing: 0.05em;

    }

}
