html, body {
    margin: 0;
    height: 100%;
    background: #0e1116;
    color: #e6edf3;
    font-family: system-ui, sans-serif;
}

/* The Blazor root must carry full height so OFF's OffGameUiHost (height:100%,
   min-height:0) and its absolutely-positioned surface/canvas fill the viewport
   instead of collapsing to ~0. Without this the WebGPU canvas has no height. */
#app {
    height: 100%;
}

.bucketwars-client {
    padding: 2rem;
}

#blazor-error-ui {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.6rem 1.25rem;
    background: #b3261e;
    color: #fff;
}
