/* Creator login - Kampanya Telefon Doğrulama ile aynı tasarım */
.creator-login-card .creator-phone-input-group:focus-within {
    border-color: #2563EB !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.creator-login-card .creator-country-select {
    min-width: 120px;
}

.creator-btn-primary {
    transition: opacity 0.2s, cursor 0.2s, transform 0.2s;
}

.creator-btn-primary:not(:disabled):hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

.creator-btn-primary:not(:disabled) {
    cursor: pointer !important;
    opacity: 1 !important;
}

#creator-sms-code {
    font-size: 20px;
    font-weight: 600;
}
