* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
    color: #0f172a;
    background: #f8fafc;
}

button {
    cursor: pointer;
}

input,
button {
    font: inherit;
}

.muted {
    color: #64748b;
}

.muted a {
    text-decoration: none;
    color: blue;
}

.status {
    margin-top: 8px;
    font-size: 14px;
}