/* Guide base styles (self-contained). */

@font-face {
    font-family: "Blue Screen";
    src: url("Blue%20Screen%20Personal%20Use.ttf");
    font-style: normal;
    font-weight: 900;
}

body {
    background-image: url("purple-stars-bg.gif");
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: #000;
    color: white;
    font-size: medium;
    margin: 0;
}

a {
    color: hotpink;
}

.content {
    max-width: 540px;
    background-color: rgba(40, 48, 48, 0.75);
    margin: 18px auto 0px auto;
    padding: 4px;
    width: 95%;
}

.content p {
    margin-left: 10px;
    line-height: 1.5;
}

h2 {
    text-align: center;
    margin: 0px;
}

.subtext {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: small;
    letter-spacing: 5px;
    color: darkgray;
    font-family: monospace;
}

#banner-subtext {
    color: fuchsia;
    animation: rainbow-color-change 8s infinite linear;
    margin-top: 5px;
}

@keyframes rainbow-color-change {
    0% {
        color: red;
    }

    14.28% {
        color: orange;
    }

    28.57% {
        color: yellow;
    }

    42.85% {
        color: green;
    }

    57.14% {
        color: blue;
    }

    71.42% {
        color: blueviolet;
    }

    85.71% {
        color: fuchsia;
    }

    100% {
        color: red;
    }
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

html {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

@keyframes flicker {
    0% {
        opacity: 0.27861;
    }

    5% {
        opacity: 0.34769;
    }

    10% {
        opacity: 0.23604;
    }

    15% {
        opacity: 0.90626;
    }

    20% {
        opacity: 0.18128;
    }

    25% {
        opacity: 0.83891;
    }

    30% {
        opacity: 0.65583;
    }

    35% {
        opacity: 0.67807;
    }

    40% {
        opacity: 0.26559;
    }

    45% {
        opacity: 0.84693;
    }

    50% {
        opacity: 0.96019;
    }

    55% {
        opacity: 0.08594;
    }

    60% {
        opacity: 0.20313;
    }

    65% {
        opacity: 0.71988;
    }

    70% {
        opacity: 0.53455;
    }

    75% {
        opacity: 0.37288;
    }

    80% {
        opacity: 0.71428;
    }

    85% {
        opacity: 0.70419;
    }

    90% {
        opacity: 0.7003;
    }

    95% {
        opacity: 0.36108;
    }

    100% {
        opacity: 0.24387;
    }
}

@keyframes textShadow {
    0% {
        text-shadow: 0.4389924193300864px 0 1px rgba(0, 30, 255, 0.5), -0.4389924193300864px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    5% {
        text-shadow: 2.7928974010788217px 0 1px rgba(0, 30, 255, 0.5), -2.7928974010788217px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    10% {
        text-shadow: 0.02956275843481219px 0 1px rgba(0, 30, 255, 0.5), -0.02956275843481219px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    15% {
        text-shadow: 0.40218538552878136px 0 1px rgba(0, 30, 255, 0.5), -0.40218538552878136px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    20% {
        text-shadow: 3.4794037899852017px 0 1px rgba(0, 30, 255, 0.5), -3.4794037899852017px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    25% {
        text-shadow: 1.6125630401149584px 0 1px rgba(0, 30, 255, 0.5), -1.6125630401149584px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    30% {
        text-shadow: 0.7015590085143956px 0 1px rgba(0, 30, 255, 0.5), -0.7015590085143956px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    35% {
        text-shadow: 3.896914047650351px 0 1px rgba(0, 30, 255, 0.5), -3.896914047650351px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    40% {
        text-shadow: 3.870905614848819px 0 1px rgba(0, 30, 255, 0.5), -3.870905614848819px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    45% {
        text-shadow: 2.231056963361899px 0 1px rgba(0, 30, 255, 0.5), -2.231056963361899px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    50% {
        text-shadow: 0.08084290417898504px 0 1px rgba(0, 30, 255, 0.5), -0.08084290417898504px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    55% {
        text-shadow: 2.3758461067427543px 0 1px rgba(0, 30, 255, 0.5), -2.3758461067427543px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    60% {
        text-shadow: 2.202193051050636px 0 1px rgba(0, 30, 255, 0.5), -2.202193051050636px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    65% {
        text-shadow: 2.8638780614874975px 0 1px rgba(0, 30, 255, 0.5), -2.8638780614874975px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    70% {
        text-shadow: 0.48874025155497314px 0 1px rgba(0, 30, 255, 0.5), -0.48874025155497314px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    75% {
        text-shadow: 1.8948491305757957px 0 1px rgba(0, 30, 255, 0.5), -1.8948491305757957px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    80% {
        text-shadow: 0.0833037308038857px 0 1px rgba(0, 30, 255, 0.5), -0.0833037308038857px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    85% {
        text-shadow: 0.09769827255241735px 0 1px rgba(0, 30, 255, 0.5), -0.09769827255241735px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    90% {
        text-shadow: 3.443339761481782px 0 1px rgba(0, 30, 255, 0.5), -3.443339761481782px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    95% {
        text-shadow: 2.1841838852799786px 0 1px rgba(0, 30, 255, 0.5), -2.1841838852799786px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    100% {
        text-shadow: 2.6208764473832513px 0 1px rgba(0, 30, 255, 0.5), -2.6208764473832513px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
}

.crt::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(18, 16, 16, 0.1);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    animation: flicker 0.15s infinite;
}

.crt::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}

.crt {
    animation: textShadow 1.6s infinite;
    position: relative;
}

.sd::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}

.sd {
    position: relative;
}

/* Define una fuente para numeros para evitar glifos faltantes en Blue Screen */
@font-face {
    font-family: "RetroNumbers";
    src: url("Perfect DOS VGA 437.ttf") format("truetype");
    unicode-range: U+30-39, U+25, U+2E, U+2C;
    /* 0-9, %, ., , */
    font-style: normal;
    font-weight: normal;
}

html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    /* Evita scroll en body */
    font-family: "RetroNumbers", "Blue Screen", sans-serif;
}

html.section-page,
html.section-page body.section-page-body {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

/* Focus visible for better keyboard navigation */
:focus-visible {
    outline: 2px solid #7cff9f;
    outline-offset: 2px;
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid #7cff9f;
    outline-offset: 2px;
}

/* Text formatting styles */
strong,
b {
    color: #f5a9b8;
    font-weight: 700;
}

em,
i {
    color: #b9d8ff;
    font-style: italic;
}

mark {
    background-color: rgba(255, 216, 74, 0.3);
    color: #ffe88a;
    padding: 2px 4px;
    border-radius: 2px;
}

code {
    background-color: rgba(20, 24, 24, 0.8);
    border: 1px solid rgba(91, 206, 250, 0.3);
    color: #7cff9f;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
}

/* Contenedores principales del layout */
.page-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

/* Seccion central (barra lateral + columna principal) */
.middle-section {
    display: flex;
    flex-direction: row;
    flex: 1;
    overflow: hidden;
    width: 100%;
}

/* Barra lateral izquierda */
.sidebar-left {
    flex: 0 0 250px;
    height: 100%;
    border-right: 3px solid hotpink;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 20px;
    background-color: rgba(40, 48, 48, 0.3);
    z-index: 10;
    scrollbar-width: none;
}

.sidebar-left::-webkit-scrollbar {
    display: none;
}

@media (max-width: 1024px) {
    .sidebar-left {
        flex: 0 0 180px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .sidebar-left {
        flex: 0 0 0;
        width: 0;
        padding: 0;
        overflow: hidden;
        border-right: none;
    }
}

/* Columna principal (lado derecho) */
.main-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* Barra superior (banner) */
#banner {
    flex: 0 0 auto;
    padding: 10px 20px;
    font-size: 24px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 3px solid hotpink;
    border-radius: 0;
    margin: 0 !important;
    max-width: none !important;
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    #banner {
        padding: 8px 12px;
        font-size: 18px;
        flex-wrap: wrap;
    }
}

#banner .subtext {
    font-size: 0.6em;
    margin-top: 5px;
}

#banner-subtext {
    margin-left: 15px;
    font-size: 0.5em;
    letter-spacing: 1px;
}

.banner-spacer {
    flex: 1;
}

.banner-title-wrap {
    display: flex;
    align-items: baseline;
    flex: 0 0 auto;
}

/* Keep the banner site label visually identical to the previous span: no underline, inherit color */
.banner-title-wrap a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.banner-title-wrap a:hover,
.banner-title-wrap a:focus {
    text-decoration: none;
}

.banner-status {
    font-size: 0.5em;
    text-align: right;
    line-height: 1.4;
    flex: 1;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.blink {
    animation: blink 1s step-end infinite;
}

.social-link {
    color: #4d94ff !important;
    text-decoration: none;
}

.social-link:hover {
    text-decoration: underline;
    color: #80b3ff !important;
}

/* Boton de donacion */
.donate-link {
    color: #ffd84a !important;
    font-weight: bold;
    text-transform: uppercase;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        text-shadow: 0 0 5px #ffd84a;
    }

    50% {
        text-shadow: 0 0 15px #ffd84a, 0 0 20px #ffcf33;
    }

    100% {
        text-shadow: 0 0 5px #ffd84a;
    }
}

/* Estilos del modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: rgba(20, 24, 24, 0.95);
    margin: 10% auto;
    padding: 20px;
    border: 2px solid hotpink;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 0 20px hotpink;
    position: relative;
    text-align: center;
}

.donate-modal-content {
    width: min(92vw, 820px);
    max-width: 820px;
    margin: 4vh auto;
    padding: 16px;
}

.donate-modal-content p {
    margin: 0 0 10px;
    line-height: 1.35;
}

.donate-modal-content .text-left {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 8px;
    align-items: center;
}

.donate-modal-content .text-left p {
    margin: 0;
}

.donate-modal-content .crypto-address {
    margin: 0;
    padding: 8px;
}

@media (max-width: 768px) {
    .modal-content {
        margin: 20% auto;
        width: 90%;
        padding: 16px;
    }

    .donate-modal-content {
        width: 94%;
        max-width: none;
        margin: 8% auto;
        padding: 14px;
    }

    .donate-modal-content .text-left {
        display: block;
    }

    .donate-modal-content .text-left p {
        margin: 10px 0 4px;
    }

    .donate-modal-content .crypto-address {
        margin: 0 0 10px;
    }
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px 12px;
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .close-btn {
        font-size: 32px;
        min-height: 48px;
        min-width: 48px;
        padding: 10px 14px;
    }
}

.close-btn:hover,
.close-btn:focus {
    color: hotpink;
    text-decoration: none;
    cursor: pointer;
}

.crypto-address {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #555;
    font-family: monospace;
    word-break: break-all;
    user-select: all;
    color: lime;
}

.pgp-block {
    background: rgba(0, 0, 0, 0.5);
    padding: 12px;
    margin: 12px 0 0;
    border: 1px solid #555;
    color: #d6d3cf;
    font-family: monospace;
    white-space: pre-wrap;
    word-break: break-word;
    text-align: left;
    max-height: 320px;
    overflow: auto;
}

/* Area de contenido (grid + barra lateral derecha) */
.content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background-color: rgba(40, 48, 48, 0.3);
    position: relative;
}

@media (max-width: 1024px) {
    .sidebar-right {
        flex: 0 0 220px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .sidebar-right {
        flex: 0 0 0;
        width: 0;
        padding: 0;
        overflow: hidden;
        border-left: none;
    }
}

/* Barra lateral derecha */
.sidebar-right {
    flex: 0 0 300px;
    height: 100%;
    border-left: 3px solid hotpink;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 20px;
    z-index: 5;
    scrollbar-width: none;
}

.sidebar-right::-webkit-scrollbar {
    display: none;
}

.sidebar ul {
    list-style-type: square;
    padding-left: 20px;
}

.sidebar li {
    margin-bottom: 5px;
}

hr {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.sidebar hr {
    border: 0;
    height: 2px;
    background: linear-gradient(to right, #5bcefa, #f5a9b8, #ffffff, #f5a9b8, #5bcefa);
    margin: 10px 0;
}

/* Area principal del grid */
.main-area {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 5;
}

.intro-text {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.intro-text h1 {
    margin-top: 0;
    color: hotpink;
    text-shadow: 2px 2px #000;
    font-size: 2em;
}

@media (max-width: 768px) {
    .intro-text h1 {
        font-size: 1.5em;
    }
}

.intro-text p {
    font-size: 1.1em;
    line-height: 1.5;
    color: #eee;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
    max-width: none;
}

@media (max-width: 1024px) {
    .menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .menu-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

.menu-item {
    width: 100%;
    height: 100%;
    min-width: 0;
    text-align: center;
    padding: 22px;
    background-color: rgba(20, 24, 24, 0.5);
    border: 2px solid hotpink;
    transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(255, 105, 180, 0.2);
}

@media (max-width: 768px) {
    .menu-item {
        min-height: 110px;
        padding: 16px;
    }
}

.menu-item:hover {
    transform: scale(1.05);
    background-color: rgba(60, 68, 68, 0.7);
    box-shadow: 0 0 20px rgba(255, 105, 180, 0.6);
    cursor: pointer;
    z-index: 10;
}

.menu-item h2 {
    margin: 0;
    font-size: 1.5em;
    color: fuchsia;
    text-shadow: 2px 2px #000;
}

.menu-item p {
    margin-top: 15px;
    color: #ddd;
    font-size: 1em;
    overflow-wrap: anywhere;
}

.beginner-hero {
    width: 100%;
    min-height: 155px;
    margin-bottom: 16px;
    border: 3px solid #5bcefa;
    background: linear-gradient(135deg, rgba(30, 35, 65, 0.88), rgba(62, 18, 44, 0.88));
    box-shadow: 0 0 18px rgba(91, 206, 250, 0.35);
}

.beginner-hero h2 {
    font-size: 1.9em;
    color: #ffffff;
    text-shadow: 2px 2px #000;
}

.beginner-hero p {
    max-width: 820px;
    color: #dcecff;
}

.beginner-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 24px rgba(91, 206, 250, 0.5);
}

.specialized-label {
    width: 100%;
    margin: 6px 0 12px;
    font-size: 0.92rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f5a9b8;
    border-left: 3px solid #f5a9b8;
    padding-left: 8px;
}

.secondary-topics {
    width: 100%;
    margin: 14px 0 0;
    font-size: 0.95rem;
    color: #d8d8d8;
}

.secondary-topics a {
    color: #b9d8ff;
    text-decoration: none;
}

.secondary-topics a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Barra inferior */
#bottom-bar {
    flex: 0 0 auto;
    text-align: center;
    margin: 0 !important;
    border-top: 2px solid hotpink;
    padding: 5px;
    font-size: 0.9em;
    width: 100%;
    box-sizing: border-box;
    max-width: none !important;
    border-radius: 0;
    z-index: 20;
    background-color: rgba(40, 48, 48, 0.75);
}

@media (max-width: 768px) {
    #bottom-bar {
        font-size: 0.8em;
        padding: 4px;
    }

    #bottom-bar a {
        display: inline-block;
        margin: 0 4px;
    }
}

/* Enlace de salto para accesibilidad */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: white;
    padding: 8px;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}

.sidebar-heading {
    font-size: 1.2em;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-hotpink {
    color: hotpink;
}

.text-lime {
    color: lime;
}

.pad-x-10 {
    padding: 0 10px;
}

.featured-wrap {
    text-align: center;
    padding: 10px;
}

.megucord-card {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border: 2px dashed hotpink;
    margin-top: 0;
}

.megucord-title {
    margin: 0 0 10px;
    color: #7289da;
    font-size: 1.5em;
}

.megucord-desc {
    font-size: 1em;
    margin-bottom: 15px;
}

.megucord-link {
    color: white;
    background-color: #7289da;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    border: 2px solid white;
    font-size: 1.2em;
    transition: transform 0.2s;
}

.megucord-link:hover {
    transform: translateY(-2px);
}

.recruitment-card {
    background: rgba(0, 0, 0, 0.5);
    padding: 16px;
    border: 2px solid #5bcefa;
    margin-top: 14px;
}

.recruitment-title {
    margin: 0 0 8px;
    color: #5bcefa;
    font-size: 1.15em;
}

.recruitment-desc {
    margin: 0 0 12px;
    font-size: 0.95em;
    line-height: 1.45;
}

.recruitment-link {
    color: #0d1320;
    background-color: #5bcefa;
    padding: 8px 12px;
    border: 2px solid #d7f4ff;
    font-weight: 700;
    font-size: 0.95em;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: transform 0.2s;
}

.recruitment-link:hover {
    transform: translateY(-2px);
}

.recruitment-modal-content {
    border-color: #5bcefa;
    box-shadow: 0 0 20px #5bcefa;
}

.recruitment-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
}

.recruitment-mail-link {
    display: inline-block;
    padding: 9px 14px;
    border: 2px solid #5bcefa;
    color: #d7f4ff;
    text-decoration: none;
    font-weight: 700;
    background: rgba(91, 206, 250, 0.14);
}

button.recruitment-mail-link {
    font: inherit;
    line-height: 1;
    border-radius: 0;
    cursor: pointer;
}

.recruitment-mail-link:hover {
    color: white;
    background: rgba(91, 206, 250, 0.28);
}

.recruitment-discord-link {
    border-color: #9db4ff;
    background: rgba(114, 137, 218, 0.22);
    color: #e2e9ff;
}

.recruitment-discord-link:hover {
    background: rgba(114, 137, 218, 0.38);
}

.recruitment-donate-link {
    border-color: #ffe066;
    background: rgba(255, 208, 0, 0.16);
    color: #ffe88a;
}

.recruitment-donate-link:hover {
    color: #fff3b8;
    background: rgba(255, 216, 74, 0.28);
}

.no-margin {
    margin: 0;
}

.modal-title {
    color: hotpink;
    text-shadow: 2px 2px black;
}

.paypal-heading {
    color: #0070ba;
}

.paypal-link {
    color: #0070ba;
    font-size: 1.2em;
}

/* Pagina de destino estandar para los botones de la guia */
.standard-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.internet-time-value {
    color: #7cff9f;
    font-family: "Courier New", Courier, monospace;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.section-layout {
    width: min(1460px, 98vw);
    margin: 26px auto 40px;
    display: grid;
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) minmax(180px, 220px);
    gap: 18px;
    align-items: start;
}

.section-layout .standard-main {
    width: 100%;
    margin: 0;
}

.section-side {
    border: 2px solid #5bcefa;
    background: rgba(20, 24, 24, 0.7);
    padding: 16px;
    box-sizing: border-box;
    position: sticky;
    top: 20px;
}

.section-side h2 {
    margin: 0 0 12px;
    text-align: left;
    color: #f5a9b8;
    font-size: 1.1rem;
}

.section-side ul {
    margin: 0;
    padding-left: 18px;
}

.section-side li {
    margin-bottom: 8px;
}

.section-side a {
    color: #b9d8ff;
    text-decoration: none;
}

.section-side a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.compact-separator {
    margin: 14px 0;
}

.page-toc-list {
    margin: 0;
    padding-left: 18px;
}

.page-toc-list li {
    margin-bottom: 6px;
}

.side-label {
    margin: 0;
    color: #f5a9b8;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.topic-chip {
    margin: 8px 0 12px;
    padding: 8px 10px;
    border: 1px solid hotpink;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 0.95rem;
}

.side-note {
    margin: 0 0 12px;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #e4e4e4;
}

.glossary-list {
    margin: 0;
}

.glossary-item {
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px dotted rgba(245, 169, 184, 0.45);
}

.glossary-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.glossary-item dt {
    color: #f5a9b8;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.5px;
}

.glossary-item dd {
    margin: 4px 0 0;
    color: #e6e6e6;
    font-size: 0.86rem;
    line-height: 1.35;
}

.standard-main {
    width: min(880px, 92vw);
    margin: 40px auto;
    padding: 30px;
    border: 2px solid hotpink;
    background: rgba(20, 24, 24, 0.75);
    box-sizing: border-box;
}

.standard-eyebrow {
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #f5a9b8;
}

.standard-main h1 {
    margin: 0;
    color: hotpink;
    text-shadow: 2px 2px #000;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.standard-main p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #e8e8e8;
}

.author-block {
    margin: 10px 0 0;
    padding: 10px 12px;
    border-left: 3px solid #5bcefa;
    background: rgba(14, 18, 18, 0.6);
}

.author-block p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #d7e8ff;
}

.author-block p+p {
    margin-top: 4px;
}

.author-label {
    color: #f5a9b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.8rem;
}

.section-contrib {
    margin: 0 0 8px;
    padding: 6px 10px;
    border-left: 3px solid #5bcefa;
    background: rgba(14, 18, 18, 0.45);
    font-size: 0.92rem;
    line-height: 1.35;
    color: #d7e8ff;
    opacity: 0.95;
}

.section-revision {
    margin: 0 0 12px;
    font-size: 0.9rem;
    line-height: 1.3;
    color: #cfe1ff;
    opacity: 0.9;
}

.flag-separator {
    border: 0;
    height: 2px;
    margin: 20px 0;
    background: linear-gradient(to right, #5bcefa, #f5a9b8, #ffffff, #f5a9b8, #5bcefa);
}

.wiki-post {
    width: 100%;
    min-width: 0;
}

.wiki-post h2 {
    margin: 0 0 12px;
    text-align: left;
    color: #f5a9b8;
    text-shadow: 1px 1px #000;
    scroll-margin-top: 12px;
}

.wiki-post h3 {
    margin: 24px 0 12px;
    padding: 0 0 8px;
    border-bottom: 1px solid rgba(91, 206, 250, 0.35);
    color: #d7ecff;
    font-size: clamp(1.16rem, 1.03rem + 0.48vw, 1.4rem);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px #000;
    scroll-margin-top: 12px;
    position: relative;
}

.wiki-post p {
    margin: 0 0 14px;
}

.important-reminder {
    margin: 0 0 16px;
    padding: 10px 12px;
    border: 1px solid rgba(245, 169, 184, 0.55);
    border-left: 4px solid #f5a9b8;
    background: linear-gradient(90deg, rgba(91, 206, 250, 0.14), rgba(20, 24, 24, 0.7));
    color: #e8e8e8;
}

.important-reminder p {
    margin: 0;
    color: inherit;
    line-height: 1.5;
}

.important-reminder strong {
    color: #f5a9b8;
}

.important-reminder a {
    color: #b9d8ff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.important-reminder a:hover {
    color: #ffffff;
}

.latam-legal-post .country-section {
    padding: 4px 0;
}

.latam-legal-post .country-section h3 {
    margin: 2px 0 10px;
    color: #d7ecff;
    font-size: 1.2rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.latam-legal-post .country-separator {
    border: 0;
    height: 2px;
    margin: 18px 0 16px;
    background: linear-gradient(to right, transparent, rgba(91, 206, 250, 0.9), rgba(245, 169, 184, 0.85), transparent);
}

.injection-guide-post .method-legend {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 18px;
    padding: 10px 12px;
    border: 1px solid rgba(245, 169, 184, 0.4);
    background: rgba(15, 18, 18, 0.65);
}

.injection-guide-post .method-tag {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border-radius: 999px;
    padding: 2px 10px;
}

.injection-guide-post .method-tag.im {
    background: rgba(91, 206, 250, 0.22);
    border: 1px solid rgba(91, 206, 250, 0.6);
    color: #b7edff;
}

.injection-guide-post .method-tag.subq {
    background: rgba(245, 169, 184, 0.22);
    border: 1px solid rgba(245, 169, 184, 0.65);
    color: #ffd2db;
}

.injection-guide-post .section-label {
    margin: 4px 0 8px;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    opacity: 0.92;
}

.injection-guide-post .section-label.im {
    color: #9be8ff;
}

.injection-guide-post .section-label.subq {
    color: #ffc0cc;
}

.injection-guide-post .injection-note {
    border-left: 4px solid transparent;
    background: rgba(13, 16, 16, 0.55);
    padding: 9px 12px;
    margin: 0 0 10px;
}

.injection-guide-post .injection-note.im {
    border-left-color: #5bcefa;
    box-shadow: inset 0 0 0 1px rgba(91, 206, 250, 0.25);
}

.injection-guide-post .injection-note.subq {
    border-left-color: #f5a9b8;
    box-shadow: inset 0 0 0 1px rgba(245, 169, 184, 0.3);
}

.injection-guide-post .method-divider {
    height: 1px;
    margin: 12px 0 14px;
    background: linear-gradient(to right, transparent, rgba(240, 240, 240, 0.45), transparent);
}

.standard-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.standard-action-link {
    text-decoration: none;
    color: white;
    background: #b30f74;
    border: 2px solid hotpink;
    padding: 10px 16px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.standard-action-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 12px rgba(255, 105, 180, 0.5);
}

.standard-action-link.secondary {
    background: #2e497a;
    border-color: #5bcefa;
}

.middle-section,
.content-wrapper,
.main-column,
.main-area,
.sidebar,
.standard-main,
.banner-title-wrap,
.banner-status {
    min-width: 0;
}

@media (max-width: 1100px) {
    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sidebar-right {
        flex-basis: 260px;
    }

    .section-layout {
        width: min(920px, 94vw);
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .section-side {
        position: static;
    }
}

@media (max-width: 860px) {

    html,
    body {
        overflow-y: auto;
        overflow-x: hidden;
        height: auto;
    }

    .page-wrapper {
        height: auto;
        min-height: 100vh;
    }

    .middle-section,
    .content-wrapper {
        flex-direction: column;
        overflow: visible;
    }

    .main-column,
    .main-area,
    .sidebar-left,
    .sidebar-right {
        height: auto;
        overflow: visible;
    }

    .sidebar-left,
    .sidebar-right {
        border: 0;
        border-top: 2px solid hotpink;
        border-bottom: 2px solid hotpink;
    }

    .main-area {
        padding: 24px;
    }

    .menu-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .menu-item:hover {
        transform: none;
    }

    .beginner-hero {
        min-height: 150px;
        margin-bottom: 12px;
    }

    .beginner-hero h2 {
        font-size: 1.5em;
    }

    #banner {
        font-size: 18px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .banner-spacer {
        display: none;
    }

    .banner-title-wrap,
    .banner-status {
        flex: 1 1 100%;
        justify-content: center;
        text-align: center;
    }

    #banner-subtext {
        margin-left: 8px;
        letter-spacing: 0.5px;
    }

    .standard-main {
        margin: 20px auto;
        padding: 20px;
    }

    .section-layout {
        margin: 16px auto 22px;
    }

    .section-side {
        padding: 14px;
    }

    .wiki-post h2 {
        font-size: 1.35rem;
    }

}

/* Table styling */
.prose-table {
    border-collapse: collapse;
    width: 100%;
    margin: 16px 0;
    border: 1px solid rgba(91, 206, 250, 0.3);
    background-color: rgba(20, 24, 24, 0.5);
}

.prose-table th,
.prose-table td {
    border: 1px solid rgba(91, 206, 250, 0.25);
    padding: 10px 12px;
    text-align: left;
}

.prose-table th {
    background-color: rgba(91, 206, 250, 0.15);
    color: #b9d8ff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
}

.prose-table td {
    color: #e8e8e8;
}

.prose-table tbody td:first-child {
    white-space: nowrap;
}

.prose-table tbody tr:nth-child(odd) {
    background-color: rgba(91, 206, 250, 0.05);
}

.prose-table tbody tr:hover {
    background-color: rgba(91, 206, 250, 0.12);
}