html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #081914;
}

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(255, 214, 122, 0.10), transparent 32%),
        radial-gradient(circle at top, rgba(83, 179, 128, 0.14), transparent 42%),
        linear-gradient(180deg, #113224 0%, #081914 100%);
}

.game-canvas {
    width: 100%;
    height: 100%;
    touch-action: none;
    display: block;
}

#blazor-error-ui {
    display: none;
}
