:root {
    color-scheme: light;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f7faf8;
    color: #14211f;
}

body {
    margin: 0;
    min-height: 100vh;
    background: #f7faf8;
}

button,
input,
textarea,
select {
    font: inherit;
}

.app-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.status-panel {
    width: min(100%, 28rem);
    border: 1px solid #cbd8d4;
    border-radius: 0.5rem;
    padding: 1.5rem;
    background: #ffffff;
}

.status-panel h1 {
    margin: 0 0 0.5rem;
    font-size: 1.6rem;
    line-height: 1.2;
}

.status-panel p {
    margin: 0;
    color: #37514c;
    font-size: 1rem;
}

#blazor-error-ui {
    position: fixed;
    inset: auto 0 0 0;
    padding: 0.75rem 1rem;
    background: #fff3cd;
    color: #3d2a00;
}
