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