html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #030610;
}

body {
    font-family: Segoe UI, sans-serif;
}

#app, .canvas-shell {
    width: 100vw;
    height: 100vh;
}

.canvas-shell {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(39, 145, 255, 0.12), transparent 35%),
        linear-gradient(180deg, #050d18 0%, #050912 100%);
}

.game-canvas {
    width: 100%;
    height: 100%;
    touch-action: none;
    display: block;
}

#blazor-error-ui {
    display: none;
}
