/* /Pages/Changelog.cshtml.rz.scp.css */
.changelog[b-czx8fr3j74] {
    max-width: 720px;
    padding: 80px 20px;
}

.heading[b-czx8fr3j74] {
    font-family: 'VT323', sans-serif;
    font-size: 72px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1f4b73;
    text-shadow: 0 0 10px rgba(31, 75, 115, 0.6);
    margin-bottom: 40px;
}

.entry[b-czx8fr3j74] {
    margin-bottom: 40px;
}

.version[b-czx8fr3j74] {
    font-family: 'VT323', sans-serif;
    font-size: 36px;
    letter-spacing: 2px;
    color: #ffffff;
    border-bottom: 1px solid #1f4b73;
    padding-bottom: 6px;
}

.date[b-czx8fr3j74] {
    font-size: 24px;
    color: #6c8ba8;
    float: right;
}

.changes[b-czx8fr3j74] {
    list-style: none;
    padding: 12px 0 0 0;
}

    .changes li[b-czx8fr3j74]::before {
        content: '> ';
        color: #1f4b73;
    }

    .changes li[b-czx8fr3j74] {
        font-family: 'VT323', sans-serif;
        font-size: 24px;
        letter-spacing: 1px;
        color: #d8d8d8;
        padding: 2px 0;
    }
/* /Pages/Index.cshtml.rz.scp.css */
.ir1s[b-4q0odhnldt] {
    font-family: 'VT323', sans-serif;
    font-weight: 700;
    font-size: 148px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    background: linear-gradient(to right, #1f4b73 0%, #004672 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: glow-b-4q0odhnldt 5s ease-in-out infinite alternate;
}

.hint[b-4q0odhnldt] {
    font-size: 18px;
    animation: none;
    margin-top: -20px;
}

@keyframes glow-b-4q0odhnldt {
    from {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #003366, 0 0 20px #003366;
    }

    to {
        text-shadow: 0 0 10px #fff, 0 0 15px #1f4b73, 0 0 20px #1f4b73, 0 0 25px #1f4b73;
    }
}
/* /Pages/Modpack.cshtml.rz.scp.css */
.modpack[b-9u5cyrewh0] {
    max-width: 960px;
    padding: 80px 20px;
}

.heading[b-9u5cyrewh0] {
    font-size: 88px;
    margin-bottom: 40px;
}

.section[b-9u5cyrewh0] {
    margin-bottom: 40px;
}

.section-title[b-9u5cyrewh0] {
    font-family: 'VT323', sans-serif;
    font-size: 36px;
    letter-spacing: 2px;
    color: #ffffff;
    border-bottom: 1px solid #1f4b73;
    padding-bottom: 6px;
}

.count[b-9u5cyrewh0] {
    font-size: 24px;
    color: #6c8ba8;
    float: right;
}

.mods[b-9u5cyrewh0] {
    list-style: none;
    padding: 12px 0 0 0;
}

    .mods li[b-9u5cyrewh0] {
        font-family: 'VT323', sans-serif;
        font-size: 24px;
        letter-spacing: 1px;
        color: #d8d8d8;
        padding: 2px 0;
    }

        .mods li[b-9u5cyrewh0]::before {
            content: '> ';
            color: #1f4b73;
        }

.rejected li[b-9u5cyrewh0]::before {
    content: 'x ';
    color: #a84848;
}

.pending li[b-9u5cyrewh0]::before {
    content: '? ';
    color: #6c8ba8;
}

.mods li.empty[b-9u5cyrewh0] {
    color: #4a5a68;
}

    .mods li.empty[b-9u5cyrewh0]::before {
        content: '';
    }

.mod-link[b-9u5cyrewh0] {
    color: #d8d8d8;
    text-decoration: none;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

    .mod-link:hover[b-9u5cyrewh0] {
        color: #ffffff;
        text-shadow: 0 0 8px #1f4b73;
    }

.by[b-9u5cyrewh0] {
    font-size: 20px;
    color: #6c8ba8;
    margin-left: 8px;
}

.comment[b-9u5cyrewh0] {
    display: block;
    padding-left: 1.2em;
    font-size: 20px;
    color: #6c8ba8;
}

.request-section[b-9u5cyrewh0]  .request {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 16px;
}

.mod-rows[b-9u5cyrewh0] {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.mod-row[b-9u5cyrewh0] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.add[b-9u5cyrewh0] {
    align-self: flex-start;
    font-family: 'VT323', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    color: #4a5a68;
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 8px;
    cursor: pointer;
}

    .add:hover[b-9u5cyrewh0] {
        color: #6c8ba8;
    }

    .add:disabled[b-9u5cyrewh0] {
        display: none;
    }

.request-section[b-9u5cyrewh0]  .field {
    width: 100%;
    font-family: 'VT323', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #1f4b73;
    border-radius: 0;
    outline: none;
    padding: 2px 0;
}

    .request-section[b-9u5cyrewh0]  .field::placeholder {
        color: #4a5a68;
    }

    .request-section[b-9u5cyrewh0]  .field:focus {
        border-bottom-color: #6c8ba8;
    }

.submit[b-9u5cyrewh0] {
    align-self: flex-start;
    font-family: 'VT323', sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    color: #6c8ba8;
    background: transparent;
    border: 1px solid #1f4b73;
    padding: 2px 16px;
    margin-top: 6px;
    cursor: pointer;
}

    .submit:hover[b-9u5cyrewh0] {
        color: #ffffff;
        border-color: #6c8ba8;
    }

.message[b-9u5cyrewh0],
.error[b-9u5cyrewh0] {
    font-family: 'VT323', sans-serif;
    font-size: 24px;
    margin-top: 16px;
}

.message[b-9u5cyrewh0] {
    color: #5fa86c;
}

.error[b-9u5cyrewh0] {
    color: #a84848;
}

.pending[b-9u5cyrewh0]  .moderation {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 1.2em;
    margin: 4px 0 12px 0;
}

.note-field[b-9u5cyrewh0] {
    flex: 1;
    min-width: 0;
    font-family: 'VT323', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #1f4b73;
    border-radius: 0;
    outline: none;
}

    .note-field[b-9u5cyrewh0]::placeholder {
        color: #4a5a68;
    }

    .note-field:focus[b-9u5cyrewh0] {
        border-bottom-color: #6c8ba8;
    }

.moderate[b-9u5cyrewh0] {
    font-family: 'VT323', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    background: transparent;
    padding: 0 12px;
    cursor: pointer;
}

    .moderate.accept[b-9u5cyrewh0] {
        color: #5fa86c;
        border: 1px solid #2f5a36;
    }

        .moderate.accept:hover[b-9u5cyrewh0] {
            color: #ffffff;
            border-color: #5fa86c;
        }

    .moderate.reject[b-9u5cyrewh0] {
        color: #a84848;
        border: 1px solid #5a2f2f;
    }

        .moderate.reject:hover[b-9u5cyrewh0] {
            color: #ffffff;
            border-color: #a84848;
        }

.accepted[b-9u5cyrewh0],
.rejected[b-9u5cyrewh0] {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #1f4b73 transparent;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
.echo-container[b-xv51wziafr] {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.echo-display[b-xv51wziafr] {
    font-family: 'VT323', sans-serif;
    letter-spacing: 2px;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 48px;
    font-weight: bold;
    max-width: 80%;
    text-align: center;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .echo-display.visible[b-xv51wziafr] {
        opacity: 1;
        transform: translateY(0);
    }

.clip[b-xv51wziafr] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    object-fit: contain;
    background-color: #000000;
    z-index: 2000;
}

    .clip.visible[b-xv51wziafr] {
        display: block;
    }
