body {
    background: #f7f8fa;
    color: #20242a;
}

.page-header {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.page-header h1 {
    font-size: 28px;
    margin: 0;
}

.metric {
    background: #fff;
    border: 1px solid #e3e6eb;
    border-radius: 8px;
    padding: 18px;
}

.metric-label {
    color: #657080;
    font-size: 14px;
}

.metric-value {
    font-size: 28px;
    font-weight: 650;
}

.login-page {
    align-items: center;
    display: flex;
    min-height: 100vh;
    justify-content: center;
}

.login-panel {
    background: #fff;
    border: 1px solid #e3e6eb;
    border-radius: 8px;
    max-width: 420px;
    padding: 28px;
    width: 100%;
}
