/* Copyright (c) 2025-2026 Evil Works. All rights reserved. */
/* SPDX-License-Identifier: LicenseRef-EvilWorks-Proprietary */
html, body {
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body {
    background: #0f1824;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#back {
    width: 100%;
    height: 100%;
    display: block;
}
