html {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color-scheme: light;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #1f1f1f;
}

header {
    background: #ec4899;
    color: #fff;
    padding: 0.75rem 1rem;
}

main {
    padding: 1rem;
    max-width: 40rem;
    margin: 0 auto;
}

label {
    display: block;
    margin-bottom: 0.75rem;
}

input,
select,
button {
    font-size: 1rem;
    padding: 0.5rem;
}

button {
    background: #ec4899;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
}

button:disabled {
    opacity: 0.6;
}

[role="alert"] {
    color: #b00020;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
