.page-shell {
    width: 100%;
    min-height: calc(100vh - 64px);
    min-height: calc(100dvh - 64px);
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    justify-items: center;
    align-items: stretch;
    gap: 14px;
}

.page-shell > .card {
    align-self: center;
}

.site-legal-footer {
    align-self: end;
    text-align: center;
    color: var(--accent);
    font-size: 0.65rem;
    line-height: 1.4;
}

.site-legal-footer a {
    color: inherit;
    text-decoration: none;
}

.site-legal-footer a:hover {
    color: var(--text);
    text-decoration: underline;
}

.site-legal-footer span {
    margin: 0 6px;
    color: var(--muted);
    opacity: 0.45;
}
