:root {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #202124;
    background: #f4f6f8;
}
body {
    min-height: 100vh;
    margin: 0;
    display: grid;
    place-items: center;
}
.card {
    width: min(560px, calc(100% - 64px));
    padding: 48px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 45px rgba(0, 0, 0, .08);
}
h1 {
    margin-bottom: 12px;
}
.status {
    margin-top: 32px;
    font-size: 14px;
    color: #427a47;
}
