html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #191522;
}

body {
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

#app, .canvas-shell {
    width: 100vw;
    height: 100vh;
}

.canvas-shell {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 20% 18%, rgba(247, 193, 84, 0.18), transparent 24%),
        radial-gradient(circle at 82% 24%, rgba(113, 172, 255, 0.14), transparent 28%),
        linear-gradient(180deg, #3f2f44 0%, #191522 100%);
}

.game-canvas {
    width: 100%;
    height: 100%;
    touch-action: none;
    display: block;
}

#blazor-error-ui {
    display: none;
}
