/* Main Styles */
body {
    margin: 0;
    overflow: hidden;
    background-color: #050a10;
    font-family: 'Segoe UI', system-ui, sans-serif;
    color: #8fa0b5;
    user-select: none;
}
canvas {
    display: block;
    width: 100vw;
    height: 100vh;
}
