/**
 * Auth — default tema (orijinal guest stilleri)
 */
.theme-default.saas-guest-auth,
body.theme-default.saas-guest-auth {
    background: linear-gradient(180deg, #fafafa 0%, #f4f4f5 100%);
}

.auth-card-wrap {
    max-width: 420px;
}

.auth-card-wrap:has(.auth-card-wide) {
    max-width: 520px;
}

.auth-card {
    background: var(--saas-surface);
    border: 1px solid var(--saas-border);
    border-radius: var(--saas-radius);
    box-shadow: var(--saas-shadow);
    padding: 2rem 2rem 1.75rem;
}

.auth-card h1 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 0.35rem;
}

.auth-card .auth-sub {
    color: var(--saas-muted);
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.auth-footer-links {
    text-align: center;
    margin-top: 1.25rem;
    font-size: 0.875rem;
}

.auth-footer-links a {
    color: var(--saas-text);
    font-weight: 500;
    text-decoration: none;
}

.auth-footer-links a:hover {
    text-decoration: underline;
}

.btn-saas-primary {
    background: #18181b;
    color: #fff !important;
    border: 1px solid #18181b;
    border-radius: 8px;
    font-weight: 500;
}

.btn-saas-primary:hover {
    background: #27272a;
    border-color: #27272a;
    color: #fff !important;
}

.btn-saas-ghost {
    background: transparent;
    color: #18181b !important;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    font-weight: 500;
}

.btn-saas-ghost:hover {
    background: #f4f4f5;
}

.theme-default .form-control:focus {
    border-color: #a1a1aa;
    box-shadow: 0 0 0 3px rgba(24, 24, 27, 0.08);
}

.alert-saas-success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
    border-radius: 8px;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
}

.alert-saas-danger {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    border-radius: 8px;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--saas-muted);
    font-size: 0.8125rem;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--saas-border);
}

.auth-btn-google {
    border-radius: 8px;
    font-weight: 500;
}
