.auth-wrapper {
    min-height: calc(100vh - 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.auth-card {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
    border: 1px solid #e5e7eb;
}

.auth-card h1 {
    margin-top: 0;
    margin-bottom: 10px;
}

.auth-card p {
    color: #64748b;
    margin-bottom: 22px;
}


