body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    background: #f4f5f7;
    color: #1b1f24;
}

.site-header {
    padding: 16px 24px;
    background: #1b1f24;
    color: #ffffff;
}

.site-header__brand {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.page {
    padding: 32px 24px;
}

.status-ok {
    color: #1a7d3a;
}

.status-error {
    color: #b3261e;
}
