.public-body {
    align-items: center;
    background: var(--color-canvas);
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.public-shell {
    width: 100%;
}

.error-shell {
    background: var(--color-surface);
    border: 0.1rem solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    margin: var(--space-6) auto;
    max-width: 72rem;
    padding: clamp(2.4rem, 6vw, 4rem);
}
