body {
    margin: 0;
    min-height: 100vh;
    background: #f7f8fa;
    color: #18202a;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.page-shell {
    margin: 0 auto;
    max-width: 1120px;
    padding: 32px 20px;
}

.toolbar {
    align-items: center;
    border-bottom: 1px solid #d8dee7;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 20px;
}

.eyebrow {
    color: #526071;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 4px;
    text-transform: uppercase;
}

h1,
h2,
p {
    margin-top: 0;
}

h1 {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 0;
}

button,
.primary-link {
    align-items: center;
    background: #146c63;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    min-height: 40px;
    padding: 0 14px;
    text-decoration: none;
}

.empty-state {
    background: #fff;
    border: 1px solid #d8dee7;
    border-radius: 8px;
    margin-top: 24px;
    padding: 24px;
}

.empty-state h2 {
    font-size: 20px;
    margin-bottom: 8px;
}

.empty-state p,
.login-panel p:not(.eyebrow) {
    color: #526071;
    line-height: 1.5;
    margin-bottom: 0;
}

.login-shell {
    align-items: center;
    display: flex;
    min-height: 100vh;
    padding: 20px;
}

.login-panel {
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
}

.login-panel h1 {
    margin-bottom: 12px;
}

.login-panel p:not(.eyebrow) {
    margin-bottom: 20px;
}
