/* auth.php — extracted inline styles */
.auth-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 480px;
    margin: 0 auto;
}

.auth-legal-links {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #666;
}

.auth-legal-links a {
    color: #fff;
    text-decoration: underline;
}
