body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #1f2937;
}

a {
    color: #0b5ed7;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}

.site-brand {
    text-decoration: none;
    font-weight: 700;
    color: #222;
}

.site-nav {
    display: flex;
    gap: 12px;
    align-items: center;
}

.site-user-email {
    color: #444;
}

.inline-form {
    display: inline;
}

.auth-section {
    max-width: 420px;
    margin-bottom: 20px;
}

.auth-section-last {
    margin-bottom: 0;
}

.maintenance-body {
    background: #f4f6f8;
    color: #20252b;
}

.maintenance-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.maintenance-card {
    max-width: 560px;
    background: #fff;
    border: 1px solid #d8dee6;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.maintenance-card h1 {
    margin: 0 0 10px;
    font-size: 24px;
}

.maintenance-card p {
    margin: 0 0 10px;
    line-height: 1.5;
}
