html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #060916;
}

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 top center, rgba(96, 206, 255, 0.14), transparent 36%),
        radial-gradient(circle at bottom center, rgba(255, 162, 104, 0.12), transparent 42%),
        linear-gradient(180deg, #07111f 0%, #080815 100%);
}

.game-canvas {
    width: 100%;
    height: 100%;
    touch-action: none;
    display: block;
}

#blazor-error-ui {
    display: none;
}
